A pure Python implementation of NetworkTables, used for robot communications in the FIRST Robotics Competition.
Project description
RobotPy NetworkTables Project
This is a pure python implementation of the NetworkTables protocol, derived from the wpilib ntcore C++ implementation. In FRC, the NetworkTables protocol is used to pass non-Driver Station data to and from the robot across the network.
This implementation is intended to be compatible with python 3.5 and later. All commits to the repository are automatically tested on all supported python versions using github actions.
Documentation
For usage, detailed installation information, and other notes, please see our documentation at http://pynetworktables.readthedocs.io
Don’t understand this NetworkTables thing? Check out our basic overview of NetworkTables.
Installation
On the RoboRIO, you don’t install this directly, but use the RobotPy installer to install it on your RoboRIO, or it is installed by pip as part of the pyfrc setup process.
On something like a coprocessor, driver station, or laptop, make sure pip is installed, connect to the internet, and install like so:
pip install pynetworktables
Support
The RobotPy project has a mailing list that you can send emails to for support: robotpy@googlegroups.com. Keep in mind that the maintainers of RobotPy projects are also members of FRC Teams and do this in their free time.
If you find a bug, please file a bug report using github https://github.com/robotpy/pynetworktables/issues/new
Contributing new changes
RobotPy is an open project that all members of the FIRST community can easily and quickly contribute to. If you find a bug, or have an idea that you think others can use:
Fork this git repository to your github account
Create your feature branch (git checkout -b my-new-feature)
Commit your changes (git commit -am ‘Add some feature’)
Push to the branch (git push -u origin my-new-feature)
Create new Pull Request on github
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pynetworktables-2021.0.0.tar.gz
.
File metadata
- Download URL: pynetworktables-2021.0.0.tar.gz
- Upload date:
- Size: 83.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91167948e66c29d5c90f85f3e249403f4d2ebf11368b93f9b968ef315388c73c |
|
MD5 | c28db2c0976fc82c08f9a6cd414afd83 |
|
BLAKE2b-256 | 3ea9fa585189c6cb45f59e90790ffa5737727075b65d516c8fa0c17c1661c16a |
File details
Details for the file pynetworktables-2021.0.0-py3-none-any.whl
.
File metadata
- Download URL: pynetworktables-2021.0.0-py3-none-any.whl
- Upload date:
- Size: 65.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54604b1993515c43890be058263f158c1d168c69bedd802f0de644964cf3840d |
|
MD5 | c90d6bffe39abd24fe30ce7fbad88969 |
|
BLAKE2b-256 | c71f048457f674901be38a4ae377ca0166bf63497bf458fa500c84a202829623 |