Skip to content

chevalvert/murmur

 
 

Repository files navigation

Murmur


Installation

Requirements

  • Raspberry Pi 4 B
  • Raspberry Pi OS Lite (64-bit)
  • Mac mini with ethernet port

Wiring

// TODO

Static IP setup

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
/etc/dhcpcd.conf
interface <INTERFACE>
static_routers=<ROUTER IP>
static domain_name_servers=<DNS IP>
static ip_address=<STATIC IP ADDRESS YOU WANT>/24

Software

See releases for the app binary, or clone this repo and compile the package (see Development below).

Development

$ git clone https://github.com/chevalvert/murmur
$ cd murmur
$ yarn install
$ yarn start
$ yarn version
$ yarn pkg

Credits

  • At Aero by Arillatype.Studio®
  • JSX and state utils heavily based on pqml’s work.

License

MIT.

Languages

  • JavaScript 80.5%
  • SCSS 13.9%
  • Python 2.5%
  • Objective-C 2.0%
  • Other 1.1%