Arduino DLNA Server
DLNA.h
Go to the documentation of this file.
1 #pragma once
3 #include "dlna/DLNADeviceMgr.h"
5 #include "dlna/udp/UDPService.h"
6 #ifndef IS_DESKTOP
8 #endif
9 
10 using namespace tiny_dlna;
11 
12 #ifdef IS_DESKTOP
14 #endif
Access to UDP functionality: sending and receiving of data using the Async API of the ESP32.
Definition: UDPAsyncService.h:18
Access to UDP functionality: sending and receiving of data It seems that the UDP receive is not worki...
Definition: UDPService.h:16
Definition: Allocator.h:6