anlsys / libnrm

Node Resource Manager communication library
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

[feature] actuators #13

Closed perarnau closed 2 years ago

perarnau commented 2 years ago

Reintroduce actuators into the architecture.

They are identified by uuid, have a number of possible actions, and are tracking a network client id.

Note: this design assumes that any existing actuator has been registered by the nrm_client_t providing it, so the daemon tracks which client to send the action to this way.