NVIDIA Jetson AGX XAVIER Ethernet Port

Can I use the Ethernet port to read a data stream by using terminals?

Terminals can run network-based programs. The trick is that your program would have to be a network program. The address your terminal would use is either “localhost” or “127.0.0.1” for most cases. If your program is not already based on a network, then you might use something like pipes to “netcat” to send.

Thank you very much! I will try your method.