You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Native example Pipe is the service dealing with the WebSocket and allowing other things to interact with the native luos_engine network.
For now this pipe create a WS (websocket) server and relay all input and output of the websocket to the Gate or Inspector service. This way Pyluos can send information for the Gate or Inspector trough this WS pipe.
Pyluos is able to list the compatible interfaces available on the system. For now we are able to list available serial interface, but we should be able to make it also with this WS Pipe.
To do that we should add an Mdns(also known as Bonjour) support on the native WS Pipe, allowing the WS Pipe to declare itself on the network to be "discoverable".
The text was updated successfully, but these errors were encountered:
In Native example Pipe is the service dealing with the WebSocket and allowing other things to interact with the native luos_engine network.
For now this pipe create a WS (websocket) server and relay all input and output of the websocket to the Gate or Inspector service. This way Pyluos can send information for the Gate or Inspector trough this WS pipe.
Pyluos is able to list the compatible interfaces available on the system. For now we are able to list available serial interface, but we should be able to make it also with this WS Pipe.
To do that we should add an Mdns(also known as Bonjour) support on the native WS Pipe, allowing the WS Pipe to declare itself on the network to be "discoverable".
The text was updated successfully, but these errors were encountered: