ssdpy
ssdpy copied to clipboard
A lightweight, compatible SSDP library for Python.
The README contains this example to send a NOTIFY message: ```python >>> from ssdpy import SSDPServer >>> server = SSDPServer("my-service-identifier") >>> server.notify() ``` But there doesn’t seem to be any...
Bumps [wheel](https://github.com/pypa/wheel) from 0.37.1 to 0.40.0. Changelog Sourced from wheel's changelog. Release Notes 0.40.0 (2023-03-14) Added a wheel tags command to modify tags on an existing wheel (PR by Henry...
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.2 to 7.2.2. Release notes Sourced from pytest's releases. 7.2.2 pytest 7.2.2 (2023-03-03) Bug Fixes #10533: Fixed pytest.approx{.interpreted-text role="func"} handling of dictionaries containing one or more values...
ssdpy returns an empty list on windows. works on linux. no errors on either. **To Reproduce** Steps to reproduce the behavior: Run the following code: ``` import ssdpy ssdpl =...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.0.2 to 6.1.3. Release notes Sourced from sphinx's releases. v6.1.3 Changelog: https://www.sphinx-doc.org/en/master/changes.html v6.1.2 Changelog: https://www.sphinx-doc.org/en/master/changes.html v6.1.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html v6.1.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html v6.0.1 Changelog: https://www.sphinx-doc.org/en/master/changes.html v6.0.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html...
Bumps [mock](https://github.com/testing-cabal/mock) from 4.0.3 to 5.0.1. Changelog Sourced from mock's changelog. 5.0.1 gh-100740: Fix unittest.mock.Mock not respecting the spec for attribute names prefixed with assert. gh-100690: Mock objects which are...
`NOTIFY` request should be multicasted to `239.255.255.250:1900` instead of IP address and port where the `M-SEARCH` request came from
**Describe the bug** python3.7 on windows does not support the method 'if_nametoindex' **Expected behavior** ``` File "G:\language\python37\lib\site-packages\ssdpy\compat.py", line 31, in if_nametoindex = socket.if_nametoindex AttributeError: module 'socket' has no attribute 'if_nametoindex'...