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.

Compiler/F28M35H52C: How to implement session function in web server (enet_lwip)

Part Number: F28M35H52C

Tool/software: TI C/C++ Compiler

Hi ! 

i am working with a Concerto board (F28M35H52C) with the enet_lwip_m3 example. 

I have implemented a web interface (HTML, CSS and JS) which includes a login tab before entering and accessing an ip (example: 192.168.0.125). The problem is that if in the url I write "192.168.0.125/Pagina.htm"  it returns the page, skipping the log. I have read that I need to implement some session function like PHP. Someone could help me on how to adapt this example to fix this. Also to prevent multiple users from connecting to my board.

Thank you

Marcelo

  • Marcelo,
    This is out of scope of the SW collateral provided by TI. We usually provide basic client server reference example to show how one can implement SW over EMAC peripheral on the MCU and it is up to the users to implement end applications, features and protocols.

    Adding authentication to the web server is something that you have to learn and implement. We don't have an example showing this.
    you can try posting in Tiva forums to see if any user has implemented such an example on TiVA MCU and see if you can move that to Concerto.
    e2e.ti.com/.../908


    Hope this helps.

    Best Regards
    Santosh Athuru