Skip to content

[Pyhon][CSCP] encode/decode as separate objects and not as msgpack list

Stephan Lachnit requested to merge p-python-cscp-fixes into main

See above mentioned issues for details. The main change is not using msgpack.packb and msgpack.unpackb, since that encode the object in a list, which is not specified in the protocol.

With this MR, one can use the C++ controller to send commands to a Python satellite.

Edited by Hanno Perrey

Merge request reports

Loading