We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe2ffed commit f33bd5dCopy full SHA for f33bd5d
README.rst
@@ -85,6 +85,13 @@ This will start a pynetworktables2js server using Tornado (which is installed
85
by default) and it will serve the current directory. You can navigate your
86
browser (I recommend Chrome) to http://127.0.0.1:8888 and see your website.
87
88
+You will want to also pass either the ``--robot`` or ``--team`` switch::
89
+
90
+ py -m pynetworktables2js --robot roborio-XXXX-frc.local
91
+ py -m pynetworktables2js --team XXXX
92
93
+Dashboard mode currently doesn't work, as the underlying support in
94
+pynetworktables hasn't been implemented yet for the newer FRC Driver Station.
95
96
Customized python server
97
------------------------
0 commit comments