cjlawson02 / ntcore-ts-client

A TypeScript library for WPILib's NT4.1 spec
https://ntcore.chrislawson.dev
22 stars 7 forks source link

Get list of all networktable keys? #85

Closed nab138 closed 11 months ago

nab138 commented 12 months ago

I want to be able to get a list of all keys present on the server. I don't need to read their values, just know they exist. Is it possible to do that with this package? If I try to subscribe to topic "/" with prefix mode and topics only, I just get a bunch of warnings about unkown topic announcements.

cjlawson02 commented 11 months ago

Hi, closing this as a duplicate of #30. Hoping to get this feature out within a week