Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTripleV authored Oct 25, 2024
1 parent 5c6c3b3 commit 4e65ad6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
**Use Alternatives Instead**
============================

pynetworktables2js was created when web browsers could not support networktables.
Now with networktables 4 (NT4), web browsers can directly talk to networktables servers.
pynetworktables2js should no longer be used.

Alternatives include:

- `nt4.js <https://github.com/RobotCasserole1736/RobotCasserole2024/blob/main/webserver/www/interfaces/nt4.js>`__ - A pure javascript library for an NT4.1 client
- `ntcore-ts-client <https://www.npmjs.com/package/ntcore-ts-client>`__ - A typescript library for an NT4.0 client
- `ntcore-react <https://www.npmjs.com/package/ntcore-react>`__ - A typescript library for using networktables with React


-----------------

-----------------

-----------------

pynetworktables2js
==================

Expand Down

0 comments on commit 4e65ad6

Please sign in to comment.