Package lib :: Module hpfeeds
[hide private]
[frames] | no frames]

Module hpfeeds

source code

Classes [hide private]
  FeedUnpack
  FeedException
  HPC
Functions [hide private]
 
msghdr(op, data) source code
 
msgpublish(ident, chan, data) source code
 
msgsubscribe(ident, chan) source code
 
msgauth(rand, ident, secret) source code
 
new(host=None, port=10000, ident=None, secret=None, reconnect=True, sleepwait=20) source code
Variables [hide private]
  logger = logging.getLogger('pyhpfeeds')
  OP_ERROR = 0
  OP_INFO = 1
  OP_AUTH = 2
  OP_PUBLISH = 3
  OP_SUBSCRIBE = 4
  BUFSIZ = 16384
  __package__ = 'lib'