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

enet 1.3.17

Network communication layer on top of UDP

ENet's purpose is to provide a relatively thin, simple and robust network communication layer on top of UDP. The primary feature it provides is optional reliable, in-order delivery of packets. ENet omits certain higher level networking features such as authentication, server discovery, encryption, or other similar tasks that are particularly application specific so that the library remains flexible, portable, and easily embeddable.

Installation

Install enet 1.3.17 as follows:

guix install enet@1.3.17

Or install the latest version:

guix install enet

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.