Skip to content

Releases: brian7704/OpenTAKServer

1.4.2

19 Dec 14:27
Compare
Choose a tag to compare

What's New

  • Preliminary support for CloudTAK

Fixes

  • Re-registered marker API blueprint
  • Minor fixes to some API endpoints

1.4.1

14 Nov 15:17
Compare
Choose a tag to compare

What's new

  • Added the Meshtastic SHORT_TURBO modem preset

Fixes

  • Fixed an error that prevented the dashboard page from loading on some devices
  • Fixed an error when connecting via TCP

Changes

  • Changed required Python version from >=3.10,<3.13 to just >=3.10
  • Bumped some dependency versions

1.4.0rc1

29 Oct 21:25
Compare
Choose a tag to compare
1.4.0rc1 Pre-release
Pre-release

What's New

  • Support for the Mission API which includes support for the Data Sync and Fire Area Survey plugins
  • Preliminary support for groups and channels. So far only the Public/ANON group/channel is supported

Changes

  • Switched from ffmpeg-python to python-ffmpeg for generating screenshots of video streams and recordings
  • EUDs are now unbound from the cot and all mission RabbitMQ exchanges when they disconnect

Fixes

  • Fixed DB schema to make it work with MySQL, MariaDB, and PostgreSQL in addition to the default SQLite. MSSQL and Oracle may also work but have not been tested.
  • Improved handling the Content-Type header for certificate enrollment

1.3.1

16 Oct 13:35
Compare
Choose a tag to compare

Changes

  • Added token to /api/me to fix a bug with 2FA in the UI

1.3.0

23 Sep 20:32
Compare
Choose a tag to compare

What's New

  • Support for the AISHub.net API
  • Plugin updates - Automatically install and update plugins on EUD enrollment or connection to the server
  • Device Profiles - Push settings to EUDs on certificate enrollment or connection to the server
  • Maps from ATAK-Maps can be installed automatically on certificate enrollment

Changes

  • Data packages can now be automatically installed on EUDs when they enroll or connect to the server
  • Allow images and KML/KMZ files to be uploaded and converted into data packages
  • Improved CoT processing to handle many messages sent at once, such as from adsbcot
  • Added TTL to messages published to RabbitMQ
  • Updated dependencies

1.3.0rc2

20 Sep 18:20
Compare
Choose a tag to compare
1.3.0rc2 Pre-release
Pre-release
  • Upgraded dependencies
  • Bug fixes

1.3.0rc1

13 Sep 18:14
Compare
Choose a tag to compare
1.3.0rc1 Pre-release
Pre-release

Pre-Release for OpenTAKServer 1.3.0

What's new

  • AISHub.net support
    • Automatically pull AIS data from AISHub.net and send to EUDs. Requires an AISHub.net account with API access
  • Device Profiles
    • Push preferences to EUDs automatically on certificate enrollment or server connection
  • Plugin update server
    • OpenTAKServer will act as the update server for ATAK's plugins
    • Upload plugins via the OpenTAKServer-UI and they can be pushed to EUDs automatically
  • Maps
    • Map tile sources from ATAK-Maps can be automatically pushed to EUDs on certificate enrollment

Changes

  • Data Packages
    • Added the option to install data packages on certificate enrollment or sserver connection
    • You can now upload images, KMLs/KMZs, and XML files which OTS will turn into data packages automatically

1.2.2

24 Aug 19:01
Compare
Choose a tag to compare
  • Added CasEvac API
  • Added Marker API
  • Potential fix for the Too Many Open Files error

1.2.0

14 Jun 13:37
Compare
Choose a tag to compare

New Features

  • Meshtastic support
  • There is now an opentakserver script in the /bin/ directory of the virtual environment. When the virtual environment is active, just run the opentakserver command to start the server
  • Added --create-ca argument. Running opentakserver --create-ca will create the certificate authority and exit
  • Added --upgrade-db argument. Running opentakserver --upgrade-db will create the database if it doesn't exist, or upgrade the schema if it does exist
  • PR #30 adds a health check URL which is useful for running OpenTAKServer in a docker image
  • Administrators can delete user accounts

Changes

  • Usernames are not longer case sensitive
  • When OpenTAKServer starts, it will upgrade the database schema automatically if the database schema is an older version

Fixes

  • Fixed a bug that prevented some log messages to be written to the log file
  • Fix for Too Many Open Files error

1.1.10

21 May 02:23
Compare
Choose a tag to compare

Updated the DB schema to work with engines other than SQLite