Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 815 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 815 Bytes

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