Tox_push_msg_app Alternatives
Similar projects and alternatives to tox_push_msg_app
-
simplex-chat
SimpleX - the first messaging network operating without user identifiers of any kind - 100% private by design! iOS, Android and desktop apps 📱!
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
berty
Berty is a secure peer-to-peer messaging app that works with or without internet access, cellular data or trust in the network
-
-
-
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
yosemite-phone-home
Corpus of data automatically shared with Apple by a standard installation of OS X Yosemite.
tox_push_msg_app discussion
tox_push_msg_app reviews and mentions
-
Peer-to-Peer Encrypted Messaging
It's not hard for IRC-style chats, but it gets harder if you want to handle:
* Asynchronous messaging: what if the two devices are not online at the same time, or on disjointed networks? Store the message on a server somewhere? Secure Scuttlebutt[1] relies on devices pulling encrypted data that does not belong to them.
* NAT or firewall hole-punching, though it can be remediated by leveraging other nodes. Some implementations use a DHT[2], but you're often relying on other servers of some sort.
* What you call contact discovery is also typically handled through a DHT of some kind. Yggdrasil-like (or hyperboria, cjdns, .onion) overlay networks are usually able to route to a public key, regardless of how it moves around on the network.
* Push notifications. Either you accept the use of an external server (like the Tox client TRIfA, which has an add-on[3])
[1] https://scuttlebutt.nz/docs/introduction/detailed-start/#mor...
[2] https://blog.ipfs.tech/2022-01-20-libp2p-hole-punching/
[3] https://github.com/zoff99/tox_push_msg_app
Stats
zoff99/tox_push_msg_app is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of tox_push_msg_app is Java.