Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wcygan/heartbeats

heartbeats
https://github.com/wcygan/heartbeats

Last synced: 2 days ago
JSON representation

heartbeats

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 |
|-----------------------------------------------------------------------|----------------------------------------------------------------|
| 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:
```