robotpy / pynetworktables2js

Forwards NetworkTables traffic to a web page, allowing you to write custom dashboards for your robot using HTML/Javascript
MIT License
46 stars 18 forks source link

Cannot Connect to Robot #8

Closed jmhackbarth closed 8 years ago

jmhackbarth commented 8 years ago

We're trying to connect to the Roborio for the 2016 competition, and we are not connecting to the robot. I am running: .\tornado_server.py --robot roborio-3322.local And I am attempting to connect to the robot via: localhost:8888 The web socket is connected, but the robot isn't connected to the computer.

PeterJohnson commented 8 years ago

The robot name is roborio-3322-frc.local this year (note the added "-frc").

jmhackbarth commented 8 years ago

Thank you!