bluerobotics / ping-viewer

Ping Viewer is an open-source application to view and record data from the Blue Robotics Ping Echosounder and Ping360 Scanning Sonar.
https://docs.bluerobotics.com/ping-viewer/
GNU General Public License v3.0
40 stars 38 forks source link

sensor/ping360helperservice: bugfix udp broadcast ip address assignemnt #1012

Closed jaxxzer closed 2 years ago

jaxxzer commented 2 years ago

The ping360 static ip address assignment was broken.

We were attempting to send the SetIP command directly to the sender. We need to broadcast the SetIP command on the same subnet where we received the Discovery response.

To test, assign a static ip to your computer's ethernet interface, then plug ping360 ethernet directly to your computer. Try to set your ping360 to a static ip address!

jaxxzer commented 2 years ago

@bluerobotics/sms