Skip to content

Python client for the Arduino simpleRPC protocol version 2.0.0

Compare
Choose a tag to compare
@jfjlaros jfjlaros released this 07 Apr 18:15
· 78 commits to master since this release

In this release:

  • Support for simpleRPC protocol version 3.0.0 (support for Tuples, Objects and Vectors).
  • All strings are treated as bytes objects in the library.
  • JSON encoding and decoding in the CLI for easy access to complex objects.
  • Extensive tests.