/electrolink

Specification of remote MCU control protocol

Apache License 2.0Apache-2.0

Electrolink

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

Authors of of the Electrolink protocol are:

License

Apache-2.0