Skip to content

Implement REST-Server and complete implementation of REST-Connector

The REST server should be implemented similar to the opcua server, with the ability to create_nodes() and delete_nodes() from a Client. Data should be stored in an appropriate database (how is it stored in opcua server?)

To complete the implementation of the REST_connector:

  • implement subscribe()
  • implement close_sub() both methods currently throw an NotImplementedError