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.
Hello ,
I am developing a product using TIVA TM4C129ENCPDT,
I want to communicate two devices each having a TM4c129ENCPDT controller on them using ethernet.
One device will act as master and request data from the other device which will act as slave.
Which example code i need to follow.?
I got the enet_lwip , enet_io , enet_uip code with dk-tm4c129x board but they all work as server .
Also my knowledge on interfacing ethernet with microcontroller is very less.
So which will be best way to proceed? Are there any other sample code to which i can refer.
Also i want to implement encryption for the data being transferred in future.
Any help will be very useful.
Thanks
Any help will be very useful
You could check out Energia IDE. It has support for the ethernet. You probably want to keep programming without it so you can just study the source files.
ankit patel3 said:I got the enet_lwip , enet_io , enet_uip code with dk-tm4c129x board but they all work as server .
I have not done what you are trying to do. But, from the three examples your best choice is using enet_lwip as base for your development.
- kel
Thank You ,
I am using the same enet_lwip code only but my knowledge for the ethernet controller is very less.
So need more precise example if possible as all this code work as server.
ankit patel3 said:So need more precise example if possible as all this code work as server
Those are the only examples available at Tivaware.
You, need to search elsewhere internet for an example program specific to your needs.
- kel