--------
| 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/

Requirements
------------

You need to have following programs installed in order to build cura-networking

* cura-providers
* cmake
* konkretcmpi
* sblim-cmpi-devel
* cim-schema
* glib2
* check
* NetworkManager
* python


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

