ubx: rename UBX-RXM-SFRBX reserved field to sigid
sink-log: copy the whole buffer when queing
capture: allow specifying dynamics model on the command line

heads

tip
browse log

clone

read-only
https://hg.sr.ht/~jeffpc/ublox8
read/write
ssh://hg@hg.sr.ht/~jeffpc/ublox8

#Building

The following is the quick-and-dirty sequence of commands that assumes you do not already have libjeffpc installed.

$ hg clone http://hg.31bits.net/libjeffpc/
$ cd libjeffpc
$ cmake .
$ make
$ cd ..
$ cmake \
	-DWITH_JEFFPC_LIB=$PWD/libjeffpc/ \
	-DWITH_JEFFPC_INCLUDES=$PWD/libjeffpc/include/ \
	.
$ make