Project

General

Profile

Actions

Meas web » History » Revision 4

« Previous | Revision 4/8 (diff) | Next »
Anonymous, 02/19/2016 10:48 PM


Web version of the OpenBSC meas_vis utility

This tool will allow you to display and browse the measurement reports of OpenBSC on a web based interface.

https://github.com/fairwaves/meas_web

How to install and configure the meas_web utlility:

Get the code:

git clone https://github.com/fairwaves/meas_web.git

Install dependencies:

1. Install websocketd:

https://github.com/joewalnes/websocketd/releases/

In this example we are going to use a 64bit version:

wget https://github.com/joewalnes/websocketd/releases/download/v0.2.11/websocketd-0.2.11_amd64.deb

sudo dpkg -i websocketd-0.2.11_amd64.deb

2. Install runit:

sudo apt-get install runit

3. Configure runit:

Copy the content of the meas_web/etc folder to your /etc folder:

cd meas_web

sudo cp -avr etc /

4. Add the following line at the bottom of your openbsc.conf:

mncc-int
meas-feed destination 127.0.0.1 8888

Files (0)

Updated by about 8 years ago · 4 revisions

Add picture from clipboard (Maximum size: 48.8 MB)