An open API service indexing awesome lists of open source software.

https://github.com/nh2/network-house

Haskell data structures and parsers for Ethernet, TCP, UDP, IPv4, IPv6, ICMP, DHCP, and TFTP packages. Extracted from the House project network stack.
https://github.com/nh2/network-house

Last synced: 27 days ago
JSON representation

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

Awesome Lists containing this project

README

        

network-house
=============

The network stack extracted from the [House](https://code.google.com/p/pdxhouse/) project.

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

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

License: GPLv2 (from House)