User Tools

Site Tools


networking_info

Networking Info

IP Addresses

on the field, 10.TE.AM.xx addresses are assigned by DHCP running on the FMS.

  • 10.47.95.1 - robot radio, programmed by radio-configuration kiosk
  • 10.47.95.2 - typical roboRIO static (suggested by documentation)
  • 10.47.95.4 - FMS field access point (don't use this for anything else!)
  • 10.47.95.5 - typical driverstation laptop static
  • 10.47.95.6 through .19
    • 10.47.95.6 - suggested non-driver programming laptop
    • 10.47.95.11 - typical IP camera static
  • 10.47.95.20 and up (assigned by DHCP)
  • roboRIO USB: 172.22.11.2

Netmask: use 255.0.0.0, because at the event, the FMS communicates from 10.0.100.*

MDNS names

  • roboRIO-####-FRC.local (where #### is your team number with no leading zeroes)
  • axis-camera.local

open ports

The ports that the teams are able to access on the competition field are as follows; the rest the rest are filtered by FMS.

  • UDP/TCP 1180 - 1190: This port range is typically used for camera data from the Robot to the DS when the camera is connected to the roboRIO via USB. This port is bidirectional on the field.
    • UDP ports 1180-1190 were added after the original FMS whitepaper was released.
  • TCP 1735: SmartDashboard, bidirectional
  • UDP 1130: Dashboard-to-Robot control data, directional
  • UDP 1140: Robot-to-Dashboard status data, directional
  • HTTP 80: Camera connected via switch on the robot, bidirectional
  • HTTP 443: Camera connected via switch on the robot, bidirectional
  • UDP/TCP 554: Real-Time Streaming Protocol for h.264 camera streaming, bi-directional
  • UDP/TCP 5800-5810: Team Use, bi-directional

References

Control System Testing and Defensive Design

networking_info.txt · Last modified: 2018/02/12 13:45 by tell