Code Monkey home page Code Monkey logo

bft2's Introduction

#Tail Blue Force

A tail is something that always follows you around.

Tail is a minimal blue force tracker to show what a real world usecase of milsymbol could be. It is still in very early development.

Tail uses socket.io for the backend of the server for handling messages, and openlayers 3 for the frontend to display where the current connected units are located.

The message format used in Tail is based on open information of the VMF messages described in MIL-STD-2016, but since the standard is limited distribution the message format has only implemented what is available in open sources.

Login screen

Figure 13

Main interface with live compass

Figure 13

Roadmap

  • Actually convert the messages to/from binary code in the client
    • Use MIL-STD-2045-47001D for header information
    • Use MIL-STD-6017 VMF for message information
    • Make the backend talk to external TCP streams
  • Make the buttons in the client do more stuff

Live demo

At the moment there is a live demo at: https://tail.spatialillusions.com

The port/server/other stuff might change at any time, so it's guaranteed that the demo will work. If you want to see how the information is pushed to the clients the recommendation is to open several windows and sign in with them.

No information about positions are stored on the server, once you disconnect all your connection information will be removed from the in memory dataset. (Logging can however be added quite easy.)

Getting started with tail

  • Download the source code, no npm yet.
  • Run npm install in the directory where you have the source
  • Patch the milsymbol library with the latest dist file from GitHub (we are using functionality not yet released)
  • Add your own Mapbox accesstoken in index.html
  • Update server.js with paths to your own ssl certificates
  • Change portnumbers, or run sudo setcap 'cap_net_bind_service=+ep' /usr/bin/nodejs to allow node to run on ports lower than 1024
  • Run node server.js to start tail.
  • You should now be able to browse to your server and get the tail client as a response.

Contact

Please use contact details found on http://www.spatialillusions.com if you want to get in contact with me.

bft2's People

Contributors

spatialillusions avatar

Watchers

 avatar

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.