2022-03-09 15:50:43 +01:00
|
|
|
# Code
|
|
|
|
|
|
|
|
## Directory Structure
|
|
|
|
|
|
|
|
### common
|
|
|
|
|
|
|
|
Shared resources used by multiple sub-projects.
|
|
|
|
|
|
|
|
### lwip
|
|
|
|
|
|
|
|
Local fork of the Lightweight TCP/IP stack (lwIP) with
|
|
|
|
some performance optimizations for massive TCP session
|
|
|
|
support.
|
|
|
|
|
|
|
|
https://savannah.nongnu.org/projects/lwip/
|
|
|
|
|
|
|
|
### bngblaster
|
|
|
|
|
|
|
|
BNG Blaster directory.
|
|
|
|
|
|
|
|
### lspgen
|
|
|
|
|
|
|
|
LSPGEN directory.
|
|
|
|
|
2022-03-24 13:34:08 +01:00
|
|
|
## Scripts
|
|
|
|
|
|
|
|
### bngblaster-cli
|
|
|
|
|
|
|
|
Simple python script to interact with the BNG Blaster
|
|
|
|
control socket JSON RPC API.
|
|
|
|
|
|
|
|
### bgpupdate
|
|
|
|
|
|
|
|
Simple python script to generate BGP RAW update
|
|
|
|
streams for use with the BNG Blaster.
|