Dayon/README.md

72 lines
2.5 KiB
Markdown
Raw Normal View History

# Dayon!
[![Build Status](https://travis-ci.org/RetGal/Dayon.svg?branch=master)](https://travis-ci.org/RetGal/Dayon) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=RetGal_Dayon&metric=alert_status)](https://sonarcloud.io/dashboard?id=RetGal_Dayon)
2017-02-16 02:08:06 +03:00
Dayon! is an easy to use, cross-platform remote desktop assistance solution.
2016-12-15 12:03:58 +03:00
2017-01-20 22:07:56 +03:00
It consists of two parts - one for the assistant and one for the assisted. Both are included in one single package.
2019-12-11 22:26:34 +03:00
As quick launch versions for Windows, they are also available as individual binaries.
2016-12-15 12:00:23 +03:00
## Key features
- easy setup
- no router or network configuration needed on the assisted side
2020-02-25 00:58:16 +03:00
- friendly, multilingual user interface (de, en, es, fr)
2017-01-20 22:07:56 +03:00
- assistant and assisted functionality in same packet
- encrypted communication (TLS)
2016-12-15 12:00:23 +03:00
- cross-platform
- open source
2019-05-18 23:34:54 +03:00
- free (as hugs)
2016-12-15 12:00:23 +03:00
## History
2016-12-05 02:42:38 +03:00
2017-01-06 01:33:45 +03:00
Dayon! was originally developed by Marc Polizzi back in 2008.
2016-12-05 02:42:38 +03:00
2019-05-18 23:34:54 +03:00
With his consent, I have taken over the maintenance and further development of this software in late 2016.
I also moved the code base to GitHub, where it can easier be maintained.
2016-12-10 19:01:09 +03:00
## Releases
2020-02-25 00:58:16 +03:00
The ![latest version](https://github.com/RetGal/Dayon/releases) is v1.9.2 - released more than ten years after the initial release.
2016-12-10 19:01:09 +03:00
This version comes with a new connection protocol, allowing the clipboard to be shared between assisted and assistant.
2016-12-05 02:42:38 +03:00
It is most likely the very last version which is bundled with a Java 8 based JRE.
2018-05-29 23:35:24 +03:00
## Website
[Deutsch](https://retgal.github.io/Dayon/de_index.html)<br>
[English](https://retgal.github.io/Dayon/index.html)<br>
[Français](https://retgal.github.io/Dayon/fr_index.html)
2017-01-04 00:58:39 +03:00
## Screen
![Assistant connected](/docs/assistant_connected.jpg?raw=true "Assistant connected")
2017-01-04 00:58:39 +03:00
2016-12-15 11:39:37 +03:00
## Trivia
2016-12-19 22:55:18 +03:00
Dayon! means "Come in!" in Visayas - a local Philippine dialect.
## Developers
The project can be built with Maven:
``mvn clean package``
or with Ant:
``ant clean build``
Have a look at ``pom.xml`` or ``build.xml`` for details and advanced options.
## Contributors
Any feedback and contributions are very welcome.
You don't have to be a programmer!
For example translations for additional languages would make this app more useful for more earthlings - see: [src/main/java/mpo/dayon/common/babylon/Babylon.properties](https://github.com/RetGal/Dayon/blob/master/src/main/java/mpo/dayon/common/babylon/Babylon.properties) or [docs](https://github.com/RetGal/Dayon/tree/master/docs)
2019-05-18 23:34:54 +03:00
Some additional testing, especially on macOS would also be highly appreciated.