We're trying to use
pynetworktables2js to make a custom dashboard. The issue with this is that the NetworkTables on the robot are set to server mode, and pynetworktables2js also operates a server. The only idea I have is to install pynetworktables2js on the roboRIO, though this seems counterintuitive because the python server would be acting as a wrapper for the NetworkTables server.
I assume there is a solution because it seems quite a few teams use this.