Dayon! - A cross-platform remote desktop assistance solution for your family and friends
Go to file
RetGal 4483f70f13
Update README.md
Integrated travis build information
2019-04-10 16:51:48 +00:00
.github/ISSUE_TEMPLATE Update issue templates 2018-12-01 09:26:58 +00:00
docs Updated documentation 2019-02-20 23:18:12 +01:00
lib Updated Jetty to the latest version 2019-02-20 19:36:32 +01:00
resources More memory 2019-04-05 22:53:02 +02:00
src Reduced technical debt 2019-04-07 22:15:03 +02:00
.gitignore Updated .gitignore 2019-02-20 19:34:55 +01:00
.travis.yml Rename .travi.yml to .travis.yml 2019-04-10 16:42:24 +00:00
build.xml Updated version numbers for the new release 2019-04-06 10:39:50 +02:00
LICENSE Initial commit 2016-12-04 00:40:50 +01:00
pom.xml Updated version numbers for the new release 2019-04-06 10:39:50 +02:00
README.md Update README.md 2019-04-10 16:51:48 +00:00

Dayon!

Build Status Quality Gate Status

Dayon! is an easy to use, cross-platform remote desktop assistance solution.

It consists of two parts - one for the assistant and one for the assisted. Both are included in one single package.

Key features

  • easy setup
  • no router or network configuration needed on the assisted side
  • friendly, trilingual user interface
  • assistant and assisted functionality in same packet
  • encrypted communication (TLS)
  • cross-platform
  • open source
  • free (as in free beer)

History

Dayon! was originally developed by Marc Polizzi back in 2008.

With his permission I moved the code base to GitHub, where it can easier be maintained.

Releases

The latest version is v1.7.4 - released more than ten years after the initial release.

This version comes with a new connection protocol, allowing the clipboard to be shared between assisted and assistant.

It is most likely the very last version which is bundled with a Java 8 based JRE.

Website

Deutsch
English
Français

Screen

Assistant connected

Trivia

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 or docs

Some additional testing, especially on Mac OS would also be highly appreciated.