Skip to content

Releases: robotdotnet/NetworkTablesCore

Recommended update for NetworkTables

08 Feb 05:04
Compare
Choose a tag to compare

This is a recommended update for all teams running NetworkTables. It fixes a few race conditions, along with a small error in the GetTable() method. Better ArmV7 support was added, however it still requires some custom work which we need to document better. It also adds some new methods to IRemoteConnectionListener to enable some better tracking of remotes.

The major change was in the way the native library is extracted. It used to always extract the native library to the same location, after doing a check to see if it already existed. This was causing issue, so it now always extracts the native library to a unique temp file. If the AppDomain or program exits cleanly, the temp file will be deleted properly.

Initial 2016 release of NetworkTablesCore

05 Jan 21:28
Compare
Choose a tag to compare
Update ntcore libraries

This should be the final release, unless something major comes up.