signal


Back in October I started work on a new app for PiBox: an XM radio player.  The hardware is an XMPCR, a device sold in the early 2000’s that connected over USB to a PC.  The device didn’t last long.  I think there was some concern that people would steal […]

PiBox: XM radio app (PiXM) and wifi scanning in PNC



5
The man page for timer_create() (used in applications, not in kernel code) gives a useful example of how to create and start high resolution timers.  However, it fails to mention that if you use multiple timers with a single signal then you need have a single signal handler that can […]

Working with timer_create() to use multiple timers using a single ...