BerkeleyLab / BWUDP

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Other


Languages

Language:C 51.4%Language:HTML 26.0%Language:Verilog 20.8%Language:Makefile 1.8%