|
Re: Send data from raspberry pi to roboRIO using c++
Quote:
Originally Posted by jreneew2
Alright, now I'm getting the error:
NT: ERROR: select() to roboRIO-2053-frc.local
port 1735 error 111 - Connection refused (TCPConnector.cpp:157)
|
Do you have robot code running with the SetClientMode lines removed? You will get this error on the client (it should retry about once a second) until the robot code is running and thus the NetworkTable server is running.
__________________
Author of cscore - WPILib CameraServer for 2017+
Author of ntcore - WPILib NetworkTables for 2016+
Creator of RobotPy - Python for FRC
2010 FRC World Champions ( 294, 67, 177)
2007 FTC World Champions (30, 74, 23)
2001 FRC National Champions (71, 294, 125, 365, 279)
|