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
There is a project with WebSocket server. This program consist from two main parts. The first is a reader thread, which reads data from connected devices, and the second thread is WS-server, which shares this data to connected clients.