µC/TELNETs Commands using µC/Shell 1
µC/TELNETs Shell integration provides a simple authentication method (TELNETs_AuthUser() ) and a command handler implementation (TELNETs_CmdHandlerExt() ) using µC/Shell. By using this add-on, every commands entered in the TELNET terminal can be parsed and executed by the µC/Shell module. This gives access to several commands already implemented for various Micrium components. Furthermore, any custom commands can be easily integrated.
Please refer to µC/Shell documentation for further information.
Prerequisite
µC/Shell need to be initialized.
Include Files
Wherever you want to use the Command add-on, you should include the following header:
Include file | Description |
---|---|
Shell/telnet-s_shell.h | Contains µC/TELNETs |
API
Function name | Description |
---|---|
Initialize the µC/Shell integration to µC/TELNETs. |