weAutSys' system calls, services and types for the Telnet server
This file contains the definitions for weAutSys' system calls, services and types for the build in Telnet server. It implies an uIP used as TCP/IP stack.
This is system software and must not be modified for user or application programs.
This file is part of weAutSys <weinert-automation.de>
Copyright © 2012 Albrecht Weinert, Bochum
Defines | |
Defines for Telnet command, state and options | |
This is a subset of the command and option codes defined for the Telnet protocol. The use of the others not put here is discouraged. | |
#define | IAC |
Telnet: interpret as command (IAC) | |
#define | DONT 254 |
Telnet: option negotiation command respectively answer. | |
#define | DO 253 |
Telnet: option negotiation command respectively answer. | |
#define | WONT 252 |
Telnet: option negotiation command respectively answer. | |
#define | WILL 251 |
Telnet: option negotiation command respectively answer. | |
#define | LINEMODE 34 |
Telnet option code. | |
#define | SUPPRESS_GA 3 |
Telnet option suppress go ahead. | |
#define | TEL_SB 250 |
Telnet command opening brace SB. | |
#define | TEL_SE 240 |
Telnet command closing brace SE. | |
Functions | |
ptfnct_t | telnetAppcall (void) |
Handle Telnet server events. | |
void | telnetInit (void) |
Initialise the Telnet (server) |