• Stars
    star
    137
  • Rank 264,618 (Top 6 %)
  • Language
    Python
  • License
    GNU General Publi...
  • Created over 7 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

tools for playing with DECT

SDR code

hardware requirements

  • needs a gnuradio-supported SDR with 2.4MS/s samplerate
  • needs a tuner with support for the DECT frequency range
  • rtlsdr with E4000 tuner works
  • rtlsdr with more popular R820T tuner does not work (can't tune to DECT frequency range)
  • tested with bladeRF and rtlsdr w/ E4000 tuner
  • should work with hackRF as well

software requirements

  • needs GNUradio
  • needs a dummy0 network device

usage

  • make
  • create dummy0 interface: sudo modprobe dummy or sudo ip link add dummy0 type dummy
  • start the dummy0 interface: sudo ifconfig dummy0 up
  • run dectrcv as root: sudo ./dectrcv
  • start the SDR part:
    • If you use gnuradio version <= 3.7 : ./dectrx_37.py
    • If you use gnuradio version >= 3.8 : ./dectrx_38.py
  • set channel, gain values and ppm
  • enjoy the DECT packets in wireshark

multichannel

If you want to use the multichannel feature you have to adjust the number of channels in the dectrcv.c.

example

screenshot

More Repositories

1

frivpn

multithreaded openvpn client
C
364
star
2

dashbutton

dashbutton hwrev 2 analysis & exploit stuff
C
124
star
3

simdump

SIM files dumper
C
22
star
4

corona-watch

monitoring the german corona-warn-app server data
Lua
15
star
5

saleae-binparser

Fast parser for Saleae Logic 2 binary export format (Digital only, Linux only)
C
9
star
6

usb2serial-autovtg

USB to serial converter with automatic target voltage detection, buffered IOs, 1.8V to 5V support and backflow current protection
HTML
9
star
7

poweranalysis

differential power analysis
C
8
star
8

unsorted

Znuh's unsorted cra^H^H^Hstuff
C
7
star
9

t962

reflow oven stuff
C
4
star
10

xilprg-hunz

Hunz' fork of xilprg (Xilinx programming tool)
C++
3
star
11

sc-util

simple Glade/GTK hex term for smartcards (Phoenix/SmartMouse compatible readers only)
Perl
2
star
12

co2mon

CO2 Multimon
HTML
2
star
13

open-nexys

Open source FX2 firmware + FPGA code for the Digilent Nexys board
VHDL
2
star
14

nyanpresenter

Simple & crappy presenter w/ NYAN cat progressbar for pdf-based slides
2
star
15

rockpi-pcie

PCIe config/devicetree for RockPi boards w/ recent linux kernels (>=5.0)
Shell
1
star
16

picotools

Picoscope PS5203/5204 tools
C
1
star
17

fnordstream

fnordstream - multiple streams, zero leaks
Go
1
star
18

dpad

drawpad
C
1
star
19

STM32_VCP

Virtual COM port (ACM/CDC device) loopback demo for a STM32F107 (Propox MMstm32F107 mini-module)
C
1
star
20

kicad-chm36

Interactive Web Browser based KiCad PCB to CHM-T36VA Pick&Place File Converter
JavaScript
1
star
21

stm32flash

stm32flash fork
C
1
star
22

pcbs

various printed circuit boards
1
star
23

numcon

numeral systems conversion extension for chrome
JavaScript
1
star