Skip to content

Releases: MissouriMRDT/RoveComm_Tester_Software

latest

17 Aug 21:17
Compare
Choose a tag to compare
latest Pre-release
Pre-release

Commits

  • a78cd0d: Update RoveComm (Eli Byrd)

Rovecomm Tester 2.5

20 Apr 03:16
Compare
Choose a tag to compare
Updated tester to current manifest

2021 Rev 2

31 Jan 07:57
12e0f32
Compare
Choose a tag to compare

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

15 Nov 08:00
Compare
Choose a tag to compare
  • 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

31 Jan 05:06
Compare
Choose a tag to compare
  • Implemented float support
  • Fixed not being able to connect to more than one TCP server
  • Fixed issues with RoveComm TCP implementation

2020 Rev 1

20 Jan 05:07
c587fbe
Compare
Choose a tag to compare
  • 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

11 Mar 18:05
c587fbe
Compare
Choose a tag to compare

Xbox controller support
Configuration saves
Fixed Icon issue

2019 Rev 2

17 Feb 20:41
c587fbe
Compare
Choose a tag to compare
Merge pull request #5 from MissouriMRDT/feature/code_cleanup

Feature/code cleanup

2019 Rev 1

01 Feb 02:38
c587fbe
Compare
Choose a tag to compare
Merge pull request #5 from MissouriMRDT/feature/code_cleanup

Feature/code cleanup