Objective-C Library
Handy stuff for Mac programmersLike 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:"
- Don't blame me. This code is provided without warranty. I've tested it as well as I can but I'm not responsible if it sets your hair on fire.
- Don't sell it. Get in touch with me if you're working on a commercial project. (My email address is at the bottom of the page if you have JavaScript enabled.)
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.