Research Article
Software Architecture Solution Based on SDN for an Industrial IoT Scenario
Table 3
Methods implemented in the HubPlugin class.
| Method | Description |
| getConfig | Returns to the controller the hub configuration | getDevices | Returns to the controller the device list managed by the hub. | getDeviceConfig | Returns to the controller a concrete device configuration | getDeviceData | Returns to the controller the data given by a concrete device | getDeviceSchema | Returns to the controller the configuration scheme from a concrete device | setConfig | Updates the hub configuration | setDeviceConfig | Updates a concrete device configuration |
|
|