Click on banner for Tacview website

Tacview Export Data

Started by tomekldc, February 24, 2020, 10:11:48 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

tomekldc

Hi,

Has anyone tried already to export data out of Tacview through lua sockets (maybe the SDK?) ?
I'm working on a project where I would like to recreate the state of a debriefing online and export Tacview's data that has been currently read (precise position of all the actors of the mission, etc..) to a database. I don't want to read the file (.acmi) but I'm looking to send data through TCP, in order to receive it in real time.

To make it short, I would like to use the scenario saved from DCS World as a light simulator where I can have a view on the scenario in real time.

Best regards,

TL

BuzyBee

Hi,

Here's an example of a program that exports data out of Tacview through Lua sockets:

https://github.com/RaiaSoftwareInc/tacview.add-ons.lua/tree/master/hsr
Click.gif