TCP Networking Suite Examples
RL-ARM includes a number of examples which enable you to quickly begin using TCPnet in your embedded development. All examples are ported to specific evaluation boards and are found in the ..keil/arm/boards/... folder.
DNS
This program shows you how to resolve the IP address from a host name using the DNS Client application.
HTTP Demo
An embedded Web Server demonstration program showing you how to create web pages and use a CGI interface.
HTTP Upload
This HTTP File Upload example allows you to upload files to an SD Card from a Web browser.
LED Client
This program shows you how to control embedded devices using a UDP or TCP port.
SMTP Demo
This program is an SMTP Client example. It shows you how to send a dynamic email to an email address.
Telnet Demo
This example shows how to build a command-line interface and control an embedded device using a Telnet Server.
FTP Demo
This program is a FTP Server example. It shows how to use a File Transfer Protocol to send files to and receive files from an evaluation board.
Pre-compiled Download Examples
To allow you to test the fucntionality of TCPnet there are a number pre-compiled example projects which work without needing RL-ARM to be installed. These are available to download.