Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 521 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 521 Bytes

NodeBucket

UDP Server excepting encrypted json datagrams from SensorNode

Installation

If available in Hex, the package can be installed as:

  1. Add node_bucket to your list of dependencies in mix.exs:

    def deps do [{:node_bucket, "~> 0.0.1"}] end

  2. Ensure node_bucket is started before your application:

    def application do [applications: [:node_bucket]] end