Osmocom library for network/soecket abstraction and osmux audio multiplex https://osmocom.org/projects/libosmo-netif
Go to file
Pau Espin 9f521e10db tests: osmo-pcap-test: Fix pcap includes not found in old versions
pcap/dlt.h only exists on newer versions of libpcap. On older versions,
same defines are available in pcap/bpf.h, which in newer versions
include pcap/dlt.h, so we are always fine include pcap/bpf.h.
As a side note, there's a lots of comments in pcap/dlt.h stating that
those symbols used to reside in pcap/bpf.h but were moved there at some
point.

Change-Id: I824671a415eb3f35f480c934b9780ff13510011a
2018-04-12 16:35:12 +02:00
contrib jenkins.sh: use --enable-werror configure flag, not CFLAGS 2018-03-12 23:59:32 +00:00
debian debian/control: Fix Vcs-Browser 2018-02-09 12:10:33 +01:00
examples examples: add simple UDP client/server 2017-10-13 18:13:14 +02:00
include add support for flushing and destroying a server-side stream 2018-02-22 19:48:36 +01:00
m4 initial commit 2011-10-04 02:36:46 +02:00
src stream.c: osmo_stream_cli_open2: Remove wrong assumption in reconnect decision 2018-04-05 18:07:41 +02:00
tests tests: osmo-pcap-test: Fix pcap includes not found in old versions 2018-04-12 16:35:12 +02:00
.gitignore gitignore: vim swp files 2017-11-20 14:23:52 +01: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 Use release helper from libosmocore 2017-08-28 10:53:35 +00:00
README.md README.md: Make sure all hyperlinks have <> 2017-03-17 21:30:33 +01:00
TODO-RELEASE Use release helper from libosmocore 2017-08-28 10:53:35 +00:00
configure.ac configure: add --enable-werror 2018-03-12 23:59:31 +00:00
git-version-gen initial commit 2011-10-04 02:36:46 +02:00
libosmo-netif.pc.in build: use libosmo-netif.pc instead libosmonetif.pc 2012-02-23 19:51:01 +01:00

README.md

libosmo-netif- Osmocom network interface 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