Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update flow for NodeRED v3 #4

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,35 @@ ATAK shows the video, connecting to the FTS to visualized the COT and to the vid

* in the "FTH Global Config" node set the value for IPs of the different servers

Here are the names of those global variables and some sample values.

```
"FTH_FTS_URL": "127.0.0.1"
"FTH_FTS_API_Port": "19023"
"FTH_FTS_STREAM_Port": "8554"
"FTH_FTS_VIDEO_URL": "127.0.0.1"
"FTH_FTS_VIDEO_API_Port": "9997"
```

## Contents

### `freetakhub_videochecker.json`

Deprecated.

This contains a flow for setting the global context variables.
Using global context variables is not guaranteed to be installed before they are used.
Since v3.1 NodeRED recommends using global environment variables instead.

### `freetakhub_videochecker.json_n3.json`

Updates to use global environment variables.


### `README.md`

This file.

### `LICENSE`

Eclipse Public License.
Loading