@@ -5,8 +5,6 @@ aiscot - AIS Cursor-on-Target Gateway.
5
5
:alt: Screenshot of AIS as COT PLI in ATAK.
6
6
:target: https://raw.githubusercontent.com/ampledata/aiscot/main/docs/screenshot-1601068921.png
7
7
8
- **
Tech Support **: Email:
[email protected] or Signal/WhatsApp: +1-310-621-9598
9
-
10
8
AISCOT transforms AIS data to Cursor-On-Target for display on Situational Awareness
11
9
applications like ATAK, WinTAK, iTAK, TAKX, COPERS, et al. See https://www.tak.gov/
12
10
for more information on the TAK program.
@@ -40,24 +38,25 @@ forwarded to AISCOT to be transformed to COT and transmitted to COT destinations
40
38
Receive AIS data from the `AISHUB <https://www.aishub.com >`_ service.
41
39
Requires a subscription to AISHUB.
42
40
43
- Support AISCOT Development
44
- ==========================
41
+ Support Development
42
+ ===================
43
+
44
+ **
Tech Support **: Email
[email protected] or Signal/WhatsApp: +1-310-621-9598
45
45
46
- AISCOT has been developed for the Disaster Response, Public Safety and
47
- Frontline community at-large. This software is currently provided at no-cost to
48
- our end-users. Any contribution you can make to further these software development
49
- efforts, and the mission of AISCOT to provide ongoing SA capabilities to our
50
- end-users, is greatly appreciated:
46
+ This tool has been developed for the Disaster Response, Public Safety and
47
+ Frontline Healthcare community. This software is currently provided at no-cost
48
+ to users. Any contribution you can make to further this project's development
49
+ efforts is greatly appreciated.
51
50
52
51
.. image :: https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png
53
52
:target: https://www.buymeacoffee.com/ampledata
54
- :alt: Support AISCOT development : Buy me a coffee!
53
+ :alt: Support Development : Buy me a coffee!
55
54
56
55
57
56
Installation
58
57
============
59
58
60
- AISCOT functionality is provided by a command-line tool called `aiscot `,
59
+ AISCOT functionality is provided by a command-line tool called `` aiscot ` `,
61
60
which can be installed several ways.
62
61
63
62
**AISCOT requires Python 3.6 or above. **
@@ -92,19 +91,19 @@ Command-line options:
92
91
-c CONFIG_FILE, --CONFIG_FILE If specified, use this config file. Default 'config.ini'.
93
92
94
93
Configuration options:
95
- COT_URL : str, default: udp://239.2.3.1:6969
94
+ `` COT_URL `` : str, default: udp://239.2.3.1:6969
96
95
URL to COT destination. Must be a URL, e.g. ``tcp://1.2.3.4:1234 `` or ``tls://...:1234 ``, etc.
97
- AIS_PORT : int, default: 5050
96
+ `` AIS_PORT `` : int, default: 5050
98
97
AIS UDP Listen Port.
99
- COT_STALE : int, default: 3600
98
+ `` COT_STALE `` : int, default: 3600
100
99
CoT Stale period ("timeout"), in seconds. Default `3600 ` seconds (1 hour).
101
- COT_TYPE : str, default: a-u-S-X-M
100
+ `` COT_TYPE `` : str, default: a-u-S-X-M
102
101
Override COT Event Type ("marker type").
103
- AISHUB_URL : str, optional
102
+ `` AISHUB_URL `` : str, optional
104
103
AISHUB feed URL. See **AISHUB usage notes ** in README below.
105
- KNOWN_CRAFT : str, optional
104
+ `` KNOWN_CRAFT `` : str, optional
106
105
Known Craft hints file. CSV file containing callsign/marker hints.
107
- INCLUDE_ALL_CRAFT : bool, optional
106
+ `` INCLUDE_ALL_CRAFT `` : bool, optional
108
107
If using KNOWN_CRAFT, still include other craft not in our KNOWN_CRAFT list.
109
108
110
109
See example-config.ini in the source tree for example configuration.
0 commit comments