The task is to develop a protocol for notification of two devices. Both devices are connected to each other via a network (Ethernet). On one Linux device, on another Real-time OS. You need to create a protocol by which devices will notify each other about events. The implementation is scheduled on C over TCP / IP.
At the moment, the choice is:
- own format
- XML or JSON,
- Protocol buffers.
The question is that
- easier to use
- easier to support, develop,
- easier to implement?