-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
- implement new message formats, e.g. JSON, XML. As of now (04.09.2017) only protobuf is used.
- enable different message formats to be used on the network in parallel. E.g. JSON, protobuf messages are being transferred through the network and each of them is correctly handled by the dispatchers
- separate the messages for different channels on the MQTT transport. As of now (04.09.2017) every message goes to the /modes3/data channel, which might not be the best solution. Note that it might require changing the deployment scripts also. It looks like a big refactoring.
- any other issues which are marked as wontfix on GitHub (first, check if they are still relevant)
- any other issues which are marked as enhancement on GitHub (first, check if they are still relevant)