This repository has been archived by the owner on Jul 31, 2020. It is now read-only.
Releases: frennkie/blitzd
Releases · frennkie/blitzd
Work-in-Progress
v0.14
- fix build
- refactor servers
- refactor config
Proof-of-Concept v0.3
This is just a short proof-of-concept implementation of blitzinfod.
Start the server by running this on a RPi3 (armv7)
wget https://github.com/frennkie/blitzinfod/releases/download/v0.3-poc/blitzinfod-armv7
chmod a+x blitzinfod-armv7
./blitzinfod-armv7
Or on an amd64 host:
wget https://github.com/frennkie/blitzinfod/releases/download/v0.3-poc/blitzinfod-amd64
chmod a+x blitzinfod-amd64
./blitzinfod-amd64
This will open a HTTP server (see option -H and -P) with these routes:
- / <- stub
- /info/ <- HTML Info page
- /api/ <- JSON API
There are also two background jobs (goroutines) that each updates a "Metric":
- Foo - Dummy
- Uptime - the system uptime - this is the only value that changes on the /info/ page