[Pyhon][CSCP] encode/decode as separate objects and not as msgpack list
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