★ Is it possible to deliver offline messages in P2P network on iOS/Android?
6 points| golubevpavel | 12 years ago | reply
My assumption is that messages should be buffered inside P2P network and conveyed to users by mediators, other participants of the network. I looked over the Internet and found a Bitmessage protocol. It’s based on Bitcoin protocol and implements P2P serverless instant messaging. Each node in Bitmessage network receives all messages and attempts to decrypt them using own private key. To solve scalability issues network is split automatically into multiple clusters (called streams). It allows to keep network traffic and CPU consumption within acceptable threshold.
1. Am I using the right protocol to implement P2P offline messaging on iOS/Android? 2. Can I estimate network and CPU load that will occur on mobile device? 3. Is it possible to receive and decrypt Bitmessage data on iOS while application is in background?
[+] [-] secfirstmd|12 years ago|reply
[+] [-] golubevpavel|12 years ago|reply