aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2021-03-21 23:29:34 +0100
committerHarald Welte <laforge@osmocom.org>2021-03-21 23:29:56 +0100
commit1efeba66f533319814caf832252a3001f259bfbd (patch)
tree665dbd938aba086d2244a8318940e11fd2f55648
parent39f06f3eef2970455799738280114299ea9aa0d7 (diff)
add README.md on what this repository is all about
-rw-r--r--README.md43
1 files changed, 43 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b8db215
--- /dev/null
+++ b/README.md
@@ -0,0 +1,43 @@
+osmo-dfds - RF delay simulator
+==============================
+
+This repository contains the source code for an RF delay simulator,
+which can be used to artificially delay RF signals by a configurable
+amount of [variable] delay. This is useful to test timing control
+loops in TDMA systems, such as GSM.
+
+It is part of the [Osmocom](https://osmocom.org/) Open Source Mobile
+Communications project.
+
+Homepage
+--------
+
+The official homepage of the project is
+https://osmocom.org/projects/osmo-rfds/wiki/Wiki
+
+GIT Repository
+--------------
+
+You can clone from the official osmo-rfds.git repository using
+
+ git clone git://git.osmocom.org/osmo-rfds.git
+ git clone https://git.osmocom.org/osmo-rfds.git
+
+There is a cgit interface at https://git.osmocom.org/osmo-rfds/
+
+Documentation
+-------------
+
+See the doc/ sub-directory.
+
+Mailing List
+------------
+
+Discussions related to osmo-rfds 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.