Jetson Xavier AGX UDP Tutorial

Hi, Can anyone help me with establishing a communication between the Jetson AGX Xavier and a PLC through UDP? I will be sending coordinate information from the jetson to the positioning system controlled y the PLC.

For networking Jetson is 100% the same as any other Linux. Lots of examples and tutorials. For example:
[url]linux udp socket programming tutorial - Google Search

Lots of the examples are in C, some are in C++, but both are very similar. Here’s a reasonably good one:
[url]http://www.linuxhowtos.org/C_C++/socket.htm[/url]

You can always ask other questions if you run into some specific issue.