Is there any example webserver with WolfSSL for TI RTOS?
What is the best practise to use WolfSSL? Is it better to use available WolfSSL web server or Intergrating WolfSSl library with example web server?
Thanks.
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Is there any example webserver with WolfSSL for TI RTOS?
What is the best practise to use WolfSSL? Is it better to use available WolfSSL web server or Intergrating WolfSSl library with example web server?
Thanks.
Hi Saleem,
Here is a link for using WOLFSSL with TI-RTOS:
What device are you using? There are several networking examples shipped with TI-RTOS for TivaC devices. There is also an http server example here:
Best regards,
Janet
Hi Saleem,
You would need to design your own http server, unfortunately.
Best regards,
Janet
saleem nawaz said:Do have any help available for developing HTTP server protocol on top of TCP?
You can refer to RFC 2616 Hypertext Transfer Protocol -- HTTP/1.1 doc (can be found on google). This is the official spec for HTTP/1.1.
saleem nawaz said:As you already developed the Http example you may can help us on this. Actually the provided Http example uses NDK for all the functions and i cannot see the code to understand the functionality
I am assuming you are pointing to the HTTP Server example in NDK. This is based on HTTP/1.0 server. You can find the source code for this server in the path: <tirtos_dir>/products/<ndk_dir>/packages/ti/ndk/nettools/http. But note, this is HTTP/1.0 server (and not HTTP/1.1 - which is the popular and standard server).
Vikram