boc-utils is a set of utilities developed by Bolloré telecom which provide the user interface on the Maki WiMAX CPE. These utilities have been designed with flexibility in mind:

  • the menu displayed to the user is generated on the server side, making it easy for an operator to customise
  • the user interface is capable of running scripts written in QtScript, so anyone familiar with JavaScript? can start writing applications
  • the code is cross-platform (Linux, MacOS/X, Windows), making it easy to develop on any platform

boc-utils contains the following programs:

  • boc-display : the user interface daemon
  • boc-dm : the OMA Device Management daemon, enabling remote administration of the device
  • boc-web : a minimalist web server with a simple template language

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

Download

You can download the following versions of boc-utils:

Latest

Archived

Building boc-utils

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

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

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

mkdir build
cd build
cmake ..
make

API documentation

You can browse the API documentation for boc-utils at:

http://opensource.bolloretelecom.eu/doxygen/boc-utils/