Git Product home page Git Product logo

collision-detector's Introduction

Русское описание

collision-detector License: CC BY-SA 4.0

SignalK server plugin that detects a risk of collision with other vessels.

v. 0.1

The plugin tries to determine the possibility of a collision according to the adopted collision model based on the specified detection distance and the probability of deviations from the course.

collision model

The plugin raise a SignalK notifications.danger.collision alarm with a list of uuid of vessels that have a risk of collision. Other software can inform the navigator of dangers. For example, the GaladrielMap highlights such vessels on the map and indicates the direction to them on self cursor.

No information issued or not issued by the plugin can be the basis for the actions or inaction of the navigator.

Be careful.

Usage

  • Subscribe to "path": "notifications.danger.collision" as it described in Subscription Protocol document.

  • Read the delta stream for

    "value": {  
        "method": ["visual", "sound"],  
        "state": "alarm",  
        "message": "Collision danger!"  
        "vessels": {  
            "vessels.urn:mrn:imo:mmsi:123456789":{"lat":...,"lon":...},  
            ...  
        },  
    },

The "value.vessels" is an array of uuid and positions of dangerous vessels.

Install&configure:

Install this plugin from SignalK Appstore as collision-detector in the usual way.
Restart SignalK,
Use Server -> Plugin Config menu of SignalK web control panel to start plugin and configure detection distance and timeouts.
Press Submit to save changes.

Support

Discussions

The forum will be more lively if you make a donation via PayPal at [email protected] or at ЮMoney

Paid personal consulting

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.