An open API service indexing awesome lists of open source software.

https://github.com/bluerobotics/ping-protocol

Definition of and code generation utilities for Ping Protocol, a binary message format for sonar devices.
https://github.com/bluerobotics/ping-protocol

ping protocol sonar

Last synced: 3 months ago
JSON representation

Definition of and code generation utilities for Ping Protocol, a binary message format for sonar devices.

Awesome Lists containing this project

README

          

# ping-protocol

[![Last Releases](https://img.shields.io/github/release/bluerobotics/ping-protocol.svg)](https://github.com/bluerobotics/ping-protocol/releases) [![Discuss](https://img.shields.io/badge/discuss-online-green.svg)](https://discuss.bluerobotics.com/)



The Ping Protocol is a binary communication format used by Blue Robotics sensors and devices.

This repository contains:
- the protocol specification
- the message definitions
- tools to help generate documentation and implementation source code (c++, python)

The documentation is [here](https://docs.bluerobotics.com/ping-protocol).