From 5b0b87c8e40383eece7dd1bca05e0a18968e41d9 Mon Sep 17 00:00:00 2001 From: Andreas Gattringer <andreas.gattringer@univie.ac.at> Date: Thu, 3 Apr 2025 11:21:41 +0000 Subject: [PATCH] updated project name and url --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bc700ea..03b084c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Unnamend measurement network project preparations +# AerObs -Please check the **[issue tracker](https://gitlab.phaidra.org/gattria6/unnamed-measurement-network-project-preparations/-/issues)** and the **[wiki](https://gitlab.phaidra.org/gattria6/unnamed-measurement-network-project-preparations/-/wikis/home)**. +Please check the **[issue tracker](https://gitlab.phaidra.org/gattria6/aerobs/-/issues)** and the **[wiki](https://gitlab.phaidra.org/gattria6/aerobs/-/wikis/home)**. This git repository contains the preparations for the yet unnamed measurement network project for 'Turmlabor'. @@ -21,7 +21,7 @@ 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 +See https://gitlab.phaidra.org/gattria6/aerobs/-/wikis/Hardware ## Network In the first iteration we require a physically isolated network. Each measurement device broadcasts the data via UDP. @@ -34,7 +34,7 @@ In the simplest form data acquisition and control will run on the same computer/ ## Protocol -See https://gitlab.phaidra.org/gattria6/unnamed-measurement-network-project-preparations/-/wikis/Protocol +See https://gitlab.phaidra.org/gattria6/aerobs/-/wikis/Protocol ## Software Ideally all software will be written in Python or MicroPython. The system should be open source and free software. -- GitLab