Dayon/README.md

103 lines
4.0 KiB
Markdown
Raw Normal View History

2024-01-24 19:43:54 +03:00
<p align="center">
2024-01-15 19:02:27 +03:00
<img src="docs/dayon.banner.png" width="100%"/>
2024-01-24 19:43:54 +03:00
</p>
2024-01-15 19:02:27 +03:00
2020-04-10 00:02:04 +03:00
![Java CI (Maven)](https://github.com/RetGal/Dayon/workflows/Java%20CI%20(Maven)/badge.svg)
![Java CI (Ant)](https://github.com/RetGal/Dayon/workflows/Java%20CI%20(Ant)/badge.svg)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=RetGal_Dayon&metric=alert_status)](https://sonarcloud.io/dashboard?id=RetGal_Dayon)
2020-12-22 15:10:03 +03:00
[![dayon](https://snapcraft.io/dayon/badge.svg)](https://snapcraft.io/dayon)
2023-12-24 03:02:33 +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.
2023-12-24 03:02:33 +03:00
As quick launch versions for Windows, they are also available as individual binaries, as snap, flatpak or nix for various linux distributions.
2016-12-15 12:00:23 +03:00
## Key features
2021-04-13 22:05:21 +03:00
- easy setup (no router or network configuration needed on the assisted side)
2021-09-22 22:24:33 +03:00
- intuitive, multilingual user interface (de, en, es, fr, it, ru, tr, zh)
2021-04-13 22:05:21 +03:00
- assistant and assisted functionality in one package
2023-11-08 22:10:52 +03:00
- secure, end-to-end encrypted communication (TLS 1.3)
2021-03-16 09:13:33 +03:00
- very low bandwidth usage
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
2023-11-05 16:04:34 +03:00
The ![latest version](https://github.com/RetGal/Dayon/releases) is v13.0 (Beard Butter) - released more than ten years after the initial release.
2016-12-10 19:01:09 +03:00
2023-11-05 16:04:34 +03:00
This version offers improved security through individually created certificates with fingerprints that can be compared. However, a compatibility mode is available for connection with older versions.
2016-12-05 02:42:38 +03:00
2023-12-29 03:03:45 +03:00
The app is available directly from the [Microsoft Store](https://apps.microsoft.com/detail/9PBM5KW0C790):
2021-04-09 20:49:07 +03:00
2023-12-29 03:03:45 +03:00
[<img src='https://developer.microsoft.com/store/badges/images/English_get_L.png' alt='English badge' width="127" height="52"/>](https://apps.microsoft.com/detail/9PBM5KW0C790)
2021-04-18 21:33:39 +03:00
2022-05-11 15:40:27 +03:00
as snap:
2020-12-20 14:44:59 +03:00
2020-12-20 14:44:25 +03:00
[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](https://snapcraft.io/dayon)
2018-05-29 23:35:24 +03:00
2022-05-11 15:40:27 +03:00
as flatpak:
2023-12-29 03:03:45 +03:00
[<img src="https://flathub.org/assets/badges/flathub-badge-en.svg" width="180"/>](https://flathub.org/apps/details/io.github.retgal.Dayon)
2022-05-11 15:40:27 +03:00
2023-11-08 22:10:52 +03:00
as nix:
[Nixhub](https://www.nixhub.io/packages/dayon)
2021-04-18 21:33:39 +03:00
or from [ppa:regal/dayon](https://launchpad.net/~regal/+archive/ubuntu/dayon)
2021-01-19 20:22:58 +03:00
## Website
[Deutsch](https://retgal.github.io/Dayon/de_index.html)<br>
[English](https://retgal.github.io/Dayon/index.html)<br>
2020-10-15 12:43:51 +03:00
[Français](https://retgal.github.io/Dayon/fr_index.html)<br>
[简体中文](https://retgal.github.io/Dayon/zh_index.html)<br>
2021-02-18 01:22:52 +03:00
Currently, there is no online documentation available for Italian, Spanish, Russian and Turkish.
Please refer to the [English](https://retgal.github.io/Dayon/index.html) or [French](https://retgal.github.io/Dayon/fr_index.html)
2020-10-15 12:43:51 +03:00
version.
2017-01-04 00:58:39 +03:00
## Screen
2021-09-09 22:07:37 +03:00
![Assistant in action](/docs/dayon.screen.png?raw=true "Assistant connected")
2017-01-04 00:58:39 +03:00
2022-05-22 23:23:00 +03:00
## Connection establishment
![Connection establishment](/docs/dayon.connection.diagram.svg)
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!
2020-12-20 22:59:54 +03:00
For example translations for additional languages would make this app more useful for more earthlings - see: [src/main/resources/Babylon.properties](https://github.com/RetGal/Dayon/blob/master/src/main/resources/Babylon.properties) or [docs](https://github.com/RetGal/Dayon/tree/master/docs)
2023-12-29 02:28:34 +03:00
Also, improvements of the existing translations and documentation are very welcome! As my knowledge of Chinese is far below zero - and my knowledge of Russian or Turkish just fractions better..
2021-11-01 00:31:01 +03:00
2023-12-29 02:28:34 +03:00
Further testing, especially on macOS would also be highly appreciated.