Skip to content

Haskell data structures and parsers for Ethernet, TCP, UDP, IPv4, IPv6, ICMP, DHCP, and TFTP packages. Extracted from the House project network stack.

License

Notifications You must be signed in to change notification settings

nsavch/network-house

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

network-house

The network stack extracted from the House project.

Provides data structures and parsers for Ethernet, TCP, UDP, IPv4, IPv6, ICMP, DHCP and TFTP packets as well as some server implementations.

This fork uses ByteString instead of UArray to increase performance of parsing networking packets. I didn't make precise benchmarks so far, but roughly speaking it lowers CPU usage 5 times according to my observations.

This package was extracted from house due to the lack of existing network package parsing libraries.

License: GPLv2 (from House)

About

Haskell data structures and parsers for Ethernet, TCP, UDP, IPv4, IPv6, ICMP, DHCP, and TFTP packages. Extracted from the House project network stack.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Haskell 100.0%