Getting Started With Ping-Python
Ping-Python is a library that allows for interfacing with the Sounder S500 in Python
Installation
$ pip install --user bluerobotics-ping --upgrade$ git clone --single-branch --branch deployment https://github.com/bluerobotics/ping-python.git
$ cd ping-python
$ python setup.py install --userGetting Started Guide
Imports
from brping import S500
from brping import definitionsInitialization
Controlling The Device
Receiving Packets
Logging
Example Code
More Examples
Last updated