SSDP Server - working version provides SSDP based network discovery, and with a companion web server, may provide other functionalities.

Dependents:   X10Svr SSDP_Server

Files at this revision

API Documentation at this revision

Comitter:
WiredHome
Date:
Tue Jul 10 23:15:01 2018 +0000
Parent:
2:3d6d70556fca
Child:
4:2260bac62038
Commit message:
Disable debug

Changed in this revision

SSDP.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/SSDP.cpp	Tue Jul 10 03:08:15 2018 +0000
+++ b/SSDP.cpp	Tue Jul 10 23:15:01 2018 +0000
@@ -8,7 +8,7 @@
 #include "EthernetInterface.h"
 #include "SW_String.h"
 
-#define DEBUG "SSDP"      //Debug is disabled by default
+//#define DEBUG "SSDP"      //Debug is disabled by default
 
 #include <cstdio>
 #if (defined(DEBUG) && !defined(TARGET_LPC11U24))