captain dan

Objective-C Library

Handy stuff for Mac programmers

Like most programmers, I've accumulated a small library of reusable code that other people might find useful. Unlike most programmers, I enjoy writing documentation. I've got a bunch of handy code sitting on my hard drive and I'll post more as I get around to writing docs for it.

License

Software licenses bore me to tears, but I'd appreciate it if you acknowledged my contribution to your project, and I have two "don'ts:"

GPSDevice

GPSDevice (with help from its superclass SerialDevice) provides an interface to GPS receivers. It includes a smoothing algorithm to interpolate position and velocity data between receiver updates.

SerialDevice uses the IOKit framework, so don't forget to add it to your project.

Thanks to Tom Parker for fixing an endian bug.