Other Parts Discussed in Thread: EK-TM4C129EXL
Hi,
I am trying to make a telnet application such that, when I remotely access the EK-TM4C129EXL launchpad, I issue some commands for example "chip temp" then the controller replies with chip temperature or "led ON" then the controller switches on the led etc. However I dont know if that requires the controller to be a Telnet Server or Client. Please keep in mind, I am not restricted to use Telnet which I assume uses TCP/IP protocol and doesnt work under UDP (my guess), I can also use UDP for the same purpose in case if you have similar application available.
I am using FreeRTOS based approach as I need it unfortunately I can not see a lot of example with FreeRTOS. There is one Ethernet_S2E which I tried to run but it has many compilation errors and my impression is perhaps the project copy I have, is missing some files.
I am bringing up following questions and seeking your kind help;
- Please tell me if I need Telnet Server or Client for the purpose I mentioned earlier
- Is there any counter-part for Telnet which will work on UDP
- Please provide a known built copy for enet_s2e project
- I was trying to build the enet_s2e application with tivaware_c_series_2_1_4_178 version. I dont know if this version is compatible or recommended version as the application will not compile even after addressing all the included path issues.
- I will highly appreciate if some one can pinpoint, the buffer in enet_s2e project where the incoming request data will be stored e.g. "led ON", so that I can then read the incoming packet and accordingly act upon it.
I thank you all for your cooperation.
Regards,
Sahil