Skip to content

brachialix/elixir_asterix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elixir Asterix

The Elixir Asterix package provides means to decode EUROCONTROL ASTERIX records.

Currently the following ASTERIX categories and editions are supported:

Installation

This package can be installed by adding it to your list of dependencies in mix.exs:

def deps do
  [
    {:asterix, git: "https://github.com/brachialix/elixir_asterix.git", branch: "master"}
  ]
end

Author

Alex Wemmer: [email protected]

PS: I am an Elixir noob, so please be gentle. ;)

License

The source code is released under GNU GPLv3

Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

EUROCONTROL ASTERIX decoder written in Elixir.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages