The Swift Navigation Binary Protocol (SBP) is a fast, simple, and minimal overhead binary protocol for communicating with Swift Navigation systems. It is the native binary protocol used by the Duro GNSS receivers to transmit solutions, observations, status and debugging messages, as well as receive commands and data from the host system, such as differential corrections and settings.
Duro SBP Specifications:
Piksi Multi / Duro Firmware Version | SBP Version | SBP Manual |
3.0.11, 3.0.14, 3.0.17 | 4.1.1 | SBP v4.1.1 |
2.4.15, 2.4.16, 2.4.20, 2.4.21 | 2.7.4 | SBP v2.7.4 |
2.3.17, 2.3.19 | 2.6.3 | SBP v2.6.3 |
2.2.17 | 2.4.7 | SBP v2.4.7 |
2.1.14 | 2.4.1 | SBP v2.4.1 |
2.0.0 | 2.4.0 | SBP v2.4.0 |
1.5.12 | 2.3.15 | SBP v2.3.15 |
1.4.10 | 2.3.10 | SBP v2.3.10 |
1.3.10 | 2.3.1 | SBP v2.3.1 |
1.2.14 | 2.2.15 | SBP v2.2.15 |
1.1.27 | 2.2.1 | SBP v2.2.1 |
1.0.11 | 2.1.6 | SBP v2.1.6 |
libsbp Source Code and Examples:
Swift Navigation provides language bindings in a variety of program languages to jump start integration projects with the communication protocol including C, Python, Java, Javascript, and Haskell. libsbp is open source and available on Github at https://github.com/swift-nav/libsbp. Whether from a package repository or the source, make sure to checkout or install the version of the SBP source code that corresponds with your hardware and firmware version as noted above.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article