connectivity-cpp  0.0.1
Using the C++ API

Install the development headers:

sudo apt-get install libconnectivity-cpp-dev

Enable c++11 and use pkg-config to get the necessary compilation flags:

$ g++ myapp.cpp -std=c++11 `pkg-config --cflags --libs connectivity-cpp` -o myapp

The headers can then be included as:

// includes the com::ubuntu::networking::connectivity::Manager class