On Thursday 11 August 2005 04:14, Chuck Hast wrote: > Could this be used to dump APRS data into a db like MySQL? I am > interested in doing something like that, but have to learn about > db. I work with them up to a certain point, time to learn the rest > and getting APRS data into a db would be a neat exersize.
Consider SQLite as a light-weight self-contained DB for this sort of thing. It leaves MySQL/Postgres in the dust, and never misses a beat. My Perl/Tk realtime logger uses it. Have a look at the sources for example code (not necessarily state of the art ;-) http://zl2arn.ath.cx/zl2bsj/qle-0.0.3.tar.gz HTH... Wilbert, ZL2BSJ - To unsubscribe from this list: send the line "unsubscribe linux-hams" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
