Hex pmHexdocs.pm

ExFTMS

Helps you decode and encode Bluetooth FTMS packets in Elixir.

The implementation is intentionally kept simple and straightforward to help fellow grugs understand and compare it to the spec.

Installation

Add ex_ftms to your list of dependencies in mix.exs:

def deps do
  [
    {:ex_ftms, "~> 0.1.0"}
  ]
end

Full documentation can be found at https://hexdocs.pm/ex_ftms.