Osmocom library for network/soecket abstraction and osmux audio multiplex https://osmocom.org/projects/libosmo-netif
Go to file
Harald Welte eb96eb7d68 Use osmo_fd_setup() wherever applicable
Change-Id: Ifb90e00036cc51ef02f3cf4dda1ff7dcd1f8a5b5
2020-10-18 23:12:20 +02:00
contrib contrib/jenkins: Enable parallel make in make distcheck 2020-10-12 18:29:28 +02:00
debian debian/control: change maintainer to the Osmocom team / mailing list 2020-08-13 15:01:12 +00:00
examples Use osmo_fd_setup() wherever applicable 2020-10-18 23:12:20 +02:00
include amr: Fix OA<->BWE conversion. 2020-05-16 20:21:48 +00:00
m4 initial commit 2011-10-04 02:36:46 +02:00
src Use osmo_fd_setup() wherever applicable 2020-10-18 23:12:20 +02:00
tests amr: fix off-by-one in osmo_amr_bwe_to_oa() 2020-05-25 17:05:04 +02:00
.gitignore contrib: integrate RPM spec 2020-05-19 17:08:23 +02:00
.gitreview Add gerrit settings 2016-12-22 14:06:35 +00:00
COPYING add COPYING file (GPLv2 license) 2011-10-05 13:43:25 +02:00
Doxyfile.in Add minimal doxygen documentation for stream + datagram modules 2017-04-08 20:13:14 +02:00
Makefile.am Makefile.am: EXTRA_DIST: debian, contrib/*.spec.in 2020-05-22 13:29:50 +02:00
README.md Update README.md 2018-04-13 09:34:50 +02:00
TODO-RELEASE stream: Support creating sockets with IPv6 addresses 2020-08-19 18:15:38 +02:00
configure.ac contrib: integrate RPM spec 2020-05-19 17:08:23 +02:00
git-version-gen initial commit 2011-10-04 02:36:46 +02:00
libosmo-netif.pc.in libosmo-netif.pc.in: Append -lsctp to Libs.private 2019-10-22 19:38:07 +00:00

README.md

libosmo-netif- Osmocom network interface library

This repository contains a C-language library that form the basis of various higher-layer cellular communications protocol implementation. It implements stream server and clients for TCP, UDP, IPA as well as the non-standard/proprietary OSMUX protocol.

Homepage

The official homepage of the project is https://osmocom.org/projects/libosmo-netif

GIT Repository

You can clone from the official libosmo-netif.git repository using

git clone git://git.osmocom.org/libosmo-netif.git

There is a cgit interface at http://git.osmocom.org/libosmo-netif/

Documentation

There is no Doxygen-generated API documentation yet for this library. It would be great to some day have it, comparable to libosmocore.

Mailing List

Discussions related to libosmo-netif are happening on the openbsc@lists.osmocom.org 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 libosmo-netif can be seen at https://gerrit.osmocom.org/#/q/project:libosmo-netif+status:open