multiaddr implementation in Haskell.
multiaddr is a standard way to represent addresses that:
- support any standard network protocols
- self-describe (include protocols)
- have a binary packed format
- have a nice string representation
- encapsulate well
The network protocols currently supported by this implementation are:
- ip4
- tcp
- udp
- dccp
- ip6
- sctp
- udt
- utp
- ipfs
- http
- https
- websockets
Check out the documentation!
Copyright (c) 2016 Basile Henry