|
6 | 6 |
|
7 | 7 | # Go libraries for OpenBaton
|
8 | 8 |
|
9 |
| -[](https://godoc.org/github.com/mcilloni/go-openbaton) |
| 9 | +[](https://godoc.org/github.com/openbaton/go-openbaton) |
10 | 10 |
|
11 | 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.
|
12 | 12 |
|
13 | 13 | ## Packages
|
14 | 14 |
|
15 |
| -- [catalogue](https://github.com/mcilloni/go-openbaton/tree/master/catalogue): provides a partial implementation of the Open Baton catalogue. |
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. |
17 |
| -- [plugin](https://github.com/mcilloni/go-openbaton/tree/master/plugin): provides a runtime to develop and execute plugins for the NFVO. |
18 |
| -- [vnfm](https://github.com/mcilloni/go-openbaton/tree/master/vnfm): provides a runtime to develop and execute VNFManagers in Go. |
19 |
| -- [vnfm/channel](https://github.com/mcilloni/go-openbaton/tree/master/vnfm/channel): a set of interfaces that provide an abstraction above which API the VNFM uses to connect to the NFVO. |
20 |
| -- [vnfm/amqp](https://github.com/mcilloni/go-openbaton/tree/master/vnfm/): implements a `channel` that uses AMQP to connect with the NFVO. |
21 |
| -- [vnfm/config](https://github.com/mcilloni/go-openbaton/tree/master/vnfm/config): provides facilities for parsing VNFM configuration files. |
| 15 | +- [catalogue](https://github.com/openbaton/go-openbaton/tree/master/catalogue): provides a partial implementation of the Open Baton catalogue. |
| 16 | +- [catalogue/messages](https://github.com/openbaton/go-openbaton/tree/master/catalogue/messages): defines the default message types for NFVO-VNFM communication, plus facilities to handle their serialisation. |
| 17 | +- [plugin](https://github.com/openbaton/go-openbaton/tree/master/plugin): provides a runtime to develop and execute plugins for the NFVO. |
| 18 | +- [vnfm](https://github.com/openbaton/go-openbaton/tree/master/vnfm): provides a runtime to develop and execute VNFManagers in Go. |
| 19 | +- [vnfm/channel](https://github.com/openbaton/go-openbaton/tree/master/vnfm/channel): a set of interfaces that provide an abstraction above which API the VNFM uses to connect to the NFVO. |
| 20 | +- [vnfm/amqp](https://github.com/openbaton/go-openbaton/tree/master/vnfm/): implements a `channel` that uses AMQP to connect with the NFVO. |
| 21 | +- [vnfm/config](https://github.com/openbaton/go-openbaton/tree/master/vnfm/config): provides facilities for parsing VNFM configuration files. |
22 | 22 |
|
23 | 23 | ## Issue tracker
|
24 | 24 |
|
|
0 commit comments