All Projects → CiscoDevNet → virl2-client

CiscoDevNet / virl2-client

Licence: Apache-2.0 License
Client library for the Cisco VIRL 2 Network Simulation Platform

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to virl2-client

qecsim
qecsim is a Python 3 package for simulating quantum error correction using stabilizer codes.
Stars: ✭ 34 (-12.82%)
Mutual labels:  simulation
nseindia lob
National Stock Exchange of India Limit Order Book Simulation
Stars: ✭ 25 (-35.9%)
Mutual labels:  simulation
DeepLocNet
WiFi based Radio-Inertial Localization
Stars: ✭ 25 (-35.9%)
Mutual labels:  simulation
Evagents
A "Natural" Selection Simulator using Neural Nets
Stars: ✭ 19 (-51.28%)
Mutual labels:  simulation
keeperfx
Open source remake and Fan Expansion of Dungeon Keeper.
Stars: ✭ 128 (+228.21%)
Mutual labels:  simulation
PVSystems
A Modelica library for photovoltaic system and power converter design
Stars: ✭ 20 (-48.72%)
Mutual labels:  simulation
QuadrotorFly
This is a dynamic simulation for quadrotor UAV
Stars: ✭ 61 (+56.41%)
Mutual labels:  simulation
Vehicle-Dynamics-Lateral
OpenVD: Vehicle Dynamics - Lateral
Stars: ✭ 50 (+28.21%)
Mutual labels:  simulation
FLAMEGPU2
FLAME GPU 2 is a GPU accelerated agent based modelling framework for C++ and Python
Stars: ✭ 25 (-35.9%)
Mutual labels:  simulation
MoveSim
Codes for paper in KDD 2020 (AI for COVID-19): Learning to Simulate Human Mobility
Stars: ✭ 16 (-58.97%)
Mutual labels:  simulation
PFL-Non-IID
The origin of the Non-IID phenomenon is the personalization of users, who generate the Non-IID data. With Non-IID (Not Independent and Identically Distributed) issues existing in the federated learning setting, a myriad of approaches has been proposed to crack this hard nut. In contrast, the personalized federated learning may take the advantage…
Stars: ✭ 58 (+48.72%)
Mutual labels:  simulation
mbsim
A multi-body simulation software
Stars: ✭ 22 (-43.59%)
Mutual labels:  simulation
shorelark
Simulation of life & evolution
Stars: ✭ 109 (+179.49%)
Mutual labels:  simulation
sycomore
MRI simulation toolkit
Stars: ✭ 13 (-66.67%)
Mutual labels:  simulation
VENTOS Public
VEhicular NeTwork Open Simulator (VENTOS)
Stars: ✭ 46 (+17.95%)
Mutual labels:  simulation
orbital-sim
A simple physics engine build over a PyGame simulation to accurately model planetary orbits in space
Stars: ✭ 31 (-20.51%)
Mutual labels:  simulation
photontorch
Highly parallel simulation and optimization of photonic circuits in time and frequency domain based on the deep-learning framework PyTorch
Stars: ✭ 29 (-25.64%)
Mutual labels:  simulation
MD-11
A high-quality McDonnell Douglas MD-11 simulation for the open source simulator, FlightGear
Stars: ✭ 21 (-46.15%)
Mutual labels:  simulation
libROM
Model reduction library with an emphasis on large scale parallelism and linear subspace methods
Stars: ✭ 66 (+69.23%)
Mutual labels:  simulation
bht-ams-playerstage
Player/Stage SLAM
Stars: ✭ 35 (-10.26%)
Mutual labels:  simulation

CI

VIRL 2 Client Library

Introduction

This is the client library for the Cisco VIRL 2 Network Simulation Platform (virl2_client). It provides a Python package to programmatically create, edit, delete and control network simulations on a VIRL 2 controller.

It is a pure Python implementation that requires Python3. We've tested and written the package with Python 3.6.8.

The status of this package can be considered Beta. We're not aware of any major issues at the time of release. However, since this is the first release of the package, bugs might exist. Both in the package as well as in the API implementation on the controller.

Use Case Description

The client library provides a convenient interface to control the lifecycle of a network simulation. This can be used for automation scripts directly in Python but also for third party integrations / plugins which need to integrate with a simulated network. Examples already existing are an Ansible plugin.

Installation

The package comes in form of a wheel that is downloadable from the VIRL 2 controller. The package can be installed either from PyPi using

pip3 install virl2_client

or, alternatively, the version that is bundled with the VIRL 2 controller can be downloaded to the local filesystem and then directly installed via

pip3 install ./virl2_client-*.whl

The bundled version is available on the index site of the docs when viewed directly on the VIRL 2 controller.

Ensure to replace use the correct file name, replacing the wildcard with the proper version/build information. For example

pip3 install virl2_client-2.0.0b10-py3-none-any.whl

We recommend the use of a virtual environment for installation.

Usage

The package itself is fairly well documented using docstrings. In addition, the documentation is available in HTML format on the controller itself, via the "Tools -> Client Library" menu.

Compatibility

This package and the used API is specific to VIRL 2. It is not backwards compatible with VIRL 1.x and therefore can not be used with VIRL 1.x. If you are looking for a convenient tool to interface with the VIRL 1 API then the VIRL Utils tool is recommended.

Known Issues

There are no known issues at this point. See the comment in the Introduction section.

Getting Help

If you have questions, concerns, bug reports, etc., please create an issue against the repository on GitHub

Getting Involved

We welcome contributions. Whether you fixed a bug, added a new feature or corrected a typo, all contributions are welcome. General instructions on how to contribute can be found in the CONTRIBUTING file.

Licensing Info

This code is licensed under the Apache 2.0 License. See LICENSE for details.

References

This package is part of the VIRL 2 Network Simulation platform. For details, go to https://developer.cisco.com/modeling-labs. Additional documentation for the product is available at https://developer.cisco.com/docs/modeling-labs

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].