Version 2.0 #565
brothercorvo
announced in
Announcements
Version 2.0
#565
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
We're thrilled to announce the biggest release yet of FreeTAKServer, a Open Source software for Situational Awareness that is fun to use! Our team has completely rewritten the codebase from the ground up, resulting in a software that is now safer, faster, more stable, modular, and extensible than ever before. The new version is foundational, laying the groundwork for future developments and improvements. While this release doesn't include many new features (see below), we're already experimenting with the power of the new design and adding even more exciting features, like smart emergencies and repeated cots. Get ready to experience the future of Situational Awareness with FreeTAKServer!
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
pip install FreeTAKServer[UI]
New Features
Technology Features
SSL 2.0 socket management: allows 1000's of secure connections without breaking FTS
Abstraction: FreeTAKServer 2.0 is based on DigitalPy
Python3.11: faster code execution and Better error management, is the default supported version of python for use with FTS. Other versions of Python (3.8, 3.9, 3.10) has been tested and they works.
Ubuntu 22.04 support: Faster boot, Supported until 2032, LTS kernel 5.4
Async & Scalable : High performance architecture, Scale up with the amount of available resources, Advanced networking capabilities supporting concurrency, sockets that carry whole messages across various transports (inter-process, TCP)
Component Based Architecture: Easy to implement your own component, Can be generated from Model, Drop-in capability, Rule Engine, Routing system based on ZeroMQ
Security Fixes: Code-base scanned every change for security, Code quality checked, Python compatibility test
Deprecated Insecure TLS: Insecure versions of TLS have now been deprecated
Bug Fixes (including alpha)
This discussion was created from the release Version 2.0.
Beta Was this translation helpful? Give feedback.
All reactions