diff options
author | xengineering <me@xengineering.eu> | 2024-05-28 19:07:12 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2024-05-28 19:07:12 +0200 |
commit | 313abb1513db61e82ecb5354f4c5918133c13b48 (patch) | |
tree | 991f6ea0960f8e17a038d907e9a45f63ee402df5 | |
parent | 96f2358caadfd55d6fd3b888ef5d21f22fc2439c (diff) | |
download | iot-core-313abb1513db61e82ecb5354f4c5918133c13b48.tar iot-core-313abb1513db61e82ecb5354f4c5918133c13b48.tar.zst iot-core-313abb1513db61e82ecb5354f4c5918133c13b48.zip |
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.
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | iot-protocol | 0 |
2 files changed, 3 insertions, 0 deletions
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 +Subproject 8d53a9f92684a971dd364258bde6f5310daf1ea |