Metadata-Version: 2.4
Name: justssdp
Version: 0.1.0
Summary: SSDP without other UPnP silliness.
Home-page: https://github.com/Traktormaster/justssdp
Author: Nándor Mátravölgyi
Author-email: nandor.matra@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Intended Audience :: Developers
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: asyncio_dgram
Provides-Extra: ifaddr
Requires-Dist: ifaddr; extra == "ifaddr"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# justssdp

UPnP host discovery without anything else that doesn't matter.

Basically makes a host discoverable with normal UPnP/SSDP search for "ssdp:all", "upnp:rootdevice" or custom non-standard device-type URI: "urn:example-com:device:Example:1".

Nothing beyond that is implemented, not even the LOCATION device-type XML description in the search response.

The searching host will be able to identify the servers IP from the network stack, so the LOCATION url is not even necessary, but there is a default implementation to provide a valid URL if the `ifaddr` additional dependency is installed.

There is a tiny SSDP search tool to use as well for testing.
