You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to change the web UI to allow ip addresses and hostnames in addition to a team number if the rPi is set up as a network tables client? It would facilitate off-robot testing.
I am aware of being able to use the NetworkTables server on the rPi, but in this case, we were testing for some weirdness / race conditions in accessing an off-rPi NetworkTables instance.
The text was updated successfully, but these errors were encountered:
One work-around on Windows hosts doing the off-robot testing is to use an ipv4 "Alternate Configuration" under the "Internet Protocol Version 4 (TCP/IPv4) control panel. This is what Windows will use when it cannot reach a DHCP server. Normally it defaults to "Automatic Private IP Address" in the APIPA range of 169.254.0.0/24, but you can put in a static IP address of 10.TE.AM.2 (normally used by the robot). This is what I've done to get the pi's network tables client to send data to the OutlineViewer's server for testing our team's version of Peter's rpi-colorsensor
Most people don't use the APIPA IP range for anything - it just tells you when your not talking to a DHCP server - It does take longer to connect this way vs. setting a primary static IP, but you don't have to keep re-configuring the laptop for DHCP / static - just wait for DHCP client to time out when connecting to the wpilibpi-runing pi and you're on the robot's IP - plug into a regular network with DHCP and you're back to being a regular DHCP client.
Would it be possible to change the web UI to allow ip addresses and hostnames in addition to a team number if the rPi is set up as a network tables client? It would facilitate off-robot testing.
I am aware of being able to use the NetworkTables server on the rPi, but in this case, we were testing for some weirdness / race conditions in accessing an off-rPi NetworkTables instance.
The text was updated successfully, but these errors were encountered: