summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2026-07-21 21:32:52 +0200
committerxengineering <me@xengineering.eu>2026-07-21 21:32:52 +0200
commit7dfa6307debca1b469878fea62af68d0e3968767 (patch)
tree8b9e965a0152a7488b09cb00119acedd95e2cd77
parentb645f0cdb76d6fb3d43676211a7579ea0d6982ff (diff)
downloadwebsite-7dfa6307debca1b469878fea62af68d0e3968767.tar
website-7dfa6307debca1b469878fea62af68d0e3968767.tar.zst
website-7dfa6307debca1b469878fea62af68d0e3968767.zip
git: Update state of a lot of projects
-rw-r--r--content/git/birdscan.md6
-rw-r--r--content/git/graphics-inkscape.md6
-rw-r--r--content/git/homematic-go.md2
-rw-r--r--content/git/iot-contact-go.md2
-rw-r--r--content/git/iot-contact.md2
-rw-r--r--content/git/limox.md2
-rw-r--r--content/git/parts-kicad.md4
-rw-r--r--content/git/sia-app.md5
-rw-r--r--content/git/soundbox-app.md5
-rw-r--r--content/git/soundbox-go.md2
-rw-r--r--content/git/soundbox.md6
-rw-r--r--content/git/webiot.md4
12 files changed, 31 insertions, 15 deletions
diff --git a/content/git/birdscan.md b/content/git/birdscan.md
index bc25d58..e248076 100644
--- a/content/git/birdscan.md
+++ b/content/git/birdscan.md
@@ -2,7 +2,7 @@
"name":"birdscan",
"friendly_name":"birdscan",
"description":"Software to take beautiful pictures of birds with a Raspberry Pi camera",
- "state":"active"
+ "state":"archived"
}
## Future development
@@ -14,9 +14,7 @@ provide a webinterface with the following functionality:
- show current state in real-time (capturing, ready, not connected)
- reboot / shutdown the Raspberry Pi
-As the project is still very useful for me it would be good to improve this.
-The idea for this improvement is to split up the architecture into three
-components:
+A new architecture could look like this:
1. birdscan component on the Raspberry Pi
2. [webiot](../webiot/) on the same or another host
diff --git a/content/git/graphics-inkscape.md b/content/git/graphics-inkscape.md
index 5750034..1923687 100644
--- a/content/git/graphics-inkscape.md
+++ b/content/git/graphics-inkscape.md
@@ -2,5 +2,9 @@
"name":"graphics-inkscape",
"friendly_name":"graphics-inkscape",
"description":"Inkscape files with graphics to be included in other projects",
- "state":"experimental"
+ "state":"archived"
}
+
+This project never really came to life. It might be picked up again but likely
+with Meson instead of CMake since life is too short for CMake in more private
+projects than strictly required.
diff --git a/content/git/homematic-go.md b/content/git/homematic-go.md
index 7c7ce98..8cd75c3 100644
--- a/content/git/homematic-go.md
+++ b/content/git/homematic-go.md
@@ -2,7 +2,7 @@
"name":"homematic-go",
"friendly_name":"homematic-go",
"description":"Go library to use homematic devices",
- "state":"experimental"
+ "state":"active"
}
This Go library contains logic to integrate [Homematic][1] devices.
diff --git a/content/git/iot-contact-go.md b/content/git/iot-contact-go.md
index 700eecf..b67938f 100644
--- a/content/git/iot-contact-go.md
+++ b/content/git/iot-contact-go.md
@@ -2,7 +2,7 @@
"name":"iot-contact-go",
"friendly_name":"iot-contact-go",
"description":"Go library to use iot-contact devices",
- "state":"experimental"
+ "state":"archived"
}
This Go library contains all the logic necessary to use [iot-contact][1]
diff --git a/content/git/iot-contact.md b/content/git/iot-contact.md
index 1b002a5..6874968 100644
--- a/content/git/iot-contact.md
+++ b/content/git/iot-contact.md
@@ -2,5 +2,5 @@
"name":"iot-contact",
"friendly_name":"iot-contact",
"description":"IoT device to check if doors and windows are closed or open",
- "state":"experimental"
+ "state":"archived"
}
diff --git a/content/git/limox.md b/content/git/limox.md
index c29f3ac..ddbda9b 100644
--- a/content/git/limox.md
+++ b/content/git/limox.md
@@ -2,7 +2,7 @@
"name":"limox",
"friendly_name":"LimoX",
"description":"The Linux on mobile XMPP (LimoX) client",
- "state":"experimental"
+ "state":"archived"
}
{{< rawhtml >}}
diff --git a/content/git/parts-kicad.md b/content/git/parts-kicad.md
index c6f6052..24b42cf 100644
--- a/content/git/parts-kicad.md
+++ b/content/git/parts-kicad.md
@@ -2,5 +2,7 @@
"name":"parts-kicad",
"friendly_name":"parts-kicad",
"description":"Custom KiCad part library",
- "state":"experimental"
+ "state":"archived"
}
+
+This project might be picked up again but currently it has no use.
diff --git a/content/git/sia-app.md b/content/git/sia-app.md
index 4a9a696..2a8a611 100644
--- a/content/git/sia-app.md
+++ b/content/git/sia-app.md
@@ -2,5 +2,8 @@
"name":"sia-app",
"friendly_name":"Sia app",
"description":"IoT app",
- "state":"experimental"
+ "state":"active"
}
+
+This is a Flutter app for the Internet of Things (IoT). It is the client for
+the `sia-server`.
diff --git a/content/git/soundbox-app.md b/content/git/soundbox-app.md
index cf4e21a..2f7e98d 100644
--- a/content/git/soundbox-app.md
+++ b/content/git/soundbox-app.md
@@ -2,9 +2,12 @@
"name":"soundbox-app",
"friendly_name":"soundbox-app",
"description":"App to use soundbox devices",
- "state":"active"
+ "state":"archived"
}
+This project might be picked up again one day. If it is it will be very likely
+Dart and Flutter based instead of Go and Gio UI.
+
`soundbox-app` is the official graphical application to stream audio to one or
multiple [soundbox][1] devices.
diff --git a/content/git/soundbox-go.md b/content/git/soundbox-go.md
index 7e1ebba..72e7ca1 100644
--- a/content/git/soundbox-go.md
+++ b/content/git/soundbox-go.md
@@ -2,7 +2,7 @@
"name":"soundbox-go",
"friendly_name":"soundbox-go",
"description":"Go library to interface with soundbox devices",
- "state":"active"
+ "state":"archived"
}
This Go library contains all the logic necessary to use [soundbox][1] devices.
diff --git a/content/git/soundbox.md b/content/git/soundbox.md
index ca6afee..d441779 100644
--- a/content/git/soundbox.md
+++ b/content/git/soundbox.md
@@ -2,9 +2,13 @@
"name":"soundbox",
"friendly_name":"soundbox",
"description":"Device to connect classic audio systems to the network",
- "state":"active"
+ "state":"archived"
}
+It is very sad but for now there is no capacity to proceed here. Nevertheless
+the project might be picked up again. In that case likely based on AC power
+input and WLAN.
+
soundbox is a small Raspberry Pi based device with a micro USB power input and
two cinch connectors as audio output. It can be used to connect classic audio
systems to a WLAN.
diff --git a/content/git/webiot.md b/content/git/webiot.md
index 61cf06c..8179f86 100644
--- a/content/git/webiot.md
+++ b/content/git/webiot.md
@@ -2,5 +2,7 @@
"name":"webiot",
"friendly_name":"webiot",
"description":"Small webserver for my personal Internet of Things (IoT)",
- "state":"active"
+ "state":"archived"
}
+
+This project was replaced by `sia-app` and `sia-server`.