Arduino DLNA Server
|
#include "DLNADeviceMgr.h"
#include "DLNADevice.h"
#include "DLNADeviceRequestParser.h"
#include "Schedule.h"
#include "basic/Url.h"
#include "http/HttpServer.h"
Go to the source code of this file.
Classes | |
class | tiny_dlna::DLNADeviceMgr |
Setup of a Basic DLNA Device service. The device registers itself to the network and answers to the DLNA queries and requests. A DLNA device uses UDP, Http, XML and Soap to discover and manage a service, so there is quite some complexity involved: More... | |
Namespaces | |
tiny_dlna | |