Python Binary Data Streaming over TCP
I’m working on gathering a data stream from CAN (python-can
) and sending over TCP. I have a listener class that serializes the data using pickle
.
I’m working on gathering a data stream from CAN (python-can
) and sending over TCP. I have a listener class that serializes the data using pickle
.