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/
Go to file
2015-05-22 20:51:57 +02:00
demo A simple command line application (WIP), and a few tests. Unfotrunately, receiving messages doesn't seem to work yet. 2015-05-22 20:51:57 +02:00
docs Update seminar.tex 2015-05-20 09:34:56 +02:00
domain A simple command line application (WIP), and a few tests. Unfotrunately, receiving messages doesn't seem to work yet. 2015-05-22 20:51:57 +02:00
gradle/wrapper Some basic entities and project structure 2015-03-20 14:18:29 +01:00
networking Major refactoring 2015-05-19 19:16:20 +02:00
repositories A simple command line application (WIP), and a few tests. Unfotrunately, receiving messages doesn't seem to work yet. 2015-05-22 20:51:57 +02:00
.gitignore Some basic entities and project structure 2015-03-20 14:18:29 +01:00
Bitmessage.uml Updated UML 2015-05-15 11:02:56 +02:00
build.gradle Some basic entities and project structure 2015-03-20 14:18:29 +01:00
gradlew Some basic entities and project structure 2015-03-20 14:18:29 +01:00
gradlew.bat Some basic entities and project structure 2015-03-20 14:18:29 +01:00
LICENSE Some basic entities and project structure 2015-03-20 14:18:29 +01:00
README.md It's now possible to send a 'version' message that will be accepted by the other node. 2015-03-31 21:06:42 +02:00
settings.gradle Major refactoring 2015-05-19 19:16:20 +02:00

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.