It looks like Network Tables had an overhaul around 2017 or something which seems to be leading to some confusion on how to accomplish what we are trying to do.
Basically we want to create a new table to keep communication between the RoboRio and the Raspberry Pi separate from the existing network table communication that gets initialized on robot startup. i don’t seem to see any examples doing this. I’m also confused on how to create subtables within an existing table. I don’t see any functions that deal with creation of new tables or subtables. I see a hint that just looking for them might create a new subtable, but documentation doesn’t seem to back that up. Here is what I saw: Network Table & Entry Initialization I’m guessing @Peter_Johnson might be able to answer this one, thanks in advance!