MoshiBin / ssdpy

A lightweight, compatible SSDP library for Python.
MIT License
21 stars 10 forks source link

No support for custom fields #52

Closed jfu334 closed 3 years ago

jfu334 commented 4 years ago

SSDP allows custom fields to be send by the server. However ssdpy does not support them.

See https://web.archive.org/web/20150905102426/http://upnp.org/specs/arch/UPnP-arch-DeviceArchitecture-v1.1.pdf chapter 1.1.3, SSDP header field extensions.

MoshiBin commented 4 years ago

Very good point. I'll add support for custom fields in both the Python API and the ssdpy-server CLI.

MoshiBin commented 3 years ago

You can now provide custom fields in several ways:

This has been rolled into version 0.4.0.