version 2.0.66
Pre-release
Pre-release
Summary
This release has improved the stability and performance of the TCP and SSL CoT services by implementing the digitalpy architecture. Both services now communicate through the ZeroMQ based Z-Manager and refactored internals. Further more our logging is now more configurable, and more effective at the Debug level.
Installation
the suggested way to install FTS is by using our signature ZeroTouch installer
on a Ubuntu 22.04 machine type
wget -qO - https://raw.githubusercontent.com/FreeTAKTeam/FreeTAKHub-Installation/up-installer-to-v2/scripts/easy_install.sh | sudo bash
- If you want to install using Pypi
- Use an Ubuntu 22.04 nachine
- (optional) Install python3.11
- pypi as follows
pip install FreeTAKServer[UI]
What's Changed
- Remove Python 3.8 testing by @hickey in #567
- 573 log level insane by @naman108 in #579
- Move emergency api by @naman108 in #580
- converted tcp and ssl services to proper digitalpy implementations by @naman108 in #589
Full Changelog: v2.0...v2.0.66b