Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

Software that is used to capture packets from Wi-Fi and UHF interfaces and forward to a server for analysis

Notifications You must be signed in to change notification settings

thomotron/serval-mesh-observer-packet-capture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MeshObserver Packet Capture

These are the client and server programs used for capturing Serval Mesh packets with a Mesh Observer device.

Building

Prerequisites

  1. libpcap

For Debian/Ubuntu machines, use apt: sudo apt install libpcap-dev
For Fedora machines, use dnf: sudo dnf install libpcap-devel

Build process

  1. Clone the repo: git clone https://github.com/jLanc/MeshObserver-Packet-Capture.git
  2. Compile with make: make

The client and server programs will be available in the client/ and server/ directories respectively.

About

Software that is used to capture packets from Wi-Fi and UHF interfaces and forward to a server for analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.8%
  • Shell 5.9%
  • Makefile 0.3%