From b4cc6c3d434cfd7387c037fb7790eac055fc3005 Mon Sep 17 00:00:00 2001
From: Andreas Gattringer <andreas.gattringer@univie.ac.at>
Date: Sun, 1 Oct 2023 18:19:45 +0000
Subject: [PATCH] added links to wiki

---
 README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README.md b/README.md
index 1ad42a2..cfe0a04 100644
--- a/README.md
+++ b/README.md
@@ -18,15 +18,21 @@ Our main focus should be quality, QA, and documentation. All components should b
 ## Microcontroller
 Each device or sensor (or sensor cluster) will have its own microcontroller. This microcontroller will communicate control the device and broadcast acquired data. For this we need a microcontroller platform that is easy to extend, standardised and relatively cheap (so we can keep spares at hand).
 
+See https://gitlab.phaidra.org/gattria6/unnamed-measurement-network-project-preparations/-/wikis/Hardware
+
 ## Network
 In the first iteration we require a physically isolated network. Each measurement device broadcasts the data via UDP.
 
+
 ## Data acquisition and control
 Because the data is broadcast, the use of redundant data acquisition devices is possible. 
 
 In the simplest form data acquisition and control will run on the same computer/laptop controlling the experiment.
 
 
+## Protocol
+See https://gitlab.phaidra.org/gattria6/unnamed-measurement-network-project-preparations/-/wikis/Protocol
+
 ## Software
 Ideally all software will be written in Python or MicroPython. The system should be open source and free software.
 
-- 
GitLab