From c29c731ea8138a0befe2d217f14c2077a33705de Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 21 Mar 2021 23:08:02 +0100 Subject: [PATCH] add README.md on what this repository is about Change-Id: Ib545e454ddc748ca8ccbbcd34c6f3d4c5e81c2f0 --- README.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..fc9d80a --- /dev/null +++ b/README.md @@ -0,0 +1,36 @@ +gapk - GSM Audio Pocket Knife +============================= + +The GSM Audio Picket Knife is a tool that can help you to convert +codec frames of all codecs in GSM networks between a variety of +different formats / representations. + +It is part of the [Osmocom](https://osmocom.org/) Open Source Mobile +Communications project. + +GIT Repository +-------------- + +You can clone from the official gapk.git repository using + + git clone git://git.osmocom.org/gapk.git + git clone https://git.osmocom.org/gapk.git + +There is a cgit interface at https://git.osmocom.org/gapk/ + +Documentation +------------- + +Unfortunately none. + +Mailing List +------------ + +Discussions related to gapk 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](https://osmocom.org/projects/cellular-infrastructure/wiki/Mailing_List_Rules) +when posting.