Jabit is a Bitmessage library for the Java environment, written in Kotlin. It is used by both Abit and Jabit-Server, and it shouldn’t be too hard to create your own Bitmessage client with it.
https://dissem.ch/jabit/
Christian Basler
ceae11b5c6
A node can support multiple streams. Unfortunately, an address can't so there might be multiple entries of the same address for different streams. Also, store object types. I think we'll need them later, specially in search for public keys we requested. |
||
---|---|---|
demo | ||
domain | ||
gradle/wrapper | ||
inventory | ||
networking | ||
.gitignore | ||
build.gradle | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle |
Jabit
A Java implementation for the Bitmessage protocol. To build, use command gradle build
. Note that for some tests to run, a standard Bitmessage client needs to run on the same system, using port 8444 (the default port).
Security
If you're able to audit Jabit to verify its security, you would be very very welcome. Please be aware though that the official Bitmessage project would like an audit, too, and they were first in line.