Skip to content

Microcontroller support module for Badger UDP/IP network I/O.

License

Notifications You must be signed in to change notification settings

BerkeleyLab/BWUDP

Folders and files

NameName
Last commit message
Last commit date
Jul 22, 2022
Dec 14, 2022
Dec 13, 2022
Dec 13, 2022
Sep 7, 2022
Oct 15, 2021
Dec 14, 2022
Jul 24, 2022
Dec 14, 2022
Jul 24, 2022
Jul 24, 2022
Dec 14, 2022

Repository files navigation

BWUDP - bantamweight UDP server/client

These routines provide very lightweight access to Ethernet interfaces such as the Badger firmware (FPGA HDL) provided as part of the LBNL Bedrock package.

The file BWUDP_manual.html documents the C API.

BWUDP should be considered in the same genre as lwIP and uIP, but has fewer features, is even lighter-weight (smaller binary footprint), and is not derived from them.

The only test provided here is a simple (and useless) native compile, showing that the C code is valid and standards-compliant. Just type "make".

License: BSD-3-Clause (see individual C files)

Primary author: Eric Norum