-->
Page 1 of 1

What is the purpose of CommandProcessing service?

PostPosted: Fri Aug 21, 2015 2:17 am
by helpme
This folder C:\Espressif\sming\Sming\Services\CommandProcessing is a new one in the SMING framework. Anyone knows what is the purpose of CommandProcessing service?

Re: What is the purpose of CommandProcessing service?

PostPosted: Tue Aug 25, 2015 4:42 am
by hendry
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 ??

Re: What is the purpose of CommandProcessing service?

PostPosted: Wed Aug 26, 2015 1:13 pm
by hreintke
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.