Releases: HyperloopUPV-H8/software
[control station] v1.3.0 First official Control Station release
This is the first version of the control station ready for the vehicle demonstration.
[ethernet view] v1.1.2 - Optimizations
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
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
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
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
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
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
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
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
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