speak_temperature, an IRLP Custom Script

Introduction to speak_temperature When I first started with IRLP I wrote a few custom scripts for my node. This script announces the temperature. The temperature is obtained via a Dallas DS1820 1-wire sensor attached to the nodes serial port. digitemp is used to read the sensor, a precompiled static digitemp binary has been included for

Read more … »

cwid, an IRLP Custom Script

Introduction to cwid When I first started with IRLP I wrote a few custom scripts for my node. This script plays a CW ID on a regular basis. It uses playmidi and a midi file to id the repeater. The scripts default timing adheres to Canadian regulation. It ids at 20 minute intervals, but yields

Read more … »

TinyUPS Daemon

TinyUPS Daemon is a small UPS daemon I wrote for a FreeBSD server. It was inspired by reading the sources of a few Linux oriented UPS daemons.

Read more … »