--------
| Cura |
--------

This software is part of Cura - collection of CIM providers for system management.

https://fedorahosted.org/cura/


Networking
----------

This provider implements parts of Network-related SMASH profiles [1] and CIM schema [2]
created by DMTF [3]. It uses NetworkManager [4] as backend.

[1] http://dmtf.org/standards/profiles
[2] http://dmtf.org/standards/cim
[3] http://dmtf.org/
[4] http://projects.gnome.org/NetworkManager/


Installation
------------

Cura-networking uses CMake as build system. Use following command to build,
install and register provider.

$ mkdir build
$ cmake ..
$ make
# make install
# make register

