Skip to content

Version 2.0.11a0

Pre-release
Pre-release
Compare
Choose a tag to compare
@naman108 naman108 released this 07 Feb 01:00
· 556 commits to master since this release
e71e5be

Summary

This is an alpha release of 2.0 for open-testing purposes. It is NOT meant for production use.
In this version, we've begun redesigning the codebase to be more stable, modular and extensible than ever before. We began to experiment with the power of this new design by further extending the feature set with things like smart emergencies and repeated cots.

Installation

Want to be a tester? Fantastic, we'd love to have you! To get started please keep a couple of things in mind...

  1. this is a pre-release version so it must be installed from pypi as follows "pip install FreeTAKServer==0.2.0.11a0"
  2. this version will not work with the 0-touch install so installation and configuration will need to be done manually until we are prepared for the next phase of testing.

New Features

  • Smart emergencies: SA capacity undermined by a flood of emergencies? We've introduced smart emergencies which allow you to set a radius within which emergencies are sent to users. e.g. (Bob and Alice both have emergencies Bob is 5km away from Charlie, and Alice is 3000km away from Charlie, given the smart emergency distance is 20km Charlie will receive only Bob's emergency)

  • Repeated COTs: Sick of having to re-broadcast essential situation information every time a new client connects? That's where repeated cots come in. Using the API you can now create a COT which, by default, is re-sent to any and all newly connected clients to ensure everyone is on the same page.

What's Changed

New Contributors

Full Changelog: v1.9.9.2...v2.0.11a0