2019-12-30 03:22:12 +01:00
2019-12-30 03:22:12 +01:00
2019-12-30 03:22:12 +01:00
2019-12-30 03:22:12 +01:00
2019-12-30 03:22:12 +01:00
2019-12-30 03:22:12 +01:00

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
}
Description
No description provided
Readme 432 KiB
Languages
JavaScript 84.3%
HTML 9.4%
Go 6.1%
PowerShell 0.2%