Embedded electrolink server written in C, used as a firmware on device to provide RPC handlers that interract with HW IOs.
Server exposes API described by Electrolink protocol.
# Clone the repo
git clone https://github.com/projectiota/electrolink-server-c && cd electrolink-server-c
# Init and get submodules
git submodule init
git submodule update