./geography/py-sbf2, Python parser for SBF (Septentrio GNSS receiver protocol)

[ Image CVSweb ] [ Image Homepage ] [ Image RSS ] [ Image Required by ] [ Image Add to tracker ]


Branch: CURRENT, Version: 1.0.4, Package name: py313-sbf2-1.0.4, Maintainer: gdt

pysbf2 is a Python 3 parser for the SBF. SBF is a proprietary binary
protocol implemented on Septentrio GNSS receiver modules. pysbf2 can
also parse NMEA 0183 and RTCM3 protocols via the underlying pynmeagps
and pyrtcm packages from the same author - hence it covers all the
common protocols that Septentrio SBF receivers are capable of
outputting.


Master sites:

Filesize: 118.518 KB

Version history: (Expand)


CVS history: (Expand)


   2026-03-09 12:55:13 by Greg Troxel | Files touched by this commit (2)
Log message:
geography/py-sbf2: Update to 1.0.4

### RELEASE 1.0.4

1. Update vscode workflows.
   2025-10-24 18:46:58 by Greg Troxel | Files touched by this commit (2)
Log message:
geography/py-sbf2: Update to 1.0.3

bug fixes
   2025-10-24 14:47:44 by Greg Troxel | Files touched by this commit (2)
Log message:
geography/py-sbf2: Update to 1.0.2

Upstream NEWS:

1. Added Mosaic G5 P3(H) message definitions
2. `NavBits` attribute in `SBF_NAVIGATION_PAGE_BLOCKS` rendered as single byte \ 
array rather than group of bytes.
   2025-10-15 16:33:21 by Greg Troxel | Files touched by this commit (2)
Log message:
geography/py-sbf2: Update to 1.0.1

Upstream NEWS: micro release
   2025-09-08 12:11:22 by Greg Troxel | Files touched by this commit (7)
Log message:
geography/py-[semu*]: Make HOMEPAGE not have variables

I previously did CSE across these Makefiles, which are from separate
repos but maintained identically, as part of being able to diff across
packages to find unintended variance.  However, people cut-and-paste
URLS from HOMEPAGE, and using variables makes that harder, needing
make show-var.  Plus, the URLs are extremely unlikely to change the
last component.
   2025-09-08 12:06:20 by Greg Troxel | Files touched by this commit (7)
Log message:
geography/py-[semu*]: TOOL_DEPEND on setuptools
   2025-09-04 15:50:48 by Greg Troxel | Files touched by this commit (5)
Log message:
geography/semuconsulting*: Use variable in HOMEPAGE

All of these modules are maintained the same way, and this reduces
diffs between the pkgsrc Makefiles, while fixing a previous cut/pasto.
   2025-09-04 15:34:10 by Greg Troxel | Files touched by this commit (4)
Log message:
geography/py-sbf2: Add version 1.0.0

pysbf2 is a Python 3 parser for the SBF.  SBF is a proprietary binary
protocol implemented on Septentrio GNSS receiver modules.  pysbf2 can
also parse NMEA 0183 and RTCM3 protocols via the underlying pynmeagps
and pyrtcm packages from the same author - hence it covers all the
common protocols that Septentrio SBF receivers are capable of
outputting.