Skip to content

benblamey/HarmonicSC

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

*** NOTE This implementation of the stream connector does not support containers *** *** Instead use https://github.com/beirbear/HarmonicIO/tree/CI_v0_r1/stream_connector ***

How to stream the data? Please note that stream connector require urllib3.

Setup Stream Connector

  1. Downlaod the stream connector git clone https://github.com/beirbear/HarmonicSC.git

  2. Change directory into the stream connector cd HarmonicSC

  3. Install stream connector sudo python3.5 setup.py install

How to use StreamConnector?

  1. Import module from stream_connector import StreamConnector

  2. Instanitiate sc = StreamConnector(MASTER_ADDR, MASTER_PORT, [TOKEN], [IDEL_TIME], [MAX_RETRY])

  3. Stream the data data must be in a bytearray type sc.send_data(data)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%