Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 431 Bytes

File metadata and controls

11 lines (6 loc) · 431 Bytes

CircleCI

NMEA 0183 parser

NOW MAINTAINED AT: https://github.com/solita/data.nmea-0183

This project is a simple parser from NMEA 0183 messages into Clojure data.

The fields and maps are defined with Clojure spec.

The parsing is IO agnostic and can be used with any source that can provide successive characters.