Skip to content

SensorServer v6.4.0

Latest
Compare
Choose a tag to compare
@umer0586 umer0586 released this 04 Nov 10:22
· 1 commit to main since this release

New Feature

Easy Connect: Network Discovery Support

The app now supports Zero-configuration networking (Zeroconf/mDNS), enabling automatic server discovery on local networks. This feature eliminates the need for clients to hardcode IP addresses and port numbers when connecting to the WebSocket server. When enabled by the app user, the server broadcasts its presence on the network using the service type "_websocket._tcp", allowing clients to discover the server automatically. Clients can now implement service discovery to locate the server dynamically, rather than relying on hardcoded network configurations.
See Complete Python Example at Connecting To the Server Using Service Discovery