Difference between revisions of "OpenBTS"

From Ettus Knowledge Base
Jump to: navigation, search
(Created page with "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation...")
 
Line 1: Line 1:
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
+
==Overview==
 +
OpenBTS (Open Base Transceiver Station) is a software-based GSM access point, allowing standard GSM-compatible mobile phones to be used as SIP endpoints in Voice over IP (VOIP) networks. OpenBTS is an open-source software that was developed and is maintained by Range Networks. The public release of OpenBTS is notable for being the first free-software implementation of the lower three layers of the industry-standard GSM protocol stack. It is written in C++ and released as free software under the terms of version 3 of the GNU Affero General Public License.
 +
 
 +
==Links==
 +
*[https://en.wikipedia.org/wiki/OpenBTS OpenBTS Wikipedia]
 +
*[http://openbts.org/ OpenBTS.org]
 +
*[https://github.com/RangeNetworks/dev/wiki OpenBTS Quick Start Guide]
 +
*[http://openbts.org/w/index.php?title=Main_Page OpenBTS Wiki]
 +
*[http://openbts.org/w/index.php?title=BuildInstallRun OpenBT Build Install Run Guide]
 +
*[https://github.com/RangeNetworks/openbts OpenBTS Github]
  
 
[[Category:Software]]
 
[[Category:Software]]

Revision as of 11:21, 27 April 2016

Overview

OpenBTS (Open Base Transceiver Station) is a software-based GSM access point, allowing standard GSM-compatible mobile phones to be used as SIP endpoints in Voice over IP (VOIP) networks. OpenBTS is an open-source software that was developed and is maintained by Range Networks. The public release of OpenBTS is notable for being the first free-software implementation of the lower three layers of the industry-standard GSM protocol stack. It is written in C++ and released as free software under the terms of version 3 of the GNU Affero General Public License.

Links