Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.

Provides base for UDP clients or services. More...

Modules

 DNS server
 Provides DNS server.
 
 Network Time Protocol client
 Provides NTP client.
 

Classes

class  UdpConnection
 

Typedefs

typedef Delegate< void(UdpConnection &connection, char *data, int size, IPAddress remoteIP, uint16_t remotePort)> UdpConnectionDataDelegate
 

Detailed Description

Provides base for UDP clients or services.