node-red-contrib-tak-registration 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/package.json +1 -1
- package/tak-registration.html +2 -2
package/README.md
CHANGED
|
@@ -18,12 +18,12 @@ Usage
|
|
|
18
18
|
|
|
19
19
|
Registers a TAK gateway node and sets up a heartbeat.
|
|
20
20
|
|
|
21
|
-
|
|
22
|
-
(usually 8087 or 8089), set to return strings, <i>keep connection open</i> mode, and split on "<
|
|
21
|
+
Must be used in conjunction with a TCP request node, set to point to the TAK server tcp address and port
|
|
22
|
+
(usually 8087 or 8089), set to return strings, <i>keep connection open</i> mode, and split on "</event>".
|
|
23
23
|
|
|
24
24
|
It can also accepts files to be sent to the TAK server by sending a msg as follows:
|
|
25
25
|
|
|
26
|
-
###
|
|
26
|
+
### Input properties required
|
|
27
27
|
|
|
28
28
|
- **sendTo** - *string|array* - can either be an individual TAK callsign, an array of callsigns, or **broadcast**
|
|
29
29
|
to send to all users, or **public** to just upload the package to the TAK server.
|
package/package.json
CHANGED
package/tak-registration.html
CHANGED
|
@@ -90,8 +90,8 @@
|
|
|
90
90
|
|
|
91
91
|
<script type="text/html" data-help-name="tak registration">
|
|
92
92
|
<p>Registers a TAK gateway node and sets up a heartbeat.</p>
|
|
93
|
-
<p>
|
|
94
|
-
(usually 8087 or 8089), set to return strings, <i>keep connection open</i> mode, and split on <code><
|
|
93
|
+
<p>This node must be used in conjunction with a TCP request node, set to point to the TAK server tcp address and port
|
|
94
|
+
(usually 8087 or 8089), set to return strings, <i>keep connection open</i> mode, and split on <code></event></code>.</p>
|
|
95
95
|
<p>It can also accepts files to be sent to the TAK server by sending a msg as follows:</p>
|
|
96
96
|
<h3>Inputs</h3>
|
|
97
97
|
<dl class="message-properties">
|