Config.in 932 B

12345678910111213141516171819202122
  1. config 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. The project consists of ssdpd and ssdp-scan. The former is a
  10. stand-alone UNIX daemon, it has no dependencies but a standard
  11. C library. It comes with built-in web server for serving the
  12. UPnP XML description on port 1901, the XML is used by Windows
  13. to present the icon, by default an InternetGatewayDevice is
  14. announced.
  15. ssdp-scan is a tool, similar to mdns-scan, to find other SSDP
  16. capable hosts on the network. Take care to only use it for
  17. debugging, or quicker device discovery operations, since it
  18. scans the network quite aggressively.
  19. https://github.com/troglobit/ssdp-responder/