Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 573 Bytes

File metadata and controls

12 lines (9 loc) · 573 Bytes

hmb_messaging module is a client library for the python language which:

  • handles opening sessions on the HMB server
  • reconnecting automatically in the event of connection error
  • sending messages in the correct format
  • receiving streams of messages from the server
  • can handle messages in both the json and bson formats

Please get start with the following Jupyter Notebook.

and,

To use the library, it's here.