node-red-contrib-tfr2cot
Version:
If msg.payload or env.tfrStatesList is a json formatted array of 2 letter U.S. abbreviation for states as a text strings, this node returns a msg.payload as JSON cursor-on-target (CoT) message for use with node-red-contrib-tak node and tcp out node.
40 lines (39 loc) • 1.11 kB
JSON
{
"name": "node-red-contrib-tfr2cot",
"version": "2.0.0",
"description": "If msg.payload or env.tfrStatesList is a json formatted array of 2 letter U.S. abbreviation for states as a text strings, this node returns a msg.payload as JSON cursor-on-target (CoT) message for use with node-red-contrib-tak node and tcp out node.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/clptak/node-red-contrib-tfr2cot.git#main"
},
"keywords": [
"nodered",
"node-red",
"atak",
"itak",
"tak",
"cot",
"tak",
"server",
"tak-server",
"tfr",
"faa"
],
"author": "Paul Clifton",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/clptak/node-red-contrib-tfr2cot/issues"
},
"homepage": "https://github.com/clptak/node-red-contrib-tfr2cot/tree/main#readme",
"node-red": {
"version": ">=3.1.0",
"nodes": {
"tfr2cot-node": "tfr2cot.js",
"dataSyncSubscription":"dataSyncSubscription.js"
}
}
}