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.
- Host: GitHub
- URL: https://github.com/nh2/network-house
- Owner: nh2
- License: gpl-2.0
- Created: 2012-10-30T21:00:35.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-12-17T15:37:52.000Z (6 months ago)
- Last Synced: 2025-04-27T00:49:39.504Z (about 1 month ago)
- Language: Haskell
- Size: 51.8 KB
- Stars: 13
- Watchers: 5
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)