Go to file
Sven Schmalle e0afabe358 Initial commit 2019-12-30 03:22:12 +01:00
web Initial commit 2019-12-30 03:22:12 +01:00
.gitignore Initial commit 2019-12-30 03:22:12 +01:00
BUILD.ps1 Initial commit 2019-12-30 03:22:12 +01:00
README.md Initial commit 2019-12-30 03:22:12 +01:00
main.go Initial commit 2019-12-30 03:22:12 +01:00

README.md

GoFotoBox

Zum kompilieren folgende Go-Abhängigkeiten installieren:

  • go get github.com/gorilla/mux

Kompilieren: $env:GOOS="linux"; $env:GOARCH="arm"; go build -o fbox.arm

Beispiel config.json:

{
    "Host":"http://127.0.0.1",
    "Port":"8000",
    "Template":"default",
    "MQTTServer": "127.0.0.1",
	"MQTTPort":   8080
}