Sming - Open Source framework for high efficiency native ESP8266 development

User avatar
By hreintke
#13761 anakod : Glad that I could help.

Starting to get an understanding and working experience with the framework now. Looks very good.

For my project I am also using tcpserver, udpserver/client and telnetserver.
Any ideas on getting those in the framework ?

Herman
User avatar
By hreintke
#13773 LS,
tcpserver/telnetserver I use for an alternative debug connection. When telnet is open debug output to telnet, when not open debugoutput to serial (or no debug output). I am planning to use non-debug serial connection for communicating to arduino.
UDP connection I use for NTP requests.

In my trial for tcpserver and using "TCPServer t_server" in my code I get the error :
app/application.cpp:12:11: error: cannot declare variable 't_server' to be of abstract type 'TcpServer'
Herman