Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 819 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 819 Bytes

Macrina

Saint Macrina, patron of Robotics, ora pro nobis

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

Installation

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.