SIMtrace2 (based on AT91SAM3), firmware and host tools, including card emulation https://osmocom.org/projects/simtrace2
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Eric Wild 749dcdc277
fw: only build the bl with clang
2 weeks ago
contrib fw: only build the bl with clang 2 weeks ago
debian debian: set compat level to 10 1 month ago
firmware Cosmetic: fix CI errors 1 month ago
hardware board_gpio.gnumeric: Add ngff-cardem pin-out 2 years ago
host host/cardem: fix integer overflow in process_do_rx_da() 11 months ago
.checkpatch.conf Cosmetic: fix CI errors 1 month ago
.clang-format add our default clang-format file 2 years ago
.gitignore gitignore: add missing entries binaries 1 year ago
.gitmodules use same USB Product ID for DFU and runtime mode 6 years ago
.gitreview gitreview: new file 2 years ago
Makefile firmware: add bootloader update "app" 2 years ago
README.md Update README 3 years ago
TODO-RELEASE Introduce support for asynchronous USB transmission 3 years ago
clk_calc.py clk calculation: updated max mul val 8 years ago
git-version-gen ensure git version ends up in firmware image 7 years ago

README.md

SIMtrace v2.0

This is the repository for the next-generation SIMtrace devices, providing abilities to trace the communication between (U)SIM card and phone, remote (U)SIM card forward, (U)SIM man-in-the-middle, and more.

NOTE: Nothing in this repository applies to the SIMtrace v1.x hardware or its associated firmware. SIMtrace v1.x is based on a different CPU / microcontroller architecture and uses a completely different software stack and host software.

Supported Hardware

  • Osmocom SIMtrace 1.x with SAM3 controller ** this is open hardware and schematics / PCB design is published
  • sysmocom sysmoQMOD (with 4 Modems, 4 SIM slots and 2 SAM3) ** this is a proprietary device, publicly available from sysmocom
  • sysmocom OWHW (with 2 Modems and 1 SAM3 onboard) ** this is not publicly available hardware, but still supported

This Repository

This repository contains several directory

  • firmware - the firmware to run on the actual devices
  • hardware - some information related to the hardware
  • host - Programs to use on the USB host to interface with the hardware

The host software includes

  • libosmo-simtrace2 - a shared library to talk to devices running the simtrace2 firmware
  • simtrace2-list - list any USB-attached devices running simtrace2 firmware
  • simtrace2-sniff - interface the 'trace' firmware to obtain card protocol traces
  • simtrace2-cardem-pcsc - interface the 'cardem' fimrware to use a SIM in a PC/SC reader