GitPedia
OpenSecFlow

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
github-actions[bot]github-actions[bot]ยท7mo agoยทOctober 31, 2025
GitHub

๐Ÿ“ฆ ๐Ÿ“ฆ 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
github-actions[bot]github-actions[bot]ยท7mo agoยทOctober 31, 2025
GitHub

๐Ÿ“ฆ ๐Ÿ“ฆ 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