@@ -23,6 +23,20 @@ Documentation can be found at http://pynetworktables2js.readthedocs.org/
2323Installation
2424============
2525
26+ Easy install (Windows only)
27+ ---------------------------
28+
29+ 1. Download the latest pynetworktables2js.exe from github at
30+ https://github.com/robotpy/pynetworktables2js/releases .
31+ 2. Copy the
32+
33+ .. note :: By default, it will connect to 127.0.0.1. To connect to a robot,
34+ you will need to pass the exe arguments to tell it where the robot is.
35+ Use --help to see the available options.
36+
37+ Manual install
38+ --------------
39+
2640Make sure to install python 2 or 3 on your computer, and on Windows you can
2741execute::
2842
@@ -56,13 +70,6 @@ those resources to make something cool to control your robot?
5670Usage
5771=====
5872
59- There are two example servers distributed with pynetworktables2js, one that
60- uses `tornado <http://www.tornadoweb.org/en/stable/ >`_, and one that uses
61- `aiohttp <https://github.com/KeepSafe/aiohttp >`_. Either one should work.
62-
63- No-copy server
64- --------------
65-
6673You can just distribute your HTML files, and run a pynetworktables server
6774using the following command from inside the directory::
6875
@@ -80,6 +87,10 @@ browser (I recommend Chrome) to http://127.0.0.1:8888 and see your website.
8087Customized python server
8188------------------------
8289
90+ There are two example servers distributed with pynetworktables2js, one that
91+ uses `tornado <http://www.tornadoweb.org/en/stable/ >`_, and one that uses
92+ `aiohttp <https://github.com/KeepSafe/aiohttp >`_. Either one should work.
93+
8394Go to the 'example' directory distributed with pynetworktables2js, and run::
8495
8596 python tornado_server.py --robot 127.0.0.1
0 commit comments