Skip to content

Implement the approach in the form of a daemon #6

@flongo82

Description

@flongo82

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).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions