boc-device is an OMA Device Management agent used by the  Maki WiMAX CPE.

boc-device was designed with flexibility in mind:

  • the code is cross-platform (Linux, MacOS/X, Windows), making it easy to develop on any platform
  • a plugin mechanism makes it easy to map parts of the device tree to custom ressources

It is released under the terms of the GNU General Public License version 3 or later.

Getting boc-device

You can checkout the latest development version using git as follows:

git clone git://git.bolloretelecom.eu/boc-device.git

Building boc-device

To build the project, run the following from your boc-device directory:

mkdir build
cd build
cmake ..
make