raw
genesis                 1 Blatta implements a subset of the Pest spec, which can be found
genesis 2 here: http://www.loper-os.org/pub/pest/pest_draft.html
genesis 3
genesis 4 Although it is a work in progress and much is yet to be completed, Blatta
genesis 5 *should* be able to interact with another Pest client
genesis 6 successfully.
genesis 7
genesis 8 Notably missing:
genesis 9
9982-getdata 10 - Address Cast
9982-getdata 11 - Prod
genesis 12 - Key Offer message support
genesis 13 - Key Slice message support
genesis 14
genesis 15 Blatta supports the following Pest-specific commands:
genesis 16
genesis 17 AT
genesis 18 WOT
genesis 19 PEER
genesis 20 UNPEER
genesis 21 GENKEY
genesis 22 KEY
genesis 23 UNKEY
9982-getdata 24 KNOB
genesis 25
genesis 26 GETTING STARTED
genesis 27
genesis 28 1. Launch blatta with something like the following command:
9991-improved-log... 29 ./blatta --irc-port=6668
genesis 30 2. Add a peer using the peer command.
genesis 31 3. Use genkey to generate a key.
genesis 32 4. Add the key to the peer using the key command.
genesis 33 5. Add an address for the peer using the address command.
9987-embargoing 34
9987-embargoing 35 NOTES:
9987-embargoing 36
9987-embargoing 37 To run the unit tests, you'll need to run:
9987-embargoing 38 pip install mock