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.
Hi all,
I am a beginner in the world of Embedded Systems, having done a few projects but none using the Ethernet controller.
I have a TM4C129X board that I want to connect to local network. The idea is to Telnet/SSH the board using any of the computer, validate the credentials and log into the board, write some commands to get the status info as well as switch on/off some modules connected to the board.
Can someone please guide me the steps to do it? I am really stuck and would really appreciate all the help. Thanks.
Hi Amit,
Thanks a lot for the suggestion. I have been reading and working on the enet_io example for my microcontroller. I have integrated it into my project. However, I am encountering a problem that I am not able to understand.
In the project there is a folder called "fs" that has all the html files that I thought are loaded into the microcontroller. So when I wanted to implement my own features, I edited those files including my own fields, but when I try to connect to the server by typing its IP address, the same unedited TI page loads. I tried removing the folder altogether and then compiling/running it, but the result is same. Can you please let me know why is it so? and how can I use my own html pages in the project? Thanks.
Regards,
Husnain