FreeTAKHub
FreeTAKHub copied to clipboard
FreeTAKHub for ARM
Is there a way or will there be a version of the FreeTAKHub webmap and other hub items that will run on I did get FreeTAKServer up and running on a Raspberry Pi 4 ARM? But after I download the FTH-webmap-linux-0.2.5 file and after I do the chmod -x command and try to run it, it just says bash: .... can't execute binary file because it is a x86-64 executable.
Yes, you can install Node Red for Raspberry and import the flow
@brothercorvo i have the same probelm i have installed all with script easy_install.sh whithout problem but the webmap not work
I have try to install the service but recived this error ./FTH-webmap-linux-0.2.5 /usr/local/etc/webMAP_config.json -bash: ./FTH-webmap-linux-0.2.5: cannot execute binary file: Exec format error
also i have try the RED NODE method but in node isnt possible install the node-red-contrib-web-worldmap i receive this error `2024-12-14T02:48:27.352Z Install : node-red-contrib-web-worldmap 5.0.8
2024-12-14T02:46:07.711Z npm install --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --production --engine-strict [email protected] 2024-12-14T02:46:11.199Z [err] npm 2024-12-14T02:46:11.200Z [err] ERR! code EBADENGINE 2024-12-14T02:46:11.214Z [err] npm 2024-12-14T02:46:11.214Z [err] ERR! engine Unsupported engine 2024-12-14T02:46:11.215Z [err] npm 2024-12-14T02:46:11.215Z [err] ERR! engine Not compatible with your version of node/npm: [email protected] 2024-12-14T02:46:11.215Z [err] npm 2024-12-14T02:46:11.216Z [err] ERR! notsup Not compatible with your version of node/npm: [email protected] 2024-12-14T02:46:11.216Z [err] npm 2024-12-14T02:46:11.216Z [err] ERR! notsup Required: {"node":">=18"} 2024-12-14T02:46:11.216Z [err] npm ERR! 2024-12-14T02:46:11.216Z [err] notsup Actual: {"npm":"8.5.1","node":"v12.22.9"} 2024-12-14T02:46:11.221Z [err] 2024-12-14T02:46:11.221Z [err] npm ERR! 2024-12-14T02:46:11.221Z [err] A complete log of this run can be found in: 2024-12-14T02:46:11.221Z [err] npm 2024-12-14T02:46:11.222Z [err] ERR! /root/.npm/_logs/2024-12-14T02_46_08_594Z-debug-0.log 2024-12-14T02:46:11.238Z rc=1`
if i try to install with npm in .node-red folder
` root@tak:~/.node-red# npm i node-red-contrib-web-worldmap npm WARN EBADENGINE Unsupported engine { npm WARN EBADENGINE package: '[email protected]', npm WARN EBADENGINE required: { node: '>=18' }, npm WARN EBADENGINE current: { node: 'v12.22.9', npm: '8.5.1' } npm WARN EBADENGINE }
added 1 package, and audited 151 packages in 6s
16 packages are looking for funding
run npm fund for details
3 moderate severity vulnerabilities
To address all issues (including breaking changes), run: npm audit fix --force
Run npm audit for details.
root@tak:~/.node-red# npm audit
npm audit report
path-to-regexp <0.1.12
Severity: moderate
Unpatched path-to-regexp ReDoS in 0.1.x - https://github.com/advisories/GHSA-rhx6-c78j-4q9w
fix available via npm audit fix --force
Will install [email protected], which is a breaking change
node_modules/node-red-contrib-web-worldmap/node_modules/path-to-regexp
express 4.0.0-rc1 - 4.21.1 || 5.0.0-alpha.1 - 5.0.0-beta.3
Depends on vulnerable versions of path-to-regexp
node_modules/node-red-contrib-web-worldmap/node_modules/express
node-red-contrib-web-worldmap >=2.5.6
Depends on vulnerable versions of express
node_modules/node-red-contrib-web-worldmap
3 moderate severity vulnerabilities
To address all issues (including breaking changes), run: npm audit fix --force root@tak:~/.node-red# `