From 45e0055a50b68de1e4841e1f82107ff4f8f47b67 Mon Sep 17 00:00:00 2001 From: Matteo Cypriani Date: Wed, 2 Nov 2016 21:39:45 -0400 Subject: [PATCH] Add README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..08f47ec --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +This repository contains campains of experimental measurements realised with +the [Owl Positioning System](https://code.lm7.fr/mcy/owlps) and made public to +be reused by the community. All the files are published under the terms of the +_Design Science License_ (see the `LICENSE` file). + +Each campain lives in its own directory, in which sits a `README.org` file +(plain text, in the org-mode format) documenting the experimental setup and +scenarios. The measurement files for a given scenario are in a dedicated +subdirectory, in which one can also find test reports in plain text format. + +This repository being quite big, you may want to do a shallow clone if you're +not interested in all the history (`git clone --depth 0`). You can also +download a snapshot archive.