mirror of
https://github.com/rtbrick/bngblaster.git
synced 2024-05-06 15:54:57 +00:00
Update Docs
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
title: RtBrick BNG Blaster
|
||||
description: The BNG Blaster is a test tool to simulate thousands of PPPoE or IPoE subscribers including IPTV, traffic verification and convergence testing capabilities.
|
||||
show_downloads: true
|
||||
logo: images/rtbrick_logo.png
|
||||
theme: jekyll-theme-minimal
|
||||
|
||||
+5
-11
@@ -1,14 +1,4 @@
|
||||
# RtBrick BNG Blaster
|
||||
|
||||
The BNG Blaster is a test tool to simulate thousands of PPPoE or IPoE subscribers including IPTV,
|
||||
traffic verification and convergence testing capabilities.
|
||||
|
||||
A short introduction can be found on [YouTube](https://youtu.be/EHJ70p0_Sw0 "BNG Blaster")
|
||||
or checkout the documentation for details.
|
||||
|
||||
")
|
||||
|
||||
## Documentation
|
||||
# Documentation
|
||||
|
||||
- [Introduction](intro)
|
||||
- [Installation](install)
|
||||
@@ -18,6 +8,10 @@ or checkout the documentation for details.
|
||||
- [Control Socket](ctrl)
|
||||
- [Multicast](multicast)
|
||||
|
||||
A short introduction can be found on [YouTube](https://youtu.be/EHJ70p0_Sw0 "BNG Blaster").
|
||||
|
||||
")
|
||||
|
||||
## License
|
||||
|
||||
BNG Blaster is licensed under the BSD 3-Clause License, which means that you are free to get and use it for
|
||||
|
||||
+19
-5
@@ -1,5 +1,19 @@
|
||||
# Installation
|
||||
|
||||
## Install Ubuntu
|
||||
|
||||
Install dependencies:
|
||||
```
|
||||
sudo apt install -y libssl1.1 libncurses5 libjansson4
|
||||
```
|
||||
|
||||
Download and install debian package:
|
||||
https://github.com/rtbrick/bngblaster/releases
|
||||
|
||||
```
|
||||
sudo dpkg -i <package>
|
||||
```
|
||||
|
||||
## Build from Sources
|
||||
|
||||
### Dependencies
|
||||
@@ -8,11 +22,11 @@ The BNG Blaster has dependencies to the RtBrick libdict fork
|
||||
(https://github.com/rtbrick/libdict) and the following standard
|
||||
dependencies:
|
||||
```
|
||||
sudo apt install -y cmake
|
||||
sudo apt install -y libcunit1-dev
|
||||
sudo apt install -y libncurses5-dev
|
||||
sudo apt install -y libssl-dev
|
||||
sudo apt install -y libjansson-dev
|
||||
sudo apt install -y cmake \
|
||||
libcunit1-dev \
|
||||
libncurses5-dev \
|
||||
libssl-dev \
|
||||
libjansson-dev
|
||||
```
|
||||
|
||||
### Build
|
||||
|
||||
Reference in New Issue
Block a user