go-hpfeeds

May 12, 2013 ยท View on GitHub

Basic Go client implementation of hpfeeds, a simplistic publish/subscribe protocol, written by Mark Schloesser (rep), heavily used within the Honeynet Project for internal real-time data sharing. Backend component of Honeymap and hpfriends.

Usage

See example and go doc.

License

BSD

TODO

  • Test if everything actually works as intended, maybe write some unit tests
  • Implement wrapper for JSON channels
  • Add some sanity checks for message field length values, in case server sends incorrect stuff