Representation of IP addresses and subnets.
Find a file
2017-10-09 14:33:21 +13:00
config FIRST POST 2017-10-06 14:56:47 +13:00
lib Add functions to IP.Prefix. 2017-10-09 14:33:21 +13:00
test Use erlangs :inet instead of rolling our own address parsing. 2017-10-08 21:17:02 +13:00
.gitignore Initial parsing of various formats for IP addresses. 2017-10-08 19:07:51 +13:00
.gitlab-ci.yml Initial parsing of various formats for IP addresses. 2017-10-08 19:07:51 +13:00
mix.exs Initial parsing of various formats for IP addresses. 2017-10-08 19:07:51 +13:00
mix.lock Initial parsing of various formats for IP addresses. 2017-10-08 19:07:51 +13:00
README.md Add functions to IP.Prefix. 2017-10-09 14:33:21 +13:00

IP

IP, IP, Ooray! Simple IP Address representations.

Installation

If available in Hex, the package can be installed by adding ip to your list of dependencies in mix.exs:

def deps do
  [
    {:ip, "~> 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/ip.