This is the Python part of the uHej service discovery protocol. See the uHej git for more information.
The following files reside here:
- uhej.py - the library holding the uHej functionality.
- sniffer.py - a snffer for uHej multicast frames.
- uhdiscovery.py - a script for finding uHej services.
- example/ - a client/server example.
- test/ - a protocol sanitizer.