orbitusii / loki-bms-csharp

Battle Management Scope for DCS World (and maybe others?), this time in C#!
MIT License
2 stars 0 forks source link

External Database Synchronization #21

Open orbitusii opened 1 year ago

orbitusii commented 1 year ago

LOKI should be able to function in a manner that supports multiple users on a server with identical data. This requires database sharing, passing data along from a host instance to a client (e.g. all tracks and data trails) while also accepting and processing commands from clients on the host (e.g. track friend/foe status changes). Database Synchronization thus needs to achieve the following:

- Send data to clients