OpenSecFlow/netdriver
NetDriver is a project designed for connecting network devices and executing CLI commands. Developers can make calls through the HTTP RESTful interface, which simplifies the development of network device automation and enhances security.
2 Releases
Latest: 7mo ago
NetDriver Simunet 0.4.0simunet-0.4.0Latest
๐ฆ ๐ฆ Package
- netdriver-simunet - SSH server simulation for testing network device terminals
๐ฆ ๐ ๏ธ Preparation
- ```bash
- mkdir -p config/simunet logs
- curl -o config/simunet/simunet.yml https://raw.githubusercontent.com/OpenSecFlow/netdriver/master/config/simunet/simunet.yml
- ```
๐ฆ ๐ฅ Installation
- PyPI:
- ```bash
- pip install netdriver-simunet==0.4.0
- ```
- Docker:
- ```bash
- docker pull ghcr.io/opensecflow/netdriver-simunet:0.4.0
- docker run -d --network host \
- + 6 more
๐ ๐ Changes
- See [CHANGELOG](https://github.com/OpenSecFlow/netdriver/blob/master/CHANGELOG.md) for detailed changes.
- Full Changelog: https://github.com/OpenSecFlow/netdriver/compare/agent-0.4.0...simunet-0.4.0
NetDriver Agent 0.4.0agent-0.4.0
๐ฆ ๐ฆ Package
- netdriver-agent - FastAPI-based REST API service for network device automation
๐ฆ ๐ ๏ธ Preparation
- ```bash
- mkdir -p config/agent logs
- curl -o config/agent/agent.yml https://raw.githubusercontent.com/OpenSecFlow/netdriver/master/config/agent/agent.yml
- ```
๐ฆ ๐ฅ Installation
- PyPI:
- ```bash
- pip install netdriver-agent==0.4.0
- ```
- Docker:
- ```bash
- docker pull ghcr.io/opensecflow/netdriver-agent:0.4.0
- docker run -d -p 8000:8000 \
- + 6 more
๐ ๐ Changes
- See [CHANGELOG](https://github.com/OpenSecFlow/netdriver/blob/master/CHANGELOG.md) for detailed changes.
๐ What's Changed
- Readme updates by @PanMarkCake in https://github.com/OpenSecFlow/netdriver/pull/2
- feat: Add PyPI packaging and GitHub Actions auto-publish by @ZHbobby in https://github.com/OpenSecFlow/netdriver/pull/3
- Update test case by @SamBriskman in https://github.com/OpenSecFlow/netdriver/pull/4
โจ New Contributors
- @PanMarkCake made their first contribution in https://github.com/OpenSecFlow/netdriver/pull/2
- @ZHbobby made their first contribution in https://github.com/OpenSecFlow/netdriver/pull/3
- @SamBriskman made their first contribution in https://github.com/OpenSecFlow/netdriver/pull/4
- Full Changelog: https://github.com/OpenSecFlow/netdriver/commits/agent-0.4.0
