cathay4t / nipart

Network management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nipart

Work in Progress Slowly

Nipart is short of Network Inspection Department targeting to provides user facing network management including:

  • Daemon for plugin management and client communication.
  • Plugins for network configuration, configuration file manipulation and decision making.
  • Command line tools for user or script usage.
  • UNIX socket to daemon for API usage.

Goal

  • Easy for user to configure the network to fit their complex needs.
  • Easy for developer to contribute.

HOWTO

Daemon

cargo build; cargo run --bin nipartd

CLI

cargo run --bin nipc

About

Network management

License:Apache License 2.0


Languages

Language:Rust 99.1%Language:Python 0.9%