Skip to content

Releases: Cale-Torino/Takcar

Release Version 1.0.0.5

19 Jan 10:36
Compare
Choose a tag to compare

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 and WINTAK (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 of ID.
  • Removed unused methods.

Release Version 1.0.0.4

09 Sep 11:08
Compare
Choose a tag to compare

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 and WINTAK (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 and CSS 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

07 Sep 13:09
Compare
Choose a tag to compare

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 and WINTAK (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 at 5 seconds.
  • serverUpdater.php is now handled by ajax in the index.php file.

Release Version 1.0.0.2

06 Sep 15:09
Compare
Choose a tag to compare

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 and WINTAK (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

06 Sep 14:33
Compare
Choose a tag to compare

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 and WINTAK (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