An example demonstrating SSDP Discovery and a companion Web Server.

Dependencies:   mbed mbed-rtos Watchdog SW_HTTPServer SW_String EthernetInterface TimeInterface SSDP

This example program provides a framework -by- example.

It makes itself discoverable to the network using SSDP. From there, it is easy to access the embedded web server to interact with the embedded node.

The example, built on the LPC1768, provides interaction to turn the LEDs on and off via a web page that is discovered using the SSDP protocol.

It also picks up time via an NTP server.

Committer:
WiredHome
Date:
Tue Jul 10 03:09:19 2018 +0000
Revision:
2:ca5d12560ff7
Parent:
0:de1dfa2ab813
Child:
3:64b7b569d621
Improvements to be more reliable - make the SSDP detection more precise and make the socket i/f blocking to not overrun the transmit.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
WiredHome 2:ca5d12560ff7 1 http://mbed.org/users/WiredHome/code/SW_HTTPServer/#df915cb8ba9a