Commit Graph

19 Commits

Author SHA1 Message Date
Kosma Moczek
4de49c8fad README.md: style fix 2014-06-17 15:04:52 +02:00
Kosma Moczek
c375b8144b merge with master 2014-06-17 14:52:46 +02:00
Kosma Moczek
d19839cc7e README.md: precision is no longer a limitation, hooray! 2014-04-27 17:38:49 +02:00
Kosma Moczek
f872935244 README.md: even nicer example 2014-04-27 17:31:54 +02:00
Kosma Moczek
f9f9bed148 README.md: remove extra indentation in example 2014-04-27 17:30:51 +02:00
Kosma Moczek
a5f67aa500 README.md: reflect the API changes 2014-04-27 16:44:56 +02:00
Kosma Moczek
6473d5b30e Merge commit 'pull/origin/5' 2014-04-24 16:02:40 +02:00
Kosma Moczek
c5efe80f36 README.md: update supported frames list 2014-04-24 11:57:50 +02:00
mek_x
32f6397c05 README.md: added info about GSV 2014-04-24 00:08:39 +02:00
Edyta
3b6ba502bc minmea.h, minmea.c: Added support for GLL sentences 2014-04-15 17:45:29 +02:00
Kosma Moczek
5d49c07957 README.md: update supported sentences list 2014-03-24 23:24:27 +01:00
Kosma Moczek
d973b98d66 minmea: don't include talker id in sentence type.
This is a backwards-incompatible change that I knew I'd have to
introduce sooner or later. Which means now.

Long story short: when I first started writing this library, I wanted to
make things simpler by treating the entire talker+sentence as one big
ID. Of course, this is an oversimplification, as there are different
talkers out there.

Turns out they're more common than I initially thought. I just came
across a module (read: I had one soldered to my board by our crazy
hardware guy) that spits out GPRMC, GLRMC or GNRMC depending on where it
got the data. I could have kludged around this, but here's this change,
for the purity of code.

Fortunately, we're the only users of this codebase as far as I know, so
no real harm is done - but it's a lesson to design my interfaces right
from the very start so I don't have to break compatibility and write
apologetic messages later on.
2014-03-24 22:40:25 +01:00
Kosma Moczek
ff500a5115 README.md: mention missing timegm() on some systems 2014-03-03 15:48:28 +01:00
Kosma Moczek
b81f509ccd README.md: escape angle brackets 2014-03-03 15:33:48 +01:00
Kosma Moczek
dfdc4c9426 README.md: describe library limitations 2014-03-03 15:31:54 +01:00
Kosma Moczek
f7702e046c README.md: mention GPGSA support! 2014-02-26 16:30:04 +01:00
Kosma Moczek
7af3945a91 README.md: document number and coordinate format 2014-02-14 15:39:29 +01:00
Kosma Moczek
a09793e178 add COPYING, improve README 2014-02-14 15:27:45 +01:00
Kosma Moczek
56177f0e1c initial commit 2014-02-14 15:22:18 +01:00