clearpathrobotics / LMS1xx

Driver for SICK LMS1xx. Based on https://github.com/RCPRG-ros-pkg/RCPRG_laser_drivers
56 stars 101 forks source link

Add scripts to find unit, program IP address #4

Closed mikepurvis closed 9 years ago

mikepurvis commented 10 years ago

SOPAS is able to do these things using UDP broadcast tricks. For example, the following is three instances of the UDP payload to "discover" LIDARs on the local network segments:

10:00:00:08:ff:ff:ff:ff:ff:ff:41:2e:b5:ee:01:00:0a:d3:37:05:ff:ff:ff:00

10:00:00:08:ff:ff:ff:ff:ff:ff:3b:1e:a9:a0:01:00:0a:d3:37:05:ff:ff:ff:00

10:00:00:08:ff:ff:ff:ff:ff:ff:36:27:b9:d6:01:00:0a:d3:37:05:ff:ff:ff:00

                                                IP          netmask

This message is transmitted to 255.255.255.255, with a src and dest port of 30718. Full PCAP of these interactions coming soon.

jeff-o commented 10 years ago

You… you mean I might not need to use SOPAS anymore?

On Tue, Oct 21, 2014 at 8:17 AM, Mike Purvis notifications@github.com wrote:

SOPAS is able to do these things using UDP broadcast tricks. For example, the following is three instances of the UDP payload to "discover" LIDARs on the local network segments:

10:00:00:08:ff:ff:ff:ff:ff:ff:41:2e:b5:ee:01:00:0a:d3:37:05:ff:ff:ff:00

10:00:00:08:ff:ff:ff:ff:ff:ff:3b:1e:a9:a0:01:00:0a:d3:37:05:ff:ff:ff:00

10:00:00:08:ff:ff:ff:ff:ff:ff:36:27:b9:d6:01:00:0a:d3:37:05:ff:ff:ff:00

                                            IP          netmask

This message is transmitted to 255.255.255.255, with a src and dest port of 30718. Full PCAP of these interactions coming soon.

— Reply to this email directly or view it on GitHub https://github.com/clearpathrobotics/LMS1xx/issues/4.

Jeff Schmidt System Integration Technologist Clearpath Robotics Phone: 519-513-2416

mikepurvis commented 10 years ago

Eventually yes— can't commit to a timeline, unfortunately.

mikepurvis commented 9 years ago

@jeff-o has furnished a wireshark capture of the SOPAS tool finding a unit and programming its IP address. This can be found here:

https://www.dropbox.com/s/zyjdiez8j6f5fbg/lms111-config.pcapng?dl=0