Compare commits

...

7 Commits

Author SHA1 Message Date
Ivan Mikhailov
3abcd4ed41
Merge 7331ae74141063e405a1cdbeedf2d87f0a00b9c9 into 0dd4e7b8135ecd118357b83072e0be4d567cf211 2023-07-15 19:12:13 -04:00
Ivan Mikhailov
7331ae7414
Fix typo 2023-07-11 23:33:38 +03:00
Ivan Mikhailov
1815f7b37e
Merge branch 'master' into patch-1 2023-07-10 21:57:08 +03:00
Ivan Mikhailov
9df77d4569
Merge branch 'master' into patch-1 2023-07-10 21:41:01 +03:00
Ivan Mikhailov
83ece09bf5
Fix typo 2023-07-10 21:40:26 +03:00
Ivan Mikhailov
4259e70ec8
Merge branch 'master' into patch-1 2023-07-09 21:52:55 +03:00
Ivan Mikhailov
8cdfbd425e
Add ADPS to custom communication systems. 2023-07-09 11:19:45 +03:00

View File

@ -335,6 +335,7 @@ _See also: [Comparison of CalDAV and CardDAV implementations - Wikipedia](https:
[Communication software](https://en.wikipedia.org/wiki/Communication_software) used to provide remote access to systems and exchange files and messages in text, audio and/or video formats between different computers or users, using their own custom protocols.
- [ADPS](https://adps-project.org/) - Amateur Digital Post Service is an offline communication software which has 2 separate implementations, one is written on C# (GUI) and another is written on Python (CLI). ([GUI Client Source Code](https://github.com/ivanmihval/SharpADPS), [CLI Client Source Code](https://github.com/ivanmihval/PyADPS)) `MIT` `C#/Python`
- [Apprise](https://github.com/caronc/apprise) - Apprise allows you to send a notification to almost all of the most popular notification services available to us today such as: Telegram, Discord, Slack, Amazon SNS, Gotify, etc. `MIT` `Python/Docker`
- [BluetoothCommunicatorExample](https://github.com/niedev/BluetoothCommunicatorExample) - Bluetooth LE chat app to communicate between android devices with P2P architecture. ([Clients](https://github.com/niedev/RTranslator)) `Apache-2.0` `Java`
- [Centrifugo](https://centrifugal.dev/) - Language-agnostic real-time messaging (Websocket or SockJS) server. ([Demo](https://github.com/centrifugal/centrifugo#demo), [Source Code](https://github.com/centrifugal/centrifugo)) `MIT` `Go/Docker/K8S`