Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
A pure Python implementation of NetworkTables, used for robot communications in the FIRST Robotics Competition.
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.
.. note:: NetworkTables is a protocol used for robot communication in the FIRST Robotics Competition, and can be used to talk to SmartDashboard/SFX. It does not have any security, and should never be used on untrusted networks.
.. note:: If you require support for Python 2.7, use pynetworktables 2018.2.0
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 <http://robotpy.readthedocs.io/en/stable/guide/nt.html>
_.
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
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
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 <https://github.com/robotpy/pynetworktables/fork>
_ to your github accountgit checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push -u origin my-new-feature
)FAQs
A pure Python implementation of NetworkTables, used for robot communications in the FIRST Robotics Competition.
We found that pynetworktables demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.