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.

sample WEB server for TI RTOS and Tiva ?

is there an example and / or video training that shows how to implement a simple WEB server with TI RTOS on the TM4C129X eval board ?

i found a ndk sample but unfortunately it's for evm6748 ... (e.g. ndk_evm6748_elf_client)

maybe somewhere there is an advanced video training that shows how to add and use http-servers, DHCP client, telnet test console, ... or at least some helpful documentation ... ?

is there ? or will there be ? when / where ?

thanks - peter

  • Hi Peter,


    Take a look at the is lab: http://processors.wiki.ti.com/index.php/TI-RTOS_HTTP_Example

    It's for a Concerto board, but all the steps are the same for the TM4C129X eval board.

    Todd

  • hi todd,

    your tutorial worked perfectly for me - thanks !

    some details:

    * probably page 21 should read "left click TCP/IP"

    * i had to manually add the "Board_initEMAC()" in my empty.c

    * the MAC address on my eval board was not shown (no label on the board) but the sample worked without setting one (it was 00:1A:B6:02:90:2B)

    additional questions (or should i open a new topic ?)

    (1) does the web server support SSI as well ? any samples ?

    (2) are there any ready to use SSL implementations for TiVa boards with TI_RTOS available or to be expected soon ? when and who is going to provide them ? e.g is there an already working CyaSLL adaption ?

    thanks again + best regards

    peter

  • Hi Peter,

    Thanks for the feedback!

    I'll add the "Board_initEMAC" in empty.c for the next release.

    The Concerto family boards have stickers instead of being stored in non-volatile memory. The TM4C129X eval board has the MAC in non-volatile memory (it's read in the DK_TM4C129X_initEMAC() API in DK_TM4C129X.c file).

    We'll probably re-fresh the PPT sometime in Jan or Feb. We'll update it accordingly then.

    We currently do not have an out-of-the-box solution for SSI or SSL. We are working to get a SSL solution via a third party. We are actively working on this now, but we don't have a firm date yet.

    I'm not sure what the roadmap for SSI is. I'll forward a link to this post to the product manager. He'll have a better answer and maybe a timetable for SSL.

    Todd

  • Hi Todd,

    I'm trying to follow your latest power point "Making a HTTP Server with TI-RTOS (and a DHCP Server too)" from March 18, 2016. I can't seem to ping the device at a static IP address. Do you mind looking at the thread?

    e2e.ti.com/.../1846904

    Thanks,
    Spencer