Blatta implements a subset of the Pest spec, which can be found here: http://www.loper-os.org/pub/pest/pest_draft.html Although it is a work in progress and much is yet to be completed, Blatta *should* be able to interact with another Pest client successfully. Notably missing: - Pest-specific warning/informational output for incoming/outgoing messages - GetData message support - Key Offer message support - Key Slice message support Blatta supports the following Pest-specific commands: AT WOT PEER UNPEER GENKEY KEY UNKEY GETTING STARTED 1. Launch blatta with something like the following command: ./blatta --irc-port=6668 2. Add a peer using the peer command. 3. Use genkey to generate a key. 4. Add the key to the peer using the key command. 5. Add an address for the peer using the address command.