You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

When a new resource is created, it is necessary to add it the necessary parameters to connect with its device. These parameters depend on the type of connections and the necessary credentials. For this reason, Mantychore works with URIs to specify the connection params to access like this:

transport://user:password@ip:port/subsystem

  • transport. It specifies the type of protocol to connect.
  • user:password. Credentials to connect to the device.
  • ip. IP Address of the device.
  • port. If it is necessary, port TCP which the protocol uses to connect.
  • subsystem. Some protocols need to specify a particular parameters inside a protocol.

 

 

Description of the connection parameters

 

The parameters are quite easy to understand. The subsystem param specifics any extra necessary parameter to specify in the connection

  • No labels