Skip to content

kytos/legacy

Repository files navigation

ATTENTION

THIS REPOSITORY CONTAINS THE LEGACY NETWORK APPLICATIONS (NAPPS) DEVELOPED BY KYTOS TEAM, PREVIOUSLY THIS WAS THE 'KYTOS-NAPPS' REPOSITORY. ALL NAPPS HERE ARE HOSTED ON NAPPS.KYTOS.IO SERVER UNDER THE USERNAME 'legacy'.

Overview

Experimental Tag Release License Build status Code coverage Code-quality score

Network Applications(NApps) are part of Kytos project and were developed to be used with it. This repository contain only NApps developed by Kytos core team.

Besides these NApps, new applications can be written by third party developers and may not be maintained by the core team. Of course, we support this and provide a repository infrastructure so everyone can upload and share their NApps.

Basically this is a small set of Network Apps that is installed for your Kytos controller by default.

Please, feel free to use them as a starting point and reference for your own NApps.

Note

When a NApp has an experimental tag, it means that the NApp isn't working properly yet.

QuickStart

Installing

NApps are installed and configured using kytos-utils

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.

To install a specific NApp, run:

$ kytos napps install <napp>

The NApp will be downloaded and installed automatically from the online repository if it is not found in the local system.

Of course, 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. This will download and install all the currently available NApps.

First you need to clone kytos-napps repository:

$ git clone https://github.com/kytos/kytos-napps.git

After cloning, the installation process is done by setuptools in the usual way:

$ cd kytos-napps
$ sudo python3.6 setup.py install

Configuring

After kytos-napps installation, this package copies NApps to /var/lib/kytos/napps/ (your controller's NApps folder is configured to point to this directory). Enabled NApps are located in /var/lib/kytos/napps/kytos/ and are loaded when your Kytos controller is started.

Feel free to move this folder to another place in your system, but please remember to change this on your controller config file. For more information please visit the section "Configuration" on the Kytos's Administrator Guide.

For information about enabling or disabling NApps for the Kytos controller, please refer to kytos-utils.

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

Legacy Network Applications (NApps) developed by Kytos team

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages