- Raspberry Pi 4 B
- Raspberry Pi OS Lite (64-bit)
- Mac mini with ethernet port
// TODO
IMPORTANT: macos should have Internet Sharing enabled.
Then in macos network ethernet settings, set IPv4 Configured
to Using DHCP with Manual Adress
, with the IP address to <ROUTER_IP>
.
$ sudo apt-get install dhcpcd5
$ sudo service dhcpcd start
$ sudo systemctl enable dhcpcd
$ sudo nano /etc/dhcpcd.conf
interface <INTERFACE>
static_routers=<ROUTER IP>
static domain_name_servers=<DNS IP>
static ip_address=<STATIC IP ADDRESS YOU WANT>/24
See releases for the app binary, or clone this repo and compile the package (see Development below).
$ git clone https://github.com/chevalvert/murmur
$ cd murmur
$ yarn install
$ yarn start
$ yarn version
$ yarn pkg