boc-wimax is a set of WiMAX-related utilities developed by Bolloré telecom for the Maki WiMAX CPE. We are making these utilities publicly available in the hope that they will be of use to other actors of the WiMAX ecosystem.
Currently, boc-wimax contains the following elements:
- an EAP supplicant for WiMAX Mobile Stations
- a minimalist WiMAX ASN Gateway
- a simulated WiMAX Base Station
It is released under the terms of the GNU General Public License version 3 or later.
Getting boc-wimax
You can checkout the latest development version using Git as follows:
git clone git://git.bolloretelecom.eu/boc-wimax.git
Requirements for boc-wimax
Currently, boc-wimax is known to compile and run on Linux and MacOS/X.
You will need the following tools and libraries to build boc-wimax:
Compiling boc-wimax
From your boc-wimax directory, run:
mkdir build cd build cmake .. make
