Sming - Open Source framework for high efficiency native ESP8266 development

User avatar
By hendry
#26994 In computing, a shell is a user interface for access to an operating system's services. In general, operating system shells use either a command-line interface (CLI) or graphical user interface (GUI), depending on a computer's role and particular operation. Am i right ??
User avatar
By hreintke
#27099 LS,
CommandProcessor is a generic implementation of a framework for defining Commands to be executed (for now, maybe extended) by Serial or Telnet connection (CLI interface). There some basic commands implemented. If others are needed, please mention and we will see whether they can be include in sming core.
The CommandProcessor framework also has the possibility to add Commands by the application.
See application Telnet_TCPServer_TCPClient for example usage.