Skip to content

Releases: HyperloopUPV-H8/software

[control station] v1.3.0 First official Control Station release

19 Jul 08:21
Compare
Choose a tag to compare

This is the first version of the control station ready for the vehicle demonstration.

[ethernet view] v1.1.2 - Optimizations

23 Jun 07:55
e745867
Compare
Choose a tag to compare

This release makes multiple optimizations to the backend. It also implements a new "Warning" message with a string body the boards can send.

Remember to change the config files and report any bugs!

[ethernet view] v1.1.2-pre - Logger Playback fixes

01 Jun 11:37
dfc047c
Compare
Choose a tag to compare

Pre-release fixing some bugs with the logger playback feature. The full release will also feature new order types and an excel parsing rework.

[ethernet view] v1.1.1 - Timestamp Fix

30 May 11:50
cb3818c
Compare
Choose a tag to compare

Just a small release to fix a logger bug where the timestamps would set the day to the month number.

[ethernet view] v1.1.0 - State Orders

23 May 11:06
57521f4
Compare
Choose a tag to compare

This release includes the following:

  • State Order implementation
  • Millisecond timestamp on charts
  • Other QoL and bug fixes

Remember to change the config.toml and report any bugs you find!

[ethernet view] v1.0.2 - Logger Timestamp error

15 May 10:21
13f32b5
Compare
Choose a tag to compare

This version fixes some bugs related to the logger timestamps:

  • On windows, the log file timestamp had an invalid file name and the file itself used at some point forward slashes.
  • The timestamp for the data packets was the packet timestamp instead of the logger timestamp, which could lead to multiple log folders per session.

As always, remember to replace the config.toml and report any bugs!

[ethernet view] v1.0.1 - Logger Hotfixes

10 May 10:45
97b6307
Compare
Choose a tag to compare

Logger Hotfixes

This version fixes some bugs of the logger related to file manipulation and memory representation of such files, to summarize:

  • The logger was using already closed files to store data
  • All logs were stored using the same initial timestamp, making it impossible to log multiple sessions without restarting the backend

[ethernet view] v1.0.0 - Logger Playback

07 May 11:27
50b78e3
Compare
Choose a tag to compare

Finally v1.0.0 is here!! Remember to change the included config.toml to suit your needs.

This release adds the last major features of the year to Ethernet View. These include

  • Logger Playback: see the charts based on previous logs
  • Toggle latest/average value: a new checkbox has been added to toggle between seeing the latest and the average value for each field
  • Oscilloscope screenshot: Make screenshots of compatible oscilloscopes with just one button

There are also some changes that the user might not see, like more tests to ensure Ethernet View runs correctly and without errors.

[ethernet view] v0.3.2 - Multiple Bug Fixes

13 Apr 10:26
Compare
Choose a tag to compare

Some changes to the TCP connecitons caused some major erros when trying to reconnect, this version fixes those bugs and some additional ones. This is a list of erros fixed:

  • Incorrect reconnection retry detection
  • Unit converter applying wrong unit conversions

There are also some in progress changes mixed in between (tracing) that shouldn't affect the functionality of the application, but instead aid our team to better debug and pinpoint errors. One of the changes is a partial version of the Logger Playback, it WONT work as of now, but it will be included in the next release.

Remember that the TOML has a working configuration on localhost, make sure to copy over your TOML

[ethernet view] v0.3.1 - SNTP Flag

26 Mar 16:08
Compare
Choose a tag to compare

v0.3.1 - SNTP Flag

This patch adds a flag to control weather the SNTP server will start or not, as it was causing trouble on some systems