
###Update 0.2.2
* Easier integration with existing export scripts.
* Right-click drag to resize window.

###Update 0.2.1
* Remove destroyed aircraft from the view.
* Added exception handling to export script.

###Update 0.2.0
* Added allied aircrafts.
  
###Usage
* Install latest Java Development Kit (JDK) or Java Runtime Environment (JRE).

* If you have no existing export script, copy `Export.lua`, `dcstad.lua` files and `MessagePack` folder from `dcstad\export-script` folder to `C:\<user>\Documents\Saved Games\DCS\Scripts` folder.

* If you have an existing export script, copy `dcstad.lua` file and `MessagePack` folder from `dcstad\export-script` folder to `C:\<user>\Documents\Saved Games\DCS\Scripts` folder. And copy single line content from `dcstad\export-script\Export.lua` to the end of your existing `Export.lua` file.

* If your JRE installation is configured properly, you can double click on the jar file.

* If double clicking does not work, you can run the jar with command
  ```
  java -jar dcsserver.jar
  ```

* The application launches into system tray.

* For TAD view on PC, right click and chose `Start TAD`.

* For TAD view on Android, right click and chose `Start Server`.

* You can run both android and PC TAD view at the same time.

* `Start Server` option is only required for the android app.

* The TAD view is a borderless always-on-top window. You can drag it with `left click`, and resize it with `right click & drag`.

* `Left click` changes scale.

* `Right click` changes the focused object.

* Due to some issues with the DCS api, the whole route information cannot be retrieved. Instead, cycle waypoints once in the beginning of the simulation.

* The scale is displayed on the top-right corner. The red color indicates no connection and green indicates connected.

* In the android app, single tap changes scale and double tap changes the focused object.
