It's now possible to send a 'version' message that will be accepted by the other node.

This commit is contained in:
2015-03-31 21:06:42 +02:00
parent c2624dcd15
commit 0c4b39bdee
31 changed files with 1351 additions and 45 deletions

View File

@ -1,4 +1,9 @@
Jabit
=====
A Java implementation for the Bitmessage protocol. To build, use command `gradle build`.
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.