Log in

View Full Version : Sending data through a Ethernet port


279 EMPIE
19-09-2013, 17:22
Hi :D

I want to send data between a computer and the cRIO.
I figure the best way is through a Ethernet cord.

at the very least, i would like to send int numbers or boolean numbers

I would like to do this in java, but i can do it in other languages if possiable

thank you in advance

Arhowk
19-09-2013, 18:25
Use the NetworkTables API. You can add networktables-desktop.jar as a dependency in a java project which can be read in the default networktable java API.

Here are some good examples http://www.chiefdelphi.com/forums/showthread.php?t=103352

mrklempae
19-09-2013, 20:04
Can't you just plug a crossover cable between the two and change your connection type on the driver station? Or is your question more complicated than that?