Explorar el Código

add license to giessomat

Thomas Buck hace 3 años
padre
commit
fcdd5409d1
Se han modificado 1 ficheros con 24 adiciones y 1 borrados
  1. 24
    1
      input/projects/giessomat.md

+ 24
- 1
input/projects/giessomat.md Ver fichero

@@ -4,7 +4,7 @@ parent: projects
4 4
 position: 6
5 5
 github: https://git.xythobuz.de/thomas/giess-o-mat
6 6
 date: 2021-03-29
7
-update: 2021-04-27
7
+update: 2021-05-01
8 8
 ---
9 9
 
10 10
 Since moving into my own flat in 2019 I started growing quite a bunch of plants.
@@ -42,6 +42,10 @@ lightgallery([
42 42
 ])
43 43
 %-->
44 44
 
45
+The web interface is using JS and Websockets to dynamically update the page, showing the same output that is visible on the physical display.
46
+Keypad button presses can be executed that way as well.
47
+Also, the debug logs that are normally provided on the serial port are also sent out to clients connected via the web interface.
48
+
45 49
 ## Implementation
46 50
 
47 51
 The machine is using two microcontrollers, an [Arduino Nano clone](https://amzn.to/3sQ4Otl) and an [ESP32](https://amzn.to/3xmDh6k).
@@ -161,3 +165,22 @@ And building all this up on perf-boards is really not much work.
161 165
 ## Links
162 166
 
163 167
 You can find [all the source code for the device itself](https://git.xythobuz.de/thomas/giess-o-mat) (both the UI and the Controller) as well as the OpenSCAD [design files for the 3D printed parts](https://git.xythobuz.de/thomas/3d-print-designs/src/branch/master/giessomat) on my [Gitea instance](https://git.xythobuz.de).
168
+
169
+## License
170
+
171
+Giess-o-mat is licensed under the [GNU General Public License](https://www.gnu.org/licenses/gpl-3.0.en.html).
172
+
173
+    Copyright (c) 2021 Thomas Buck <thomas@xythobuz.de>
174
+
175
+    Giess-o-mat is free software: you can redistribute it and/or modify
176
+    it under the terms of the GNU General Public License as published by
177
+    the Free Software Foundation, either version 3 of the License, or
178
+    (at your option) any later version.
179
+
180
+    Giess-o-mat is distributed in the hope that it will be useful,
181
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
182
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
183
+    GNU General Public License for more details.
184
+
185
+    You should have received a copy of the GNU General Public License
186
+    along with Giess-o-mat.  If not, see <https://www.gnu.org/licenses/>.

Loading…
Cancelar
Guardar