Program TelnetS
The Telnet Server Demo requires the RTIP-32 Telnet Server add-on. It implements a very simple command line interpreter Telnet clients can connect to. Function ProcessCommand receives command strings received from the client. An application can perform arbitrary operations here.
This demo can obtain its IP address from a DHCP server. If you have purchased the DHCP add-on for RTIP-32, you can define preprocessor symbol DHCP in the source code or on the compiler command line and add library Dhcpc.lib to enable this feature.
Demo Programs
Program TelnetC
Program SNMPDemo
|