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.
Tool/software:
Hello,
I am currently working on a project where I need to establish communication between two devices over Ethernet using the provided Ethernet driver. However, I am finding the documentation to be insufficient or unclear regarding the steps required for setting up the communication and transferring data.
Could someone share insights or provide a basic outline or example on how to implement Ethernet communication between two devices using the TI Ethernet driver? Any resources, code snippets, or explanations would be greatly appreciated.
Thank you in advance for your help!
Best regards,
Miguel
Hi Miguel,
I am suggesting you refer the LWIP examples in below link:
Here you can find examples with step-by-step procedure along with one video tutorials.
--
Thanks & regards,
Jagadish.
Hello Jagadish,
Thank you for your response. While it helped me set up a server on the board, I’m still facing difficulties in establishing a bridge for sending and receiving data over UDP or TCP protocols. Would you happen to have an example or guidance on how to configure this setup?
I appreciate your help.
Best regards,
Miguel Catana
Hi Miguel,
Can you verify below project, it was based on UDP:
--
Thanks & regards,
Jagadish.