Topic: Difference between Echoclient and simpleclient

Hi all,

I have downloaded wolfssl package of version 4.5.0, After extraction Under IDE->MDK-ARM5->projects in this path there are different files, i am not getting difference between Echoclient and Simpleclient.

Can any give brief about these two files , it will be helpful for me.


Thanks in advance.

Share

Re: Difference between Echoclient and simpleclient

Hi srihari,

See section 3 of the user manual:
https://www.wolfssl.com/docs/wolfssl-manual/ch3/

3.6 ECHOCLIENT EXAMPLE
3.3 CLIENT EXAMPLE

These are calling the examples/echoclient and example/client here:
https://github.com/wolfSSL/wolfssl/tree/master/examples

The echo sends data and expects the same data back from echo server.

The simple client sends a Hello and expects a I hear you. It can also use the "-g" option to send a sample HTTP GET.

Thanks,
David Garske, wolfSSL

Share