Hi,
I am using TM4C1294NCPDT (Ek-TM4C1294XL) board for development on CCS v6.1.0.00104 and TivaWare_C_Series-2.1.1.71 on Windows 8 64-bit
I am using FreeRTOS demo project and want to send data securely to external server from the board.
I searched on FreeRTOS forum, in it they are using Berkeley Sockets APIs for secure communication which uses TSL/SSL code which is not favorable in Embedded Systems. Is there any way to perform HTTPS GET and POST command using LWIP?
If Yes, can you provide me sample code or guide for how to proceed. If no, and if TSL/SSL is not an issue to use than how to integrate it?
I checked the TI-RTOS code but limitation of TI-RTOS is it do not generate .bin file which is essential for Remote Firmware Upgrade. And also there are other issues I came across (Issues already posted in forum) because of which can not use TI-RTOS as of now.
Thanks,
Bhavesh