aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 469b17711d229358bc0010fdceb0009d9bba1d57 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Osmocom SIMtrace

(C) 2010-2017 by Harald Welte <laforge@gnumonks.org>

SIMTtraceis a program that can be used for tracing the communication
between a phone and the SIM card.  More generally, it can trace any
ISO 7816 based smart card interface.

SIMtrace is part of the [Osmocom](https://osmocom.org/) Open Source
Mobile Communications project.

This repository contains a host program 'simtrace' as well as a patch
for wireshark (which is part of mainline wireshark since February 2012)

The corresponding device firmware source code can be found at
<http://git.osmocom.org/openpcd/>

## Homepage

The official homepage of the project is
<https://osmocom.org/projects/simtrace/wiki/>

GIT Repository
--------------

You can clone from the official simtrace.git repository using

	git clone git://git.osmocom.org/simtrace.git

There is a cgit interface at <http://git.osmocom.org/simtrace/>

## Documentation

There is a PDF user manual available from
<https://osmocom.org/attachments/download/2139/usermanual.pdf>

Mailing List
------------

Discussions related to simtrace are happening on the
simtrace@lists.osmocom.org mailing list, please see
<https://lists.osmocom.org/mailman/listinfo/simtrace> for subscription
options and the list archive.

Please observe the [Osmocom Mailing List
Rules](https://osmocom.org/projects/cellular-infrastructure/wiki/Mailing_List_Rules)
when posting.

Contributing
------------

Our coding standards are described at
<https://osmocom.org/projects/cellular-infrastructure/wiki/Coding_standards>

We us a e-mail based patch submission/review process on the
above-mentioned mailing list for contributions.