I want to create a calm (CoAP) web service that can execute c-code for event processing.
So I am looking for a lib that provides me with rest api in C and cgi like restcgi, which is sadly in C ++ or CGI-Simple, which is in perl.
The server runs on an embedded device, so it has very limited resources, and only machines will be available for services.
Many thanks.
source
share