Quote:
Originally Posted by 279 EMPIE
I was wondering if anyone has made any code that will send information in a Java Program on a laptop through a Ethernet cord to the Program in the cRIO.
I'm sure it is do able its just i haven't found much sample code to learn off of. I have no experiance with programming IP/TCP, Ports, or anything else that has to do with this subject.
I was just wondering if someone could help me out. 
|
I'd recommend making a SmartDashboard plugin to serve your needs, and use Networktables/Networktables2 to pass the data. That way you really don't even need to bother with handling TCP/UDP directly.
What are you doing with the data at either end?