SSL Communication Demo Program

Location

$NitroWiFi/build/demos/ssl

Compilation

Move to the $NitroWiFi/build/demos/ssl and enter

% make

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

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

  For example:

$NitroWiFi/build/demos/ssl/ssl-1/bin/ARM9-TS/Release/

 

Execution

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

Description

httpsclient-1 This demo connects to an HTTPS server as an HTTPS client, using the CPS library.
ssl-1 This demo communicates with an SSL server as an SSL client using the SSL functionality in the CPS library.

Emulator

Works in all execution environments.

See Also

CPS Function List

Revision History

03/15/2006 Initial version.