-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
We need to implement a daemon acting as a hypervisor. Right now, best thing to do is to implement it in Node.js. Performance could be an issue but we will deal with that later.
The daemon should have a REST interface for administration APIs. At least, it should provide two calls: create() and destroy(). For the time being, only a human-friendly name for the virtual rasp to be created (or destroyed) could be enough as parameter. Later on, we can add a JSON file with pin mapping information (see #3).
Moreover, the daemon should be notified when a pin is exported or imported from within a virtual rasp and mount the corresponding folders accordingly (see #5).