Python asyncio library for Simple Service Discovery Protocol (SSDP). Supports both client and server roles, enabling discovery and advertisement of network services. Current version 1.3.1, released under MIT license. Active development with asyncio-native design.
pip install ssdpVerified import paths — ran on the pinned version, not inferred.
Discover UPnP devices on the network.
Use async/await pattern. Wrap code in asyncio.run() if needed.
Use 'async with client:' or call await client.start() and await client.close().
Set loopback=True in SSDPClient constructor to enable.
No dependency data recorded yet.