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
6be8d51f6d
- connection manager should now be rock stable - does try to create new connections as long as there are less than eight active connections, which might result in more than eight outgoing connections, but this shouldn't be a problem - some minor improvements and bug fixes |
||
---|---|---|
demo | ||
docs | ||
docs-de | ||
domain | ||
gradle/wrapper | ||
networking | ||
repositories | ||
.gitignore | ||
.travis.yml | ||
Bitmessage.uml | ||
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).
Please note that development is still heavily in progress, and I will break the database a lot until it's ready for prime time.
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.