Skip to content

Commit f33bd5d

Browse files
committed
README: Document --robot and --team switches
1 parent fe2ffed commit f33bd5d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,13 @@ This will start a pynetworktables2js server using Tornado (which is installed
8585
by default) and it will serve the current directory. You can navigate your
8686
browser (I recommend Chrome) to http://127.0.0.1:8888 and see your website.
8787

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.
8895

8996
Customized python server
9097
------------------------

0 commit comments

Comments
 (0)