Releases: Cale-Torino/Takcar
Release Version 1.0.0.5
Takcar
PHP scripts to leverage the FreeTakServer
API and Traccar
API
The Traccar
locations will be shared to the FreeTakServer
allowing them to be visible FTS webmap
, ATAK
and WINTAK
.
Takcar has the ability to:
- Show Traccar locations in the
FTS webmap
,ATAK
andWINTAK
(updated every 30 seconds) - Send a Test postPresence via the endpoint
http://127.0.0.1:19023/ManagePresence/postPresence
Please make sure that Traccar
and the FreeTakServer
are running they do not have to be on the same machine using this version.
Also edit the config.php
file with your details and checkout the tester.php
page to confirm the endpoints are working.
Release Notes
[ Version: V1.0.0.5 ]
[ Date: 19th January 2022 ]
- Shows the
name
of the device instead ofID
. - Removed unused methods.
Release Version 1.0.0.4
Takcar
PHP scripts to leverage the FreeTakServer
API and Traccar
API
The Traccar
locations will be shared to the FreeTakServer
allowing them to be visible FTS webmap
, ATAK
and WINTAK
.
Takcar has the ability to:
- Show Traccar locations in the
FTS webmap
,ATAK
andWINTAK
(updated every 3 seconds) - Send a Test postPresence via the endpoint
http://127.0.0.1:19023/ManagePresence/postPresence
Please make sure that Traccar
and the FreeTakServer
are running they do not have to be on the same machine using this version.
Also edit the config.php
file with your details and checkout the tester.php
page to confirm the endpoints are working.
Release Notes
[ Version: V1.0.0.4 ]
[ Date: 09th September 2021 ]
- Improved HTML.
- Added
testing.php
. - Added external
JS
andCSS
files to distrobution. - Improved README.md.
- Added Youtube example video link to README.md.
- Added Jquery map.
- Added Traccar positions in FTS over TCP instead of via API endpoint.
Release Version 1.0.0.3
Takcar
PHP scripts to leverage the FreeTakServer
API and Traccar
API
The Traccar
locations will be shared to the FreeTakServer
allowing them to be visible FTS webmap
, ATAK
and WINTAK
.
Takcar has the ability to:
- Show Traccar locations in the
FTS webmap
,ATAK
andWINTAK
(updated every 3 seconds) - Send a Test postPresence via the endpoint
http://127.0.0.1:19023/ManagePresence/postPresence
Please make sure that Traccar
and the FreeTakServer
are running on the same machine in order for these scripts to work.
Also edit the config.php
file with your details before running.
Release Notes
[ Version: V1.0.0.3 ]
[ Date: 07th September 2021 ]
- Added more variables to the
config.php
file. - Improved
JSON
response. - Added a
setInterval
timer default at5
seconds. serverUpdater.php
is now handled byajax
in theindex.php
file.
Release Version 1.0.0.2
Takcar
PHP scripts to leverage the FreeTakServer
API and Traccar
API
The Traccar
locations will be shared to the FreeTakServer
allowing them to be visible FTS webmap
, ATAK
and WINTAK
.
Takcar has the ability to:
- Show Traccar locations in the
FTS webmap
,ATAK
andWINTAK
(updated every 3 seconds) - Send a Test postPresence via the endpoint
http://127.0.0.1:19023/ManagePresence/postPresence
Please make sure that Traccar
and the FreeTakServer
are running on the same machine in order for these scripts to work.
Also edit the config.php
file with your details before running.
Release Notes
[ Version: V1.0.0.2 ]
[ Date: 06th September 2021 ]
- Added
config.php
for easy setup - Removed unnecessary code (simplified scripts)
Release Version 1.0.0.1
Takcar
PHP scripts to leverage the FreeTakServer
API and Traccar
API
The Traccar
locations will be shared to the FreeTakServer
allowing them to be visible FTS webmap
, ATAK
and WINTAK
.
Takcar has the ability to:
- Show Traccar locations in the
FTS webmap
,ATAK
andWINTAK
(updated every 3 seconds) - Send a Test postPresence via the endpoint
http://127.0.0.1:19023/ManagePresence/postPresence
Release Notes
[ Version: V1.0.0.1 ]
[ Date: 06th September 2021 ]
- Uploaded initial concept scripts