This is a front end GUI for OSMO Network in a Box. It uses node.js, socket.io to create an application that can turn on the 3 parts of OsmoNITB.
It is a beta, and still not fully featured.
GUI can turn on Osmo-BSC, OsmoBTS, OsmoNITB.
To install Osmocom Suite see: http://openbsc.osmocom.org/trac/wiki/network_from_scratch
Dependencies:
-
Ubuntu 12.04
-
Node.js - I used https://rtcamp.com/tutorials/nodejs/node-js-npm-install-ubuntu/ For tutorials on latest node.js & npm installation on Ubuntu 12.04
-
socket.io
-
Osmobsc
-
Osmo-NITB
- Install node.js in directory you will be using
- Intall socket.io
- Place files github files in same directory.
- run index.js script.
- In browser goto localhost:3000
- you should see Network GUI.
This is a beta of the Network in a Box GUI.