krater / com-on-air_cs-linux

Sniffing linux driver for SC14421 based DECT PCMCIA card

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

!!! for scientific and research purposes only !!!


what
~~~~
   com_on_air_cs is a very basic driver for the Dosch & Amand com-on-air PCMCIA
   DECT cards.
   In the tools/ subdir you find userspace tools using the driver

license
~~~~~~~
    GNU GENERAL PUBLIC LICENSE Version 2
    see LICENSE

authors
~~~~~~~
    Matthias Wenzel <dect at mazzoo dot de>
    Andreas Schuler <krater at badterrorist dot com>

install
~~~~~~~
    make && make -C tools  # compiles the driver and userspace tools
    make node              # create the /dev/coa character device

running
~~~~~~~
    the most featurecomplete tool for now is dect_cli. it can dump pcap
    formatted captures. just run it and type help.

    coa_syncsniff dumps pcap files on a given channel and RFPI

    pcap2cchan dumps C-channel information from pcap files

    pcapstein dumps all B-Fields found in a pcap file

About

Sniffing linux driver for SC14421 based DECT PCMCIA card

License:GNU General Public License v2.0


Languages

Language:C 79.9%Language:Assembly 18.1%Language:Makefile 2.0%