add readme and explicit license

This commit is contained in:
David 2022-04-17 11:46:30 -04:00
parent f71e630e63
commit 71fe64c76f
1 changed files with 7 additions and 0 deletions

7
readme.md Normal file
View File

@ -0,0 +1,7 @@
# off-board Prusa Connect server for Prusa MINI
Because of <https://github.com/prusa3d/Prusa-Firmware-Buddy/issues/1285>, I wanted to have the actual prusa WUI running off the printer, but still getting its data from the printer API. This little go file does the trick.
Since this makes use of the GPLv3 WUI code, I hereby license this under that as well.
main.js and main.css are taken from the [4.3.4 release](https://github.com/prusa3d/Prusa-Firmware-Buddy/releases/tag/v4.3.4).