Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidyslu/onos-practice
This repository is used to practice some basic operations in ONOS controller.
https://github.com/davidyslu/onos-practice
bezel java maven mininet onos
Last synced: 1 day ago
JSON representation
This repository is used to practice some basic operations in ONOS controller.
- Host: GitHub
- URL: https://github.com/davidyslu/onos-practice
- Owner: davidyslu
- License: apache-2.0
- Created: 2018-12-14T14:21:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-13T11:17:53.000Z (over 4 years ago)
- Last Synced: 2025-02-07T16:12:13.306Z (3 days ago)
- Topics: bezel, java, maven, mininet, onos
- Language: Java
- Homepage: https://wiki.onosproject.org/display/ONOS/Wiki+Home
- Size: 53.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ONOS Practice
This repository is used to practice some basic operation in ONOS controller and the original repository is [here](https://github.com/opennetworkinglab/onos/tree/master).
> The following opreations are used in **Ubuntu Linux 16.04 LTS**.
---
## Contents* [Tutorials](src/tutorials/)
---
## ContributingTo know how to contribute this repository, please refer to this [document](CONTRIBUTING.md) first. Thanks for your cooperation.
---
## References* [GitHub - opennetworkinglab/ONOS](https://github.com/opennetworkinglab/onos/tree/master)
* [ONOS Wiki](https://wiki.onosproject.org/)
* [ONOS 從零入門教學 (應用程式新增,安裝及測試)](http://blog.laochanlam.me/2017/09/16/ONOS-%E5%BE%9E%E9%9B%B6%E5%85%A5%E9%96%80%E6%95%99%E5%AD%B8-%E6%87%89%E7%94%A8%E7%A8%8B%E5%BC%8F%E6%96%B0%E5%A2%9E-%E5%AE%89%E8%A3%9D%E5%8F%8A%E6%B8%AC%E8%A9%A6/)
* [Google Group - ONOS Developer](https://groups.google.com/a/onosproject.org/forum/#!forum/onos-dev)---
## ContributorONOS code is hosted and maintained using [Gerrit](https://gerrit.onosproject.org/). Code on [GitHub](https://github.com/opennetworkinglab/onos/tree/master) is only a mirror. The ONOS project does **NOT** accepte code through pull request on GitHub. To contribute to ONOS, please refer to [Sample Gerrrit Workflow](https://wiki.onosproject.org/display/ONOS/Sample+Gerrit+Workflow). It should includes most of things you'll need to get your contribution started!
* [David Lu](https://github.com/yungshenglu)
---
## License[Apache License 2.0](LICENSE)