I want to interface an NVIDIA Jetson AGX Xavier with a Teensy 4.1 via Ethernet (and Ethernet adapter for Teensy), the control units don't have to be connected to the internet. I would like to know what steps I need to take for making this communication possible; is there any other hardware i need besides the two control units and the Ethernet adapter? How do I set up Ethernet communication through Python? The Jetson will process camera views and send signals based on the view, the Teensy subsequently controls electric motors. The control units need full-duplex communication. Thanks in advance!
I tried looking it up, but information is quite limited on this subject, maybe because these types of applications are more usually done with C++?