...
To get more information about bundles and how Mantychore use them, go to this link.
Creating resources
The first step in Mantychore is the resource virtualization. In this step, a new device is added to the Mantychore system. For this action, it is necessary to create a file to describe what features and capabilities this virtual resource will be able to have.
...
About resource descriptors and how it works link.
Adding protocols
Each resource has to be linked to the necessary protocols which are used to communicate with the physical device and send its operations. This is an example which uses a netconf protocol to connect with the resource:
...
A resource is in a set of states which each allow a set of operations. This picture describes these states:
Mainly, a resource will enable all its capabilities when started. For this reason, the next step will be start our resource:
...