Coder Social home page Coder Social logo

freetakhub-webmap's Introduction

Web Map

Repository for the FreeTAK_Hub_Webmap image

See docs here

freetakhub-webmap's People

Contributors

brothercorvo avatar jonaugustine avatar phreed avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

freetakhub-webmap's Issues

ZeroTouch fails because WebMap configuration node contains hard coded Ip

In detail the hard coded Ip should be removed.
More in general there are 3 possible solutions:

  • completely remove the global config nodes from the webmap (this create a dependency with the flow containing the main config
  • keep the duplication and ensure that all the global nodes are set
  • switch global configuration to flow configuration

what do you think @phreed ?

Broke webmap

Webmap was working when logged into FTS UI. My FTS is on a pi4 with access to it on the internet using tailscale and some firewall rules setup using UFW.

Problem timeline is below

  1. Webmap loaded fine in the UI however random COT's would appear. I would delete them and they would just reappear.
  2. When I connected an atak cliet posted COT's and broadcasted them including driving around to push gps data to the map my clients would still not populate onto the webmap. Deleted the webmap flow and then reinstalled the json file.
  3. Installed FTH VideoChecker flow and I am able to stream video from phone to VLC on my computer. However I mustve done something because now I got a "flows stopped due to missing node types" error in node red. "ui_group" and "ui_tab"

first error
second error

Thanks for any help

`timeout` may be represented as a string when it should be an integer

Using the zero touch installer on DO, a user (Q?) had to modify the function node in FTH Webmap tab in NodeRed:

let timeOut = msg.payload.name.timeout;

It fails since the timeout is actually in

msg.payload.value.timeout

Where it is defined as a string.
He added parseInt() around it.
After updating that line to

let timeOut = parseInt(msg.payload.value.timeout);

Using right clicking on the webmap to send CoT works.

Ref: https://discord.com/channels/1001155141329748049/1001168947804127272/1205210240065470555

Non mimified code?

Hi, thanks for the good work!

I'm writing a quick and simple web view in nodejs without side deps, and I was wondering where do you get these icons from? :) Is there a non mimified code for the webmap somewhere that I could look at? does this repo even contain the code I'm interested in? I'm having trouble finding it.

tnx!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.