Skip to content

basile-henry/hs-multiaddr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hs-multiaddr

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

Network protocols

The network protocols currently supported by this implementation are:

  • ip4
  • tcp
  • udp
  • dccp
  • ip6
  • sctp
  • udt
  • utp
  • ipfs
  • http
  • https
  • websockets

Documentation

Check out the documentation!

License

MIT

Copyright (c) 2016 Basile Henry

Releases

No releases published

Packages