Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wcygan/heartbeats
heartbeats
https://github.com/wcygan/heartbeats
Last synced: 2 days ago
JSON representation
heartbeats
- Host: GitHub
- URL: https://github.com/wcygan/heartbeats
- Owner: wcygan
- Created: 2024-01-02T02:52:13.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-02T03:00:24.000Z (11 months ago)
- Last Synced: 2024-06-19T16:20:39.949Z (5 months ago)
- Language: Go
- Size: 5.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Heartbeats
This program creates a network of nodes who send heartbeats to each other.
This is used as an experiment in my homelab which consists of a Mac Mini, two Orange Pi 5s, and a Raspberry Pi 3b.
| System Diagram | Homelab |
|-----------------------------------------------------------------------|----------------------------------------------------------------|
| | |## Build for MacOS
```
CGO_ENABLED=0 GOOS=darwin GOARCH=arm64 go build -o heartbeats-darwin
```## Build for Linux
```
CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -o heartbeats-linux
```## Copy to remote machine
```
scp file user@ip:
```