UNDER CONSTRUCTION! It's still a rough draft that I'm ripping to shreds constantly. LMK if you'd like this to change
- CoAP binary request encoding and decoding (RFC 7253.3)
- Endpoint
- can receive and decode messages
- echoes requests
- can be started with arbitrary
handler
function for extending functionality
If available in Hex, the package can be installed
by adding macrina
to your list of dependencies in mix.exs
:
def deps do
[
{:macrina, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/macrina.