From 7354b5c81dd9db74b5de294a1cf4e7f0076ab9d3 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 25 Mar 2011 13:43:53 +0100 Subject: [PATCH] add a small README file --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..ba22712 --- /dev/null +++ b/README @@ -0,0 +1,13 @@ +Osmocom SIMTRACE +====================================================================== +(C) 2010 by Harald Welte + +SIMTRACE is a program that can be used for tracing the communication +betewen a phone and the SIM card. More generally, it can trace any +ISO 7816 based smart card interface. + +This repository contains a host program 'simtrace' as well as a patch +for wireshark. + +The corresponding device firmware can be found in the openpcd.git +repository on git.gnumonks.org.