Kosma Moczek
c0d2f58128
allow defining custom MINMEA_MAX_SENTENCE_LENGTH
2022-06-03 01:26:13 +02:00
Kosma Moczek
1e2f0af7d8
rename MINMEA_MAX_LENGTH -> MINMEA_MAX_SENTENCE_LENGTH
2022-06-03 01:24:58 +02:00
Kosma Moczek
6b1a15aa29
Merge pull request #63 from kosma/workflow
...
Replace Travis with Github Actions
2022-06-02 22:27:31 +02:00
Kosma Moczek
7ea8901880
README.md: add better contribution guidelines
2022-05-23 15:38:26 +02:00
Chris Morgan
6e32e63908
README.md - Replace Travis badge with GitHub workflows badge
2022-05-21 08:30:04 -04:00
d-el
9bdee64b4b
Add GBS to README and alphabetical sorting
...
Signed-off-by: d-el <d2.718l@gmail.com>
2022-05-21 00:20:14 +03:00
Yegor Yefremov
e2560c5a49
README.md: fix typo
...
s/deciminal/decimal
2022-05-20 08:49:07 -04:00
johnauld
41d8bf539d
Update README.md
2022-05-20 08:48:36 -04:00
DonneyF
bf7680b4e4
Update README.md
2019-09-12 16:09:23 -07:00
Noah Pendleton
b1371aa526
🔗 update Check link
...
Check has moved to github from sourceforge, update the link.
Also switch clang static analyzer link to https from http.
2018-10-13 14:17:29 -04:00
Kosma Moczek
8e4fc4eb6d
README.md: formatting fixes
2017-10-23 19:02:06 +02:00
Kosma Moczek
0b02771b28
minmea.h: add Windows compatibility layer
2017-10-23 19:01:23 +02:00
Kosma Moczek
dbf51f03c5
README.md: add ZDA
2017-08-15 10:36:42 +02:00
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