Releases: Happyrobot33/HNode
DRONES
Hello! After a succesfull stageflight 3 I decided now would be a good time to push up all the changes I have into a new public release. Not much new here, but this has the fully functional mavlink code included, along with some internal reworks and slight changes to some systems
- New throughput display on the summary page
- Shows the current channel count
- Shows the current bytes/second throughput
- New exporter that can export all the current DMX values to a text file for later use
- MIDIDMX plugin now no longer requires configuring the channel limit, and it will automatically send the entire DMX buffer instead
- You can now specifiy a specific IP to bind to instead of all IPs
- By default HNode will still bind to all IP Addresses, however you can use the config or UI to specify a IP to bind to
Lastly, we have also updated to the newest version of Unity 6 that fixes the security flaw. Theoretically the security flaw did not affect HNode in any way as it is, but it felt pertinent to do anyway
Buncha changes!
Buncha changes! all of the global settings that used to be config file only have now been moved into the UI, along with in general a more stable UI framework internally. Some new generators have been added, along with some general bugfixes.
The major changes here are that
- serializers/deserializers are now setup to be configurable in the UI dynamically
- VRSL support now supports earlier and newer versions of VRSL on both ends, this includes vertical/horizontal format along with gamma and no gamma correction
- VRSL now has support for 9 universe mode
- Some config fields have been made invalid. If a config isnt loading the best bet is to recreate it in the UI and then save the file out fresh
As always, this is a indev project, expect things to break if you update, HOWEVER the runtime stability of this software has been proven so far as its been used for live busking for a few events now, along with hours long transcode sessions
Initial Public Beta Release
Initial public beta release! This version is still very much in development, expect breaking changes with any future releases. Generators and Exporters are configurable via UI, and basic parts of serializers and deserializers are too, but any custom fields of serializers or deserialzizers are missing from the UI and must be configured via yml file still. Same goes for some other settings including masking. These are planned to be added to the UI at a future date