Skip to content
Commit 60a33956 authored by Alberto Miranda's avatar Alberto Miranda
Browse files

Split API in 2 libraries: libnorns and libnornsctl

User-level functions are provided by libnorns.so,
which communicates with the daemon through the
norns_api_global_socket. This socket should allow
anyone to read and write from/to it.

Admin-level functions are provided by
libnornsctl.so, which communicates with urd
through the norns_api_control_socket. This socket
should allow only selected processes to read and
write from/to it.
parent 4aaff69b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment