Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 867 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 867 Bytes

Electrolink Client for WeIO

Example of using electrolink-client-mqtt-python library to drive WeIO board remotely.

Usage

  • Start electrolinkServer on WeIO board

  • Make sure that MQTT broker (Mosquitto) is running on WeIO board as described here, otherwise use some other server here

  • Execute the test on PC:

python test.py

N.B. Once started, test can be stopped from another terminal by executing: ps aux | grep python | grep test | awk '{print $2}' | xargs kill

License

Apache-2.0