I want to see ethernet source code that show bind socket or connect socket like TCP/IP. Where is the source code point?
(not configuration/ I want to see TCP/IP source code to customize it)
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.
I want to see ethernet source code that show bind socket or connect socket like TCP/IP. Where is the source code point?
(not configuration/ I want to see TCP/IP source code to customize it)
Hi,
If I understand the question you are asking about standard socket API. There is plenty of examples that can be found by searching for socket bind c examples.
This is a pretty good example. Socket API is something that would be used in both an RTOS and a Linux application.
https://www.geeksforgeeks.org/socket-programming-cc/
Best Regards,
Schuyler
I know standard socket API but I cannot find in AM62AX source code.
So I want to know where is the Socket API code in AM62AX sources.
Hi,
The sources to glibc are not in the SDK as TI does not support them, we typically only support driver questions related to the device.
This link is to the software manifest which contains a link to all the source code that is provided in the SDK.
This link is to the glibc to the socket portion of the lib.
Best Regards,
Schuyler