Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 419 Bytes

File metadata and controls

11 lines (8 loc) · 419 Bytes

uHej Python

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.