Socket Library Demo Program

Location

$NitroWiFi/build/demos/soc

Compilation

Move to $NitroWiFi/build/demos/soc and enter

% make

 Executable (.nef, .srl) files will be generated in

$NitroWiFi/build/demos/soc/(sample name)/bin/(platform)/(target)/

  For example:

$NitroWiFi/build/demos/soc/httpclient/bin/ARM9-TS/Release/

 

Execution

Move to the $NitroWiFi/build/demos/soc/(sample name)/bin/(platform)/(target)/ directory and perform one of the following:

Description

dhcp_monkey This demo repeatedly connects and disconnects from a DHCP server using the SOC library.
ftpclient This demo connects to an FTP server as an FTP client, using the SOC library.
httpclient This demo connects to an HTTP server as an HTTP client, using the SOC library.
httpserver This demo connects to an HTTP client as an HTTP server, using the SOC library.
telnet This demo connects to telnet using the SOC library.

Emulator

Works in all execution environments.

See Also

SOC Function List

Revision History

03/15/2006 Initial version.