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

Static Public Member Functions

static bool pbufIsStrEqual (const pbuf *buf, const char *compared, unsigned startPos)
 
static int pbufFindChar (const pbuf *buf, char wtf, unsigned startPos=0)
 
static int pbufFindStr (const pbuf *buf, const char *wtf, unsigned startPos=0)
 
static char * pbufAllocateStrCopy (const pbuf *buf, unsigned startPos, unsigned length)
 
static String pbufStrCopy (const pbuf *buf, unsigned startPos, unsigned length)
 
static bool FixNetworkRouting ()
 
static void debugPrintTcpList ()