Update to Razzmaster

Thanks to a few nights of sleeplessness I've made some updates to RazzMaster, a command line tool for remotely configuring Raspberry Pis.

This new version adds another wifi module that it can scan for. It also has the new info command which will connect to your Pi and print out the model, Linux version, and more.  Just run razzmaster info --host 192.168.1.2 (or whatever the IP address is of the Pi) and it will print something like:

Raspberry Pi 2 Model B Rev 1.1
PRETTY_NAME="Raspbian GNU/Linux 8 (jessie)”
NAME="Raspbian GNU/Linux”
VERSION_ID="8”
VERSION="8 (jessie)”
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/”
SUPPORT_URL="http://www.raspbian.org/RaspbianForums”
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs”
Linux raspberrypi 4.1.7-v7+ #817 SMP PREEMPT Sat Sep 19 15:32:00 BST 2015 armv7l GNU/Linux

To install razzmaster do

npm install -g razzmaster

To scan for raspberry pis on your local network do

razzmaster scan

Oh, and get the source on github. Enjoy!

Talk to me about it on Twitter

Posted January 18th, 2016

Tagged: raspberrypi