Skip to content

Releases: mxl-space/TrajVis

Release v1.2.2

31 Aug 22:52
655c8cc
Compare
Choose a tag to compare

What's Changed

  • Added antenna noise temperature by @gorsheep in #6
  • semantics: Updating to use Python best practices by @mosa11aei in #8

New Contributors

Full Changelog: v.1.2.1...v1.2.2

v1.2.1 - Variable Data Rate Calculator

24 May 16:32
49a331a
Compare
Choose a tag to compare
  • Thanks to @gorsheep, TrajVis is now capable of conducting data rate calculations of the network over the course of flight.
  • General bug fixes.

v1.2.0 - Introduction of the Data Handler

06 May 20:32
b56a4af
Compare
Choose a tag to compare
  • DataHandler class: this class is able to provide some useful utilities to graph/visualize data that comes from TrajVis. It provides the basic structure for adding custom visualizations as well.
  • A "meaningful" reconfiguration is now determined as a reconfiguration that is strictly beneficial (will improve the overall link). Previously, a meaningful reconfiguration could have also been a reconfiguration that could be strictly detrimental to the overall link.
  • General bug fixes.

v1.1.0 - Introduction of Obstacles

16 Apr 19:15
6c62ef5
Compare
Choose a tag to compare

Changes in this version of TrajVis:

  • Obstacle class: You can now generate obstacles that will cause loss/"events" within your simulation on chance. For example, "balloon 4 is unreachable 40% of the time" is possible to be implemented using the class.
  • General bug fixes.

v1.0

27 Mar 19:13
Compare
Choose a tag to compare

The v1.0 release of TrajVis introduces it and includes all of the introductory features of this tool.

  • Generate random wind maps using WindMap()
  • Track balloons and their properties using Balloon()
  • Analyze a store-and-forward network of balloons using NetworkAnalyzer(), Network()
  • We include some sample antenna/radio systems that can be used to visualize the aforementioned network.