Dayon/README.md

70 lines
2.3 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.
2016-12-15 12:00:23 +03:00
## Key features
- easy setup
- no router or network configuration needed on the assisted side
2017-01-03 08:43:36 +03:00
- friendly, trilingual user interface
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
- free (as in free beer)
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
With his permission I moved the code base to GitHub, where it can easier be maintained.
2016-12-10 19:01:09 +03:00
## Releases
The ![latest version](https://github.com/RetGal/Dayon/releases) is v1.7.4 - 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)
Some additional testing, especially on Mac OS would also be highly appreciated.