Commit Graph

28 Commits

Author SHA1 Message Date
Kosma Moczek
359c3de888 Merge pull request #18 from hraftery/documentation_fix
Corrected precision figure for lat/long values. Added derivation and an example.
2017-08-15 10:22:33 +02:00
johlim
51c9c01ff8 Update README.md 2017-08-15 10:20:20 +02:00
Kosma Moczek
bbbe3d73b6 README.md: fix typo 2017-08-15 10:14:13 +02:00
Kosma Moczek
3fc40492d9 README.md: update authorship information 2017-08-15 10:06:41 +02:00
Kosma Moczek
0491cb5826 README.md: update Travis CI link 2017-08-15 10:05:21 +02:00
U-ATSAUVS\heath.raftery
3cc0cfd478 Corrected precision figure for lat/long values. Added derivation and
an example.
2016-08-09 08:44:37 +10:00
lvitya
95f6beec4f Add $--VTG sentences.
* Fix padding problem in test_minmea_parse_gll1
* Add support for $--VTG sentences.
* Add tests for $--VTG sentences.
* Fix padding problem in test_minmea_parse_gll1. 2nd attempt.
2016-04-23 21:19:26 +02:00
Kosma Moczek
30d4f8151b README.md: add Travis badge 2014-09-02 23:09:40 +02:00
Kosma Moczek
23e2f950c5 README.md: more timegm() documentation 2014-06-18 12:13:14 +02:00
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