Releases: MissouriMRDT/RoveComm_Tester_Software
Releases · MissouriMRDT/RoveComm_Tester_Software
latest
Rovecomm Tester 2.5
Updated tester to current manifest
2021 Rev 2
Bugfix and performance release, mostly addressing issues in the last release and making a final few tweaks.
- UDP and TCP ports can now be specified by modifying the config.json provided.
- Added all dependencies to requirements.txt to keep track of versions.
- Improved some performance by removing duplicate creation of Xbox Controller instances.
2021 Rev 1
- Added new TCP server support, people can now connect to Tester and send packets back and forth (mostly just an update to the RoveComm internals, should prove to be mostly unnecessary for testing)
- Receiver now uses a thread to continuously poll for reads as opposed to a threaded timer
- All TCP sockets are now closed off from our end to prevent boards from keeping connection open when Tester is closed
- Sender now doesn't trigger UI elements for every send, hopefully increasing the responsiveness of the UI as we scale up to multiple simultaneous packets
- Corrected port information for TCP packets being received
- Rover Swoosh Icon should now be displaying in task bar again
Next release should include the restructuring of python RoveComm (but this should not affect functionality).
2020 Rev 2
- Implemented float support
- Fixed not being able to connect to more than one TCP server
- Fixed issues with RoveComm TCP implementation
2020 Rev 1
- Restructured and commented code-base for potential expansion
- Implemented TCP support
- Implemented enable check-boxes for packet sending
- Expanded filter options for reader
2019 Rev 3
Xbox controller support
Configuration saves
Fixed Icon issue
2019 Rev 2
Merge pull request #5 from MissouriMRDT/feature/code_cleanup Feature/code cleanup
2019 Rev 1
Merge pull request #5 from MissouriMRDT/feature/code_cleanup Feature/code cleanup