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