research-virtualfortknox / msb-client-websocket-python

The python client library to connect to the websocket interface of the MSB (Manufacturing Service Bus)
Apache License 2.0
5 stars 4 forks source link

Support Gateway service type #10

Open daniel-schel opened 4 years ago

daniel-schel commented 4 years ago

The MSB supports, besides the two service types offered by this project (SmartObject, Application), the service type Gateway. This allows to register a service with sub services managed by it and to handle their communication.

This feature is already supported by the msb-client-websocket-java lib.