This file is part of eeic_rabbit.zip, which contains the Rabbit code examples from Embedded Ethernet and Internet Complete.
eeic_rabbit.zip is available from www.Lvr.com/eeccode.htm.
The code is Dynamic C code written for Rabbit Semiconductor's RabbitCore RCM3200 module.
For the TCP and UDP applications, see www.Lvr.com/eeccode.htm for VB.NET applications to communicate with the modules.
These are the applications:
UDP Send. Sends data using UDP.
UDP Receive. Receives data using UDP.
TCP Server. Sends and receives data using TCP.
Real Time Web Page. Serves a Web page that displays real-time data.
Device Controller. Serves a Web page that displays buttons and LEDs. Users can click a button to change the state of an LED on the module and the Web page.
Form Response. Serves a Web page containing a form that enables users to provide data for use by the module.
Send E-mail. Sends an E-mail message.
Receive E-mail. Receives E-mail messages.
FTP Client Send. Sends a file to an FTP server.
FTP Client Receive. Requests a file from an FTP server.
FTP Server. Enables clients to send files to the module and request files from the module.
Basic Authentication. Requires a user name and password before serving a Web page.