$NitroWiFi/build/demos/soc
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/
Move to the $NitroWiFi/build/demos/soc/(sample name)/bin/(platform)/(target)/
directory and perform one of the following:
*.nef
, *.srl
in ensata.
*.nlf
file with IS-NITRO-DEBUGGER.
*.srl
file with IS-NITRO-DEBUGGER.
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. |
Works in all execution environments.
03/15/2006 Initial version.