|
1 |
| -Go libraries for OpenBaton |
2 |
| -========================== |
| 1 | + <img src="https://raw.githubusercontent.com/openbaton/openbaton.github.io/master/images/openBaton.png" width="250"/> |
| 2 | + |
| 3 | + Copyright © 2015-2016 [Open Baton](http://openbaton.org). |
| 4 | + Licensed under [Apache v2 License](http://www.apache.org/licenses/LICENSE-2.0). |
| 5 | + |
| 6 | + |
| 7 | +# Go libraries for OpenBaton |
3 | 8 |
|
4 | 9 | [](https://godoc.org/github.com/mcilloni/go-openbaton)
|
5 | 10 |
|
6 |
| -`go-openbaton` contains several packages that can be used to write services that interface with the [OpenBaton][openbaton] [NFVO][nfvo] using the Go language. |
| 11 | +`go-openbaton` contains several packages that can be used to write services that interface with the [Open Baton][openbaton] [NFVO][nfvo] using the Go language. |
7 | 12 |
|
8 | 13 | ## Packages
|
9 | 14 |
|
10 |
| -- [catalogue](https://github.com/mcilloni/go-openbaton/tree/master/catalogue): provides a partial implementation of the OpenBaton catalogue. |
| 15 | +- [catalogue](https://github.com/mcilloni/go-openbaton/tree/master/catalogue): provides a partial implementation of the Open Baton catalogue. |
11 | 16 | - [catalogue/messages](https://github.com/mcilloni/go-openbaton/tree/master/catalogue/messages): defines the default message types for NFVO-VNFM communication, plus facilities to handle their serialisation.
|
12 | 17 | - [plugin](https://github.com/mcilloni/go-openbaton/tree/master/plugin): provides a runtime to develop and execute plugins for the NFVO.
|
13 | 18 | - [vnfm](https://github.com/mcilloni/go-openbaton/tree/master/vnfm): provides a runtime to develop and execute VNFManagers in Go.
|
@@ -36,12 +41,37 @@ The Source Code of the other Open Baton projects can be found [here][openbaton-g
|
36 | 41 | ## News and Website
|
37 | 42 |
|
38 | 43 | Check the [Open Baton Website][openbaton]
|
| 44 | +Follow us on Twitter @[openbaton][openbaton-twitter]. |
39 | 45 |
|
40 | 46 | ## Licensing and distribution
|
41 |
| -Licensed under the Apache License, Version 2.0. See LICENSE for further details. |
| 47 | +Copyright © [2015-2017] Open Baton project |
| 48 | + |
| 49 | +Licensed under the Apache License, Version 2.0 (the "License"); |
| 50 | + |
| 51 | +you may not use this file except in compliance with the License. |
| 52 | +You may obtain a copy of the License at |
| 53 | + |
| 54 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 55 | + |
| 56 | +Unless required by applicable law or agreed to in writing, software |
| 57 | +distributed under the License is distributed on an "AS IS" BASIS, |
| 58 | +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 59 | +See the License for the specific language governing permissions and |
| 60 | +limitations under the License. |
| 61 | + |
| 62 | +## Support |
| 63 | +The Open Baton project provides community support through the Open Baton Public Mailing List and through StackOverflow using the tags openbaton. |
| 64 | + |
| 65 | +## Supported by |
| 66 | + <img src="https://raw.githubusercontent.com/openbaton/openbaton.github.io/master/images/fokus.png" width="250"/><img src="https://raw.githubusercontent.com/openbaton/openbaton.github.io/master/images/tu.png" width="150"/> |
42 | 67 |
|
| 68 | +[fokus-logo]: https://raw.githubusercontent.com/openbaton/openbaton.github.io/master/images/fokus.png |
43 | 69 | [openbaton]: http://openbaton.org
|
44 | 70 | [openbaton-doc]: http://openbaton.org/documentation
|
45 | 71 | [openbaton-github]: http://github.org/openbaton
|
| 72 | +[openbaton-logo]: https://raw.githubusercontent.com/openbaton/openbaton.github.io/master/images/openBaton.png |
| 73 | +[openbaton-mail]: mailto:[email protected] |
| 74 | +[openbaton-twitter]: https://twitter.com/openbaton |
46 | 75 | [nfvo]: https://github.com/openbaton/NFVO
|
47 | 76 | [NFV MANO]:http://docbox.etsi.org/ISG/NFV/Open/Published/gs_NFV-MAN001v010101p%20-%20Management%20and%20Orchestration.pdf
|
| 77 | +[tub-logo]: https://raw.githubusercontent.com/openbaton/openbaton.github.io/master/images/tu.png |
0 commit comments