summaryrefslogtreecommitdiff
path: root/README.md
blob: 130d9e0c37db20462080562a554506332b04d0e1 (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
57
58
OpenPCD, OpenPICC and SIMtrace device firmware
==============================================

This repository contains the C-language firmware of a couple of
different USB devices that share nothing in common but the fact that
they contain and Atmel AT91SAM7S microcontroller and that Harald Welte
was involved in their development.

The OpenPCD 1.x and OpenPICC 1.x devices are pretty much obsolete these
days, so SAM7S based SIMtrace 1.x is the only relevant platform these
days.

[Osmocom](https://osmocom.org/)
[SIMtrace](https://osmocom.org/projects/simtrace) is a USB-attached
peripheral device that is primarily used to sniff the traffic between a
SIM/USIM card and a Phone or cellular modem.

Homepage
--------

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

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

You can clone from the official openpcd.git repository using

	git clone git://git.osmocom.org/openpcd.git

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

Documentation
-------------

Ther homepage (see above) contains a wiki with information as well as
the SIMtrace user manual.

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 use accept code/patch submissions via e-mail to the above-mentioned
mailing list.
personal git repositories of Harald Welte. Your mileage may vary