Home

BitDroid is an attempt to create libraries for alternative BitCoin clients.
Currently we have 1 library available, but we are working on implementing a wallet, a network monitor and some example applications.

BitDroid/Network

The library is aimed at being reusable by implementing the publisher-subscriber pattern. Incoming messages are published to all subscribers, which can respond by issuing responses directly back to the client. The library does implement a minimal driver that attempts to keep the connections alive as long as possible.

A pool of connections can be maintained by adding another listener.

The goals are:
  • Speed!
  • Reusability
  • Minimalism (don't do too much, but do it right)

Latest projects