KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
tr069-docker
★ 8
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
dotfiles
:
Linux dotfiles for humans.
vivaldi_1.7
:
No description available.
studyit-doc
:
接口文档
Linear-Regression-on-Student-Grades-Data
:
Implementing and Analysing Linear Regression on a Data Set of Student Grades - First project of Statistical Machine Learning course
ui-grid-custom-cell-select
:
UI Grid 3.x/4.x Custom Copy/Paste Selection Plugin
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
tr069-docker
?
Download (.md)
# Virtualized TR-069 Test Environment Build and create a virtualized TR-069 environment consisting of the following components: - GenieACS (+GUI, DB, ...) - A vanilla freecwmp (openwrt) TR-069 client - A TR-069 honeyclient - Two sensors intercepting communication between clients and ACS - Log collector that receives data from sensors. ## Requirements * [docker](https://docs.docker.com/engine/installation/) * [docker-compose](https://docs.docker.com/compose/overview/) ## Quick Start Bring everything up with a single docker-compose: ``` docker-compose up -d ``` Once started, you can visit the following URLs: - http://localhost:3000/ - the GenieACS web interface - http://localhost:8082/ - the freecwmp sensor interface - http://localhost:8081/ - the honeyclient sensor interface. The honeyclient will not show any traffic as it needs to be operated manually in this setup. It can be started like this: ``` docker-compose run honeyclient ``` ## Acknowledgements This work is based on https://gitlab.com/gmazoyer/docker-genieacs/.