Upnp example emulating a Wemo switch

This commit is contained in:
alex 2017-07-20 20:23:52 +02:00
parent e17b1a5db6
commit 3c050bc4d1
8 changed files with 778 additions and 0 deletions

2
examples/upnp/upnp.h Normal file
View file

@ -0,0 +1,2 @@
bool upnp_server_init(void);