All Projects → osmocom → Libosmocore

osmocom / Libosmocore

Licence: gpl-2.0
Mirrored from git://git.osmocom.org/libosmocore

Programming Languages

c
50402 projects - #5 most used programming language

Labels

Projects that are alternatives of or similar to Libosmocore

smsc
Flexible and scalable GSM Short Message Center (SMSC)
Stars: ✭ 23 (-62.9%)
Mutual labels:  gsm
Sim800L-Arduino-Library-revised
HIGH SCHOOL PROJECT - The purpose of this Arduino library is to allow the use of the SIM800L module in a simple and transparent way.
Stars: ✭ 81 (+30.65%)
Mutual labels:  gsm
Micropython esp32 psram lobo
MicroPython for ESP32 with psRAM support
Stars: ✭ 636 (+925.81%)
Mutual labels:  gsm
simtrace2
Osmocom SIM card tracer, v2.0; mirror of https://gitea.osmocom.org/sim-card/simtrace2
Stars: ✭ 54 (-12.9%)
Mutual labels:  gsm
sms-counter-php
SMS Counter and sanitize tools
Stars: ✭ 40 (-35.48%)
Mutual labels:  gsm
Blynk Library
Blynk library for embedded hardware. Works with Arduino, ESP8266, Raspberry Pi, Intel Edison/Galileo, LinkIt ONE, Particle Core/Photon, Energia, ARM mbed, etc.
Stars: ✭ 3,305 (+5230.65%)
Mutual labels:  gsm
osmo-bts
Osmocom GSM Base Transceiver Station (BTS); mirrored from https://gitea.osmocom.org/cellular-infrastructure/osmo-bts
Stars: ✭ 51 (-17.74%)
Mutual labels:  gsm
Aicdm
AICDL collector services and modules
Stars: ✭ 41 (-33.87%)
Mutual labels:  gsm
sms
API server to send SMS using GSM modem. Written in Go
Stars: ✭ 26 (-58.06%)
Mutual labels:  gsm
Qcsuper
QCSuper is a tool communicating with Qualcomm-based phones and modems, allowing to capture raw 2G/3G/4G radio frames, among other things.
Stars: ✭ 492 (+693.55%)
Mutual labels:  gsm
docker-playground
Osmocom dockerfiles, mostly for test automation; mirror of https://gitea.osmocom.org/osmocom/docker-playground
Stars: ✭ 15 (-75.81%)
Mutual labels:  gsm
exclusiveunlock
GSM Code selling store via IMEI or File.
Stars: ✭ 35 (-43.55%)
Mutual labels:  gsm
Gprs c sdk
Ai-Thinker A9/A9G GPRS (with GPS(A9G)) module C development SDK
Stars: ✭ 356 (+474.19%)
Mutual labels:  gsm
SDR-Detector
GSM Scanner, RTL-SDR, StingWatch, Meteor
Stars: ✭ 56 (-9.68%)
Mutual labels:  gsm
Osmo Trx
Mirrored from git://git.osmocom.org/osmo-trx
Stars: ✭ 22 (-64.52%)
Mutual labels:  gsm
RFMap
RFMap - Radio Frequency Mapper
Stars: ✭ 23 (-62.9%)
Mutual labels:  gsm
gsm-assessment-toolkit
GSM Assessment Toolkit - A security evaluation framework for GSM networks
Stars: ✭ 60 (-3.23%)
Mutual labels:  gsm
Atc
STM32 LL AT-Command parser
Stars: ✭ 53 (-14.52%)
Mutual labels:  gsm
Arduino
Arduino-compatible MCU code for sensor and telemetry nodes
Stars: ✭ 35 (-43.55%)
Mutual labels:  gsm
Gammu
Gammu All Mobile Management Utilities
Stars: ✭ 366 (+490.32%)
Mutual labels:  gsm

libosmocore - set of Osmocom core libraries

This repository contains a set of C-language libraries that form the core infrastructure of many Osmocom Open Source Mobile Communications projects.

Historically, a lot of this code was developed as part of the OpenBSC project, but which are of a more generic nature and thus useful to (at least) other programs that we develop in the sphere of Free Software / Open Source mobile communications.

There is no clear scope of it. We simply move all shared code between the various Osmocom projects in this library to avoid code duplication.

The libosmocore.git repository build multiple libraries:

  • libosmocore contains some general-purpose functions like select-loop abstraction, message buffers, timers, linked lists
  • libosmovty contains routines related to the interactive command-line interface called VTY
  • libosmogsm contains definitions and helper code related to GSM protocols
  • libosmoctrl contains a shared implementation of the Osmocom control interface
  • libosmogb contains an implementation of the Gb interface with its NS/BSSGP protocols
  • libosmocodec contains an implementation of GSM voice codecs
  • libosmocoding contains an implementation of GSM channel coding
  • libosmosim contains infrastructure to interface SIM/UICC/USIM cards

Homepage

The official homepage of the project is https://osmocom.org/projects/libosmocore/wiki/Libosmocore

GIT Repository

You can clone from the official libosmocore.git repository using

git clone git://git.osmocom.org/libosmocore.git

There is a cgit interface at https://git.osmocom.org/libosmocore/

Documentation

Doxygen-generated API documentation is generated during the build process, but also available online for each of the sub-libraries at https://ftp.osmocom.org/api/latest/libosmocore/

Mailing List

Discussions related to libosmocore are happening on the [email protected] mailing list, please see https://lists.osmocom.org/mailman/listinfo/openbsc for subscription options and the list archive.

Please observe the Osmocom Mailing List Rules when posting.

Contributing

Our coding standards are described at https://osmocom.org/projects/cellular-infrastructure/wiki/Coding_standards

We us a gerrit based patch submission/review process for managing contributions. Please see https://osmocom.org/projects/cellular-infrastructure/wiki/Gerrit for more details

The current patch queue for libosmocore can be seen at https://gerrit.osmocom.org/#/q/project:libosmocore+status:open

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].