This package browser is in early development. Mind the rough edges.

libnet

Framework for low-level network packet construction

Libnet provides a fairly portable framework for network packet construction and injection. It features portable packet creation interfaces at the IP layer and link layer, as well as a host of supplementary functionality. Using libnet, quick and simple packet assembly applications can be whipped up with little effort.

Installation

Install the latest version of libnet as follows:

guix install libnet

Or install a particular version:

guix install libnet@1.2

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of libnet about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/libnet'><img src='https://packages.guix.gnu.org/packages/libnet/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/libnet/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/libnet)

Example Org:

[[https://packages.guix.gnu.org/packages/libnet][https://packages.guix.gnu.org/packages/libnet/badges/latest-version.svg]]