System Architecture

From Rhizomatica Wiki
Revision as of 22:09, 5 August 2015 by Onion (Talk | contribs)

Jump to: navigation, search

Rhizomatica's system architecture consists of a number of different Linux based open sources components running on the commercially available hardware. Please check out the presentations to get a gist of how things are set up.

A basic overview of the RCCN setup: Rcn diagram.png

vs. traditional architecture

System architecture.png

The GMS networks deployed by Rhizomatica are based on a set of robust free/libre software components that interact the celullar network work. This discussion is based on the current setup based on the SysmoBTS [sysmobts-2050] hardware.

Hardware Used

Base Station Controller -

Base Transceiver Station -

Wifi Links

Software Used

OpenBSC

OpenBSC [1], part of the Osmocom project [2], is not just a standard BSC (Base Station Controller [3] ), but a GSM network in a box software, implementing the minimal necessary parts to build a small, self-contained GSM network. It includes a BSC side implementation of the A-bis protocol, as implemented in the GSM Technical Specification 08.5x and 12.21. It also implements a minimal subset of the BSC, MSC and HLR.

To connect calls to the outside of the OpenBSC based network, OpenBSC works together with LCR to route outgoing calls using the SIP [4] protocol.

http://openbsc.osmocom.org/trac/wiki/OpenBSC

LCR

LCR (Linux Call Router) is a software based ISDN [5] Private Branch Exchange[6] for Linux

http://linux-call-router.de

Freeswitch

FreeSWITCH [7] is a scalable open source cross-platform telephony platform designed to route and interconnect popular communication protocols using audio, video, text or any other form of media. It was created in 2006 to fill the void left by proprietary commercial solutions. FreeSWITCH also provides a stable telephony platform on which many telephony applications can be developed using a wide range of free tools.

Kannel

Kannel [8] is a compact and very powerful open source WAP and SMS gateway

Custom Software

There are two custom packages entirely developed by rhizomatica.

RCCN is a python package with the glue code that makes all the software components work together. It exposes a REST api, the RAPI).

https://github.com/Rhizomatica/rccn

Rhizomatica Community Cellular Network (RCCN)

this is the software for running the Rhizomatica Community Cellular Network

https://github.com/Rhizomatica/rccn

Rhizomatica Admin Interface (RAI)

The interface used by network admins in the communities.

RAI is a php package that uses the REST api and exposes an http administrative interface, allowing admins to register uses, manage payments, broadcast text messages and access the live system statistics.

Our github repo can be found at https://github.com/rhizomatica