Registry / networking / sbp
library6.3.2vcpkgunverified

Swift Navigation Binary Protocol (SBP) is a binary protocol for communicating GNSS data used by Piksi devices.

vcpkg install sbp
INSTALL
IMPORT
SIG · SBP
S
sbp
networkingcppv6.3.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

libsbp/sbp.h
#include <libsbp/sbp.h>

Minimal example initializing SBP state.

#include <libsbp/sbp.h> #include <iostream> int main() { sbp_state_t state; sbp_state_init(&state); std::cout << "SBP state initialized" << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
6.3.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources

No resource links recorded.

sbp — pip install sbp · libregistry