Electrolink
is a protocol for controlling contsrained MCU over the network.
It defines a set of functions implemented by the MCU firmware and exposed via:
- JSON RPC (in case of MQTT or WS protocols)
- RESTful API (in case of CoAP or HTTP protocols)
Since hosting whole WS or HTTP server would be heavy for constrained devices, it is expected that either CoAP or MQTT protocols will be used.
Protocol specification can be found in electrolink-protocol.md file
Authors of of the Electrolink protocol are: