Skip to content

Durant35/Velodyne_pcap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Capture packets as pcap

  • How to use

    • Get source code

      git clone https://github.com/Durant35/Velodyne_pcap.git -b cmake
    • Setup and build

      ./run.sh setup
    • Use it for capturing

      ./run.sh capture
    • Clean generated files

      ./run.sh clean
  • Dependencies

    • 32-bit standard libraries

      sudo dpkg --add-architecture i386
      sudo apt-get update
      sudo apt-get install g++-multilib
      sudo apt-get install lib32stdc++6
    • libpcap

      sudo apt-get install libpcap0.8-dev:i386