Skip to content

NetDriver Agent 0.4.0

Choose a tag to compare

@github-actions github-actions released this 31 Oct 12:01
· 6 commits to master since this release

netdriver-agent 0.4.0

📦 Package

netdriver-agent - FastAPI-based REST API service for network device automation

🛠️ Preparation

# Create directories
mkdir -p config/agent logs

# Download default configuration
curl -o config/agent/agent.yml https://raw.githubusercontent.com/OpenSecFlow/netdriver/master/config/agent/agent.yml

📥 Installation

PyPI:

pip install netdriver-agent==0.4.0

Docker:

# Pull the image
docker pull ghcr.io/opensecflow/netdriver-agent:0.4.0

# Run the agent
docker run -d -p 8000:8000 \
  -v $(pwd)/config:/app/config \
  -v $(pwd)/logs:/app/logs \
  ghcr.io/opensecflow/netdriver-agent:0.4.0

Available tags: 0.4.0, latest

Platforms: linux/amd64, linux/arm64

📝 Changes

See CHANGELOG for detailed changes.

What's Changed

New Contributors

Full Changelog: https://github.com/OpenSecFlow/netdriver/commits/agent-0.4.0