Skip to content

kytos-ng/kytos-utils

 
 

Repository files navigation

Overview

Tag Release License Build status Code coverage Code-quality score

kytos-utils

CLI for Kytos SDN Platform

This is a command line interface (cli) for Kytos SDN Platform. With these utilities you can interact with Kytos daemon and manage Network Applications (NApps) on your controller.

QuickStart

Installing

In order to use this software please install python3.11 into your environment beforehand.

We are doing a huge effort to make Kytos and its components available on all common distros. So, we recommend you to download it from your distro repository.

But if you are trying to test, develop or just want a more recent version of our software no problem: Download now, the latest release (it still a beta software), from our repository:

First you need to clone kytos-utils repository:

$ git clone https://github.com/kytos-ng/kytos-utils.git

After cloning, the installation process is done by standard setuptools install procedure:

$ cd kytos-utils
$ sudo python3 -m pip install .

To install the kytos environment, please follow our development environment setup.

Usage

In order to execute kytos command line, please run:

$ kytos --help

Authors

For a complete list of authors, please open AUTHORS.rst file.

Contributing

If you want to contribute to this project, please read Kytos Documentation website.

License

This software is under MIT-License. For more information please read LICENSE file.

About

Command line interface (cli) for Kytos SDN Platform

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • Makefile 0.2%