Part Number: TMDSICE3359
Is there any example of how to create a web server using the RTOS SDK on TMDSICE3359?
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.
Part Number: TMDSICE3359
Is there any example of how to create a web server using the RTOS SDK on TMDSICE3359?
Hi Bayu,
Since the 335x series has been in steady state, I need some time to confirm if the support exists. Please give me 3-4 working days to check the availability.
Ping in this ticket if the response is delayed more than that.
Thanks and regards,
Teja.
Hi Bayu,
We don't support a http web server on AM335x example out-of-box. But there is support for it in the drivers. Alternatively, there is an FTP example available in the SDK in the following path: packages/ti/transport/ndk/nimu/example/ftpApp/am335x/
You can refer to 'ti/ndk_3_61_01_01/packages/ti/ndk/nettools/http/' for more details on http implementation, specifically client.c and webpage.c for server initialization and setting up the application.
Please note that the support on AM335x has been officially stopped, and no additional feature additions are planned. However, you can use already existing release packages for AM335x for your product development.
Thanks and regards,
Teja.