Zilog EZ80F91AZA User Manual
Page 24
UM020107-1211
Getting Started
ZTP Network Security SSL Plug-In
User Manual
18
Send an Encrypted Message
Observe the following procedure to send an encrypted message between two eZ80 devel-
opment platforms.
1. Build the SSL demo application for the eZ80 development platform that will operate
as a server and download the executable.
2. Similarly, rebuild the application for the second eZ80 development platform that will
operate in client mode. If necessary, change the MAC and IP addresses used by the
client.
3. Start the server program by entering the following command on the server system’s
console:
ssldemo server 5000
4. Send an encrypted (secret) message to the server by entering the following command
on the client’s console:
ssldemo client 192.168.1.23:5000 “secret message”
Ensure that you use the IP address of the target server in the command.
For additional information about building and running this sample program, refer to the
, which is available free
for download on the Zilog website; it can also be found in the
docs
directory.
Note: