Go to file
Netscape Navigator 63b2ac99ed Add logo 2019-10-09 19:32:54 -05:00
dist Tests for Pigeon::KeyPair 2019-10-06 12:57:55 -05:00
spec Tests for Pigeon::KeyPair 2019-10-06 12:57:55 -05:00
.gitignore Coo... coo... 2019-09-21 21:30:03 -05:00
.rspec Coo... coo... 2019-09-21 21:30:03 -05:00
Gemfile Coo... coo... 2019-09-21 21:30:03 -05:00
Gemfile.lock Coo... coo... 2019-09-21 21:30:03 -05:00
README.md Add logo 2019-10-09 19:32:54 -05:00
TODO.md Tests for Pigeon::KeyPair 2019-10-06 12:57:55 -05:00
logo.png Add logo 2019-10-09 19:32:54 -05:00
pigeon-cli 💯 Cooler status banner. 2019-09-24 20:54:32 -05:00
scratchpad.jpg Cleanup and test scripts. TODO: Why does blocking not delete previous peers? 2019-09-24 20:19:25 -05:00
scratchpad.json Tests for Pigeon::KeyPair 2019-10-06 12:57:55 -05:00
scratchpad.sh Cleanup and test scripts. TODO: Why does blocking not delete previous peers? 2019-09-24 20:19:25 -05:00
scratchpad2.json Tests for Pigeon::KeyPair 2019-10-06 12:57:55 -05:00

README.md

Pigeon Ruby

A WIP pigeon protocol client.

How to Use

This is a pre-release skeleton project. There is no gem yet. The gem will be released after we are fully compliant with the spec and have high test coverage stats.

To get started, clone this repo and run ./pigeon-cli in place of pigeon.

Eg: pigeon identity show becomes ./pigeon-cli show.

Current Status

  • pigeon identity new
  • pigeon identity show
  • pigeon status
  • pigeon blob set
  • pigeon blob get
  • pigeon peer add
  • pigeon peer remove
  • pigeon peer block
  • pigeon peer all
  • Update spec to look like this
  • pigeon message new
  • pigeon message append
  • pigeon message current
  • pigeon message save
  • pigeon message find
  • pigeon message find-all
  • pigeon bundle create
  • pigeon bundle consume
  • 100% documentation
  • 100% coverage
  • add parsers and validators for all CLI inputs
  • Performance benchmarks
  • Performance tuning (DO THIS LAST!)