Coder Social home page Coder Social logo

freetakteam / freetakserver-user-docs Goto Github PK

View Code? Open in Web Editor NEW
44.0 14.0 42.0 26.67 MB

FreeTAKServer documentation for end users

License: Eclipse Public License 2.0

HTML 100.00%
freetakserver docs tak cot mil-std-2525 situational-awareness

freetakserver-user-docs's People

Contributors

bessex avatar brothercorvo avatar bwebb94 avatar cale-torino avatar deddc23efb avatar fcancedda avatar fieldmapper avatar guetz avatar habr05 avatar heroeslament avatar hickey avatar jonaugustine avatar juhaszjozsef avatar largousagi avatar mighkel avatar naman108 avatar niccellular avatar oliviasculley avatar orbitalflyer avatar phreed avatar radioandrea avatar raymanyyy avatar rlex avatar scwhite avatar securitybits-io avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

freetakserver-user-docs's Issues

AWS Installation instructions

Followed AWS instructions but get this error (see image) when running the .FTS

From fresh install, multiple times.

Have tried adding IPs to config files.

image

What "Path" are you talking about?

I'm installing FTS on Windows following your tutorial.
I installed Python in C:\Software\python.....etc.

After the installation has finished the services need to be configured.
Configure the FreeTakServer by editing the \FreeTAKServer\core\configuration\MainConfig.py file.
Path examples: * native Windows install: C:\Software\python\Lib\site-packages\FreeTAKServer\core\configuration\MainConfig.py * conda env named tak: C:\Users\user\micromamba\envs\tak\Lib\site-packages\FreeTAKServer\core\configuration\MainConfig.py
Configure the FreeTAKServer-UI by editing the \FreeTAKServer-UI\config.py file.
Path examples: * native Windows install: C:\Software\python\Lib\site-packages\FreeTAKServer-UI\config.py * conda env named tak: C:\Users\user\micromamba\envs\tak\Lib\site-packages\FreeTAKServer-UI\config.py

That makes NO sense. In both config files, there is no single "path" variable. There are MANY "paths". Am I modifying a path variable to point the script at ITSELF? Am I specifying the parent directory that everything shall derive from? If so, how far up the ladder am I going: the Python directory, site packages directory, or the FreeTAKServer folder, or the configuration folder?

When I run the FTS command, it returns "failed to create the fts persistence directory at /opt/fts with error: [WinError 3] The system cannot find the path specified: '/opt/fts'"
Obviously this has to do with not properly specifying some path.

Solution: rtsp-simple-server ---Auto-Start on rap pi Start/Reboot

Hardware: Raspberry Pi 4b- 8g
OS: Ubuntu Server 22.04 lts
Program: rtsp-simple-server

--------------When trying to accomplish Auto start on system startup/reboot, Solution:
For the .service file, you will need to add and edit the following:

[Unit]
Description=rtsp-simple-server
After=network-online.target
Wants=netowrk-online.target

[Service]
ExecStart=/usr/local/bin/rtsp-simple-server /usr/local/etc/rtsp-simple-server.yml

[Install]
WantedBy=multi-user.target

-------------To build the auto start file, the Solution:
The root user is needed--- sudo -i

Build your file:
---crontab -e (if this is new, select 1 when prompted)

------at the end of the file add the 3 @ lines

@reboot sudo systemctl enable rtsp-simple-server &

@reboot sudo systemctl stop rtsp-simple-server &

@reboot nohup sudo rtsp-simple-server &

Zero Touch deployment

Hi there
Thank you making this available for free.
I have one issue.
I ran the Zero Touch deployment and all went well.
When I try login using the default admin and password . the system comes up with txt ans says connection refused.
Connection refused.docx

Clarifying what FTS adds to TAK system

On the FTS Doc Home page, recommend adding something like the following above the "Community" section (some of these may be incorrect based on my understanding):

FreeTAKServer adds the following capabilities to a TAK network:

  1. Data Package upload and retrieval
  2. Image transfer and storage
  3. COT recording in a database
  4. ExCheck plugin functionality (only available to users with takmaps.com access)
  5. SSL Encryption for using a server without a VPN

Use of some of these features can be found in the ATAK User Manual.

The following features are planned, but not implemented as of Release 1.3:

  1. Web Plugin features
  2. Federation Service (Connecting two or more FTS instances)
  3. Plugin System
  4. Data Sync

The roadmap can be found here: FreeTAKTeam/FreeTakServer#25

Add a section on Upgrading Packages

The Zero Touch Installer is fine for new installations.
Upgrading existing installations is also important.
Add an Upgrade section which describes how to upgrade each element individually.
This can probably be accomplished by improving the Manual installation section.

Services

  • upgrade NodeRed
  • upgrade FTS
  • upgrade FTS-UI
  • upgrade Video Server
  • upgrade Chat Server
  • upgrade WebMap

Bad link in Docs

https://github.com/FreeTAKTeam/FreeTAKServer-User-Docs/tree/main/docs/docs/Installation/RaspberryPie)/Installation.md makes reference to a link to download the proper install of ubuntu..

"need to start with new install of ubuntu 20.04 server for pi 64 from: https://cdimage.ubuntu.com/releases/20.04.3/release/ubuntu-20.04.3-preinstalled-server-arm64+raspi.img.xz"

This link is broken, and searching on ubuntu for 20.04.3 only leads to V20.04.4 instead. I don't know if this affects the function of the easy_install.sh script, however I've been unable to login to the UI without errors. This may be a separate problem, or it may be a difference in versions.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.