Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 1.31 KB

README.md

File metadata and controls

58 lines (34 loc) · 1.31 KB

Web Map

Repository for the FreeTAK_Hub_Webmap image

See docs here

Contents

freetakhub_config.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_webmap_v5.json

Updates to use global environment variables. Updates to use TAK nodes.

freetakhub_webmap.json

Deprecated flow.

README.md

This file.

WebMap.json

Deprecated flow.

Global Environment Variables

When using these flows there are a number of global environment variables which are expected:

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

 "FTH_FTS_URL": "127.0.0.1"
 "FTH_FTS_TCP_Port": "8087"
 "FTH_FTS_API_Port": "19023"
 "FTH_FTS_API_Auth": "token"

This flow makes heavy use of worldmap.

Issues