Liking cljdoc? Tell your friends :D

clj-septentrio

A Clojure library to parse Septentrio binary protocol files

Usage

Data is read from an input stream, and decoded messages are published on a channel. The channel will be closed when the input stream ends

user=> (with-open [stream (io/input-stream "ASTER129.SBF")]
         (septentrio/parse stream ch))

Supported Messages

Message IDMessage NameNotes
4038ExtEventPVTGeodeticRev1 fields are not parsed
5936Comment

License

Copyright © 2017 Michael du Breuil

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close