*Abandoned* Decentralized messenger for Android, which work on top of TomP2P DHT.
Go to file
2019-03-26 15:06:36 +04:00
.idea Now chats are creating!!! Changed many things in app. 2019-03-22 20:08:29 +04:00
app [WIP] Made a wrapper for the local database. 2019-03-26 15:06:36 +04:00
gradle/wrapper Initial commit 2019-02-26 13:53:45 +04:00
.gitignore .gitignore fix 2019-03-07 18:31:08 +04:00
build.gradle Added bootstrap_success and port forwarding error messages 2019-03-14 15:16:15 +04:00
gradle.properties Implemented custom storage for peer (standard impl isn't working on Android, so custom impl was build on top of MVStore), added JBoss Serialization lib. Also added basic peer initialization (non architectured yet) 2019-03-11 21:23:55 +04:00
gradlew [WIP] Made a wrapper for the local database. 2019-03-26 15:06:36 +04:00
gradlew.bat [WIP] Made a wrapper for the local database. 2019-03-26 15:06:36 +04:00
LICENSE Create LICENSE 2019-02-26 13:04:18 +03:00
README.md Update README.md 2019-03-18 16:51:28 +03:00
settings.gradle Initial commit 2019-02-26 13:53:45 +04:00

Influence (Android)

This is decentralized messenger, which work on top of Kademlia DHT. Breaks NAT with uPnP, or relay peer. DHT implementation is Kademlia-like: https://github.com/tomp2p/TomP2P