From f2271f52402e817930142011361d4181a1b8369c Mon Sep 17 00:00:00 2001 From: wildercayden Date: Wed, 25 Jun 2025 22:27:58 -0400 Subject: [PATCH] added readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0604bce --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +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 (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 \ No newline at end of file