From 313abb1513db61e82ecb5354f4c5918133c13b48 Mon Sep 17 00:00:00 2001 From: xengineering Date: Tue, 28 May 2024 19:07:12 +0200 Subject: Add iot-protocol submodule This repository contains protocol definitions. Since every planned IoT device should get its own repository it is useful to add a central repository to define the interface between these devices. --- .gitmodules | 3 +++ iot-protocol | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 iot-protocol diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..ad1706c --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "iot-protocol"] + path = iot-protocol + url = https://cgit.xengineering.eu/iot-protocol diff --git a/iot-protocol b/iot-protocol new file mode 160000 index 0000000..8d53a9f --- /dev/null +++ b/iot-protocol @@ -0,0 +1 @@ +Subproject commit 8d53a9f92684a971dd364258bde6f5310daf1ea7 -- cgit v1.2.3-70-g09d2