Skip to content

Commit

Permalink
Merge pull request #75 from rlex/datapackage-readme
Browse files Browse the repository at this point in the history
c2c datapackage info
  • Loading branch information
brothercorvo committed Jul 9, 2020
2 parents 6a54648 + c7027f9 commit 6883c6b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,19 @@ if, trying to start FTS you get an error 'package not found'
```
navigate to the physical location where the controllers are installed and start the server from there
### client2client datapackages
If you have issues sending datapackages directly to clients via FTS, make sure -IP you specified can be reached from your device.
A quick way to test if it works is to take a picture with Quick Pic in ATAK and send it to another client. Please also note that for that test ATAK clients needs to be on different network (ie one on mobile and one on wifi), because if you run them in same network (wifi, vpn, etc) they will just use same multicast group, bypassing FTS completely.
When you post package to specific contact in ATAK, following happens:
1) Datapackage is uploaded to server, recorded in database and stored in FTS directory
2) Client receives payload with URL pointing to datapackage so ATAK can download it
Assuming you want to run open-to-everyone FTS instance, and you have server hosted somewhere, you need to specify _public_ IP address in -IP argument. And just in case, -IP also accepts domain names.
If you run it at home and port forward on router doesn't work, check if you receive actual IP address and not being NATed and ports 8080 and 8087 are not filtered - you can ask your ISP about that.
## Update FreeTakServer
if you already installed FTS with pip you can use
```
Expand Down

0 comments on commit 6883c6b

Please sign in to comment.