NET Sample Demos

Location

$REVOLUTION_EXT_ROOT/build/demos/netdemo

Compilation

Move to the $REVOLUTION_EXT_ROOT/build/demos/netdemo directory, and enter type make. An executable file (.elf file) will be generated in the path $REVOLUTION_EXT_ROOT/RVL/bin/demos/netdemo/.

Execution

Change to the $REVOLUTION_EXT_ROOT/RVL/bin/demos/netdemo directory and do the following:

Description

sostartup This demo displays the network error codes that appear when the SOStartup function is called in the background and an error occurs.
digest This demo tests the appropriateness of the various hash algorithms.
crypto This demo tests the appropriateness of AES encryption.
macaddr This demo gets the MAC address of the Wi-Fi module.

See Also

NET API

Revision History

2007/09/06 Added the sostartup demo.
2007/01/12 Corrected the path.
2006/12/07 Initial version.