Meas web » History » Version 3
csaba, 02/19/2016 10:48 PM
1 | 1 | csaba | |
---|---|---|---|
2 | 1 | csaba | == Web version of the OpenBSC meas_vis utility == |
3 | 2 | csaba | |
4 | 2 | csaba | This tool will allow you to display and browse the measurement reports of OpenBSC on a web based interface. |
5 | 2 | csaba | |
6 | 2 | csaba | https://github.com/fairwaves/meas_web |
7 | 2 | csaba | |
8 | 2 | csaba | How to install and configure the meas_web utlility: |
9 | 2 | csaba | |
10 | 2 | csaba | Get the code: |
11 | 2 | csaba | |
12 | 2 | csaba | git clone https://github.com/fairwaves/meas_web.git |
13 | 2 | csaba | |
14 | 2 | csaba | Install dependencies: |
15 | 2 | csaba | |
16 | 2 | csaba | 1. Install websocketd: |
17 | 2 | csaba | |
18 | 2 | csaba | https://github.com/joewalnes/websocketd/releases/ |
19 | 2 | csaba | |
20 | 2 | csaba | In this example we are going to use a 64bit version: |
21 | 2 | csaba | |
22 | 2 | csaba | wget https://github.com/joewalnes/websocketd/releases/download/v0.2.11/websocketd-0.2.11_amd64.deb |
23 | 2 | csaba | |
24 | 2 | csaba | sudo dpkg -i websocketd-0.2.11_amd64.deb |
25 | 2 | csaba | |
26 | 2 | csaba | 2. Install runit: |
27 | 2 | csaba | |
28 | 2 | csaba | sudo apt-get install runit |
29 | 3 | csaba | |
30 | 3 | csaba | |
31 | 3 | csaba | 3. Configure runit: |
32 | 3 | csaba | |
33 | 3 | csaba | 4. Add the following line at the bottom of your openbsc.conf: |
34 | 3 | csaba | |
35 | 3 | csaba | mncc-int |
36 | 3 | csaba | meas-feed destination 127.0.0.1 8888 |