auto_api

AutoApi is able to parse and execute Auto API binary data


Keywords
api, automotive, binary, hmkit, parser
License
MIT

Documentation

AutoAPI Elixir

Table of contents

Features

Serializing: The library is designed to serialize AutoAPI data to and from Elixir Structs.

Install

The package can be installed as:

  1. Add auto_api to your list of dependencies in mix.exs:
def deps do
  [{:auto_api, github: "highmobility/hm-auto-api-elixir", branch: "level11"}]
end

Requirements

AutoAPI Elixir requires Elixir 1.9 or later and is compatible with apps targeting Erlang 22.0 or above.

Getting started

Get started by reading the AutoAPI guide in high-mobility.com.

Check out the spec for more details on the structure and logic, or some other libs generatated on that spec: Android, Elixir.

Contributing

We would love to accept your patches and contributions to this project. Before getting to work, please first discuss the changes that you wish to make with us via GitHub Issues, Spectrum or Slack.

See more in CONTRIBUTING.md

License

This repository is using MIT license. See more in LICENSE