Update Docs

This commit is contained in:
Christian Giese
2021-02-05 21:46:21 +01:00
parent d9e5ec6486
commit 62ffcd426e
3 changed files with 24 additions and 17 deletions
-1
View File
@@ -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
View File
@@ -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.
![BBL Interactive](images/bbl_interactive.png "BNG Blaster (Interactive Mode)")
## 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").
![BBL Interactive](images/bbl_interactive.png "BNG Blaster (Interactive Mode)")
## 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
View File
@@ -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