*Abandoned* Decentralized messenger for Android, which work on top of TomP2P DHT.
Go to file
2019-04-25 17:18:13 +03:00
.idea Added BerkeleyDB as storage backend, added support of Kotlin lang, fixed some bugs 2019-04-07 14:04:50 +04:00
app Added updating preferences view when username is changed 2019-04-25 17:17:39 +03:00
gradle/wrapper Update gradle 2019-04-25 17:18:13 +03:00
.gitignore Added updating preferences view when username is changed 2019-04-25 17:17:39 +03:00
build.gradle Update gradle 2019-04-25 17:18:13 +03: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 Added patched MapDB (v1.0.6), some changes in DataSerializerEx to prevent app crash 2019-04-06 07:16:04 +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