Skip to content

Releases: wuespace/telestion-project-daedalus2

v0.11.0

07 Jul 20:33
Compare
Choose a tag to compare

Features

  • Compress production folder on release (2708b00)
  • application: Add a default configuration to the MongoDatabaseService verticle (6265f6e)
  • application: Add Broadcast TCP Server which sends incoming messages to all connected clients. (6f7b383)
  • application: Clean up Dockerfile for leaner Docker images (8e4a9e0)
  • application: Introduce a Docker Compose configuration to configure and handle interconnections between database and application Docker containers. The MongoDB database now runs in its own Docker container which greatly decreases the setup effort for this Telestion project. (16aae7d)
  • application: The serial connection now gets handled outside the Docker container and the packages are transmitted via a TCP connection from a server in the container to the client on the host system. (fe36212)
  • application: Update sysId and compIds in MavLink messages (23e703d)

v0.10.0

26 Jun 10:07
Compare
Choose a tag to compare

Bug Fixes

Features

  • widget: Add note widget (128cc34)

v0.9.0

26 Jun 07:09
Compare
Choose a tag to compare

Bug Fixes

  • application: Include MavInfo details from ConCmd (87d78e4)
  • application: Make TelecommandSender network independent (be32536)
  • client: Fix integration issues with application (a83ed65)
  • client: Fix style issue in button and list labels and icons (8c69541)
  • Fix bugs and implement requested changes (51e192d)
  • Remove spelling mistakes and bugs (9d96480)
  • Send json and not the Object over the bus in MavlinkPacketCutter (186285d)
  • client: Fix value dependencies for Freitext TC widget's onSubmit (ba015fe)

Features

  • application: Add Serial Printer verticle (d5250ab)
  • application: Re-import main configuration (6507764)
  • application: Set up telecommand sender in vert.x configuration (1b2ab52)
  • application: Specify connection details type (4766a75)
  • application: Update configuration to support telecommand encoding and sending (89c047d)
  • client: Add Camera TC and Freitext TC widgets (c50389f)
  • client: Add dynamic styling for highlight.js containers based on current color scheme (2e232d1)
  • client: Add highlighted config controls to Camera and FreitextTC widget (4c2975d)
  • client: Update sources to work with Telestion-Client v0.16 (2b04c29)
  • Add ConCommand (new daedalus.xml) (dbf7064)
  • Add new autogenerated MAVLink messages (e99219c)
  • Cut messages from different senders (99d336c)
  • Implement Telecommands (2202bc3)

v0.8.0

03 Jun 22:50
Compare
Choose a tag to compare

Features

  • client: Update to telestion-client v0.15 and clean up some code dependencies (71d4adf)
  • Add application runner shell script (56a3c12)

v0.7.1

03 Jun 20:56
Compare
Choose a tag to compare

Bug Fixes

  • application: Update host address for MongoDB (5580281)

v0.7.0

03 Jun 19:46
Compare
Choose a tag to compare

Features

  • application: Set baud rate in configuration (30f92fe)

v0.6.3

26 May 16:32
Compare
Choose a tag to compare

Bug Fixes

  • application: Fix Docker problems ;) (1b8d9bb)

v0.6.2

26 May 14:23
Compare
Choose a tag to compare

Bug Fixes

  • Try to fix Docker issues with host-system host alias. This will require binding the host's network to the docker image's network. To do this, use --net=host (Linux-only!) (495ed15)

v0.6.1

26 May 14:06
Compare
Choose a tag to compare

Bug Fixes

  • Fix config problem (and database configuration) in a quick and dirty manner (3ef2cbf)

v0.6.0

26 May 13:47
Compare
Choose a tag to compare

Features

  • Update Backstein DB config for application (2e6e1dc)