Tox_push_msg_app Alternatives
Similar projects and alternatives to tox_push_msg_app
-
berty
Berty is a secure peer-to-peer messaging app that works with or without internet access, cellular data or trust in the network
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
simplex-chat
SimpleX - the first messaging platform operating without user identifiers of any kind - 100% private by design! iOS, Android and desktop apps 📱!
-
-
yosemite-phone-home
Corpus of data automatically shared with Apple by a standard installation of OS X Yosemite.
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
minisketch
Minisketch: an optimized library for BCH-based set reconciliation
-
bigbrother-specs
Research and specification for Big Brother protocol
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...
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.