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
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