Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 387 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 387 Bytes

Demos

Demos using ZMQ to communicate with a serial adapter (using KISS protocol).

Demos are in C++17, Node.js, and Python 3.6+, and the different implementations can talk to each other.

The "bridge" which they use to talk through the serial link is only implemented in C++ currently.

The "old" demos in python/old/ can talk to each other but are not compatible with the new demos.