rhaamo / ais

Elixir package for decoding AIS messages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AIS

An elixir package that decodes/encodes AIS messages. This project is still under development.

Installation

If available in Hex, the package can be installed as:

  1. Add ais to your list of dependencies in mix.exs:

    def deps do [{:ais, "~> 0.0.1"}] end

  2. Ensure ais is started before your application:

    def application do [applications: [:ais]] end

Code Status

Build Status

About

Elixir package for decoding AIS messages


Languages

Language:Elixir 100.0%