Go to file
wildercayden ea72d4d451 Small fix
2025-06-26 16:57:10 -04:00
my website first commit 2025-06-24 11:17:01 -04:00
config.ini Added a config.ini and made TablePI.py work with it 2025-06-26 09:14:26 -04:00
README.md Added a config.ini and made TablePI.py work with it 2025-06-26 09:14:26 -04:00
TableLaptop.py Small fix 2025-06-26 16:57:10 -04:00
TablePI.py Added a config.ini and made TablePI.py work with it 2025-06-26 09:14:26 -04:00

Simple program to send data to a robo rio about system info, it requires pynetworktables and psutil to work, it will work on any computer running linux (Not sure if it works on mac or windows) (Other then temp if your temp sensor uses a diffrent name then the ones it looks for then it won't find the temp) and also there is my old web test idea (Which still works)

When running TablePI.py you can add a custom IP, table name, or have it print the info its sending (And ping the Rio/Device it is trying to contact)

Examples -

--ip 192.168.1.76

--table PItable

--debug

--help

Also the config.ini file can toggle debug and change the IP and table permantly+ (Or until you touch config.ini again)

The TableLaptop.py is 1 poorly named because it will work on anything and 2 can be used to test the tablePI.py, just enter the devices IP (example --ip 192.168.1.76) in TablePI.py and the PI will send data to the device, and the TableLaptop.py will show you the output of what the PI is sending