xref: /OK3568_Linux_fs/buildroot/package/ssdp-responder/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_SSDP_RESPONDER
2	bool "ssdp-responder"
3	depends on BR2_USE_MMU
4	help
5	  Simple Service Discovery Protocol daemon (SSDP) for networked
6	  Linux and UNIX devices. Useful in any setup, big or small, but
7	  targeted more at embedded systems that need to announce
8	  themselves to Windows systems.
9
10	  ssdpd is a stand-alone UNIX, no external dependencies but the
11	  standard C library.  It has a built-in web server for serving
12	  the UPnP XML description which Windows use to present the
13	  icon, by default an InternetGatewayDevice is announced.
14
15	  Also included is ssdp-scan, a tool similar to mdns-scan, which
16	  continuously scans for SSDP capable hosts on the network.
17	  Take care only to use for debugging since it scans the network
18	  quite aggressively.
19
20	  https://github.com/troglobit/ssdp-responder/
21