package/ssdp-responder: minor update of help text

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Joachim Wiberg 2022-10-31 18:46:31 +01:00 committed by Yann E. MORIN
parent 54fd5f74f1
commit 8c8a463a71

View File

@ -7,14 +7,16 @@ config BR2_PACKAGE_SSDP_RESPONDER
targeted more at embedded systems that need to announce targeted more at embedded systems that need to announce
themselves to Windows systems. themselves to Windows systems.
ssdpd is a stand-alone UNIX, no external dependencies but the The project consists of ssdpd and ssdp-scan. The former is a
standard C library. It has a built-in web server for serving stand-alone UNIX daemon, it has no dependencies but a standard
the UPnP XML description which Windows use to present the C library. It comes with built-in web server for serving the
icon, by default an InternetGatewayDevice is announced. UPnP XML description on port 1901, the XML is used by Windows
to present the icon, by default an InternetGatewayDevice is
announced.
Also included is ssdp-scan, a tool similar to mdns-scan, which ssdp-scan is a tool, similar to mdns-scan, to find other SSDP
continuously scans for SSDP capable hosts on the network. capable hosts on the network. Take care to only use it for
Take care only to use for debugging since it scans the network debugging, or quicker device discovery operations, since it
quite aggressively. scans the network quite aggressively.
https://github.com/troglobit/ssdp-responder/ https://github.com/troglobit/ssdp-responder/