User manual
Restinio
11
6. Restinio
Restinio is an optional service that provides the REST interfaces to Modbus and the Redis
database. It is launched by default and can be stopped or restarted just like user defined
scripts using the svc command. The link to its run script resides in "/service/restinio".
During normal operation, Restinio does background scans of the connected Modbus
devices. Thus, the REST interface offers a plug'n'play mechanism. It can be configured for
each Modbus connection in Restinio's config file "/var/ipcore/restinio/restinio.conf". This
file also holds the user/password combination and basic Redis setup.
Since user scripts can act as HTTP servers, you might consider to disable Restinio
completely. In that case, just rename the link to the run script.
svc -d /service/restinio
mv /service/restinio/run /service/restinio/run.disabled