OpenPCD (and also SIMtrace 1) firmware
Go to file
Denis 'GNUtoo' Carikli dc2983d907 firmware: Makefiles: enable changing toolchain
Without that the user was expected to either patch
the Makefiles or to get a toolchain with the arm-elf-
prefix.

Change-Id: I0c362cde7afd6de025e8fe2c1e9abe3d3a1e04a6
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2017-10-05 09:27:29 +08:00
doc add some bits and pieces of documentation 2006-10-16 16:37:59 +00:00
firmware firmware: Makefiles: enable changing toolchain 2017-10-05 09:27:29 +08:00
hardware add hardvare version 0.4 data 2006-10-04 14:39:14 +00:00
host ausb: fix interrupt URB callback 2010-11-18 23:08:29 +01:00
openpcd move to new directory 2006-09-12 17:37:00 +00:00
openpicc Make the diffmiller decoder a __ramfunc. Should severely increase decoder speed (needs testing), but takes up 4k of RAM 2008-05-22 04:52:19 +00:00
README.md add README.md 2017-03-17 22:20:06 +01:00

README.md

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 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 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.