diff options
Diffstat (limited to 'gsmdecode/INSTALL')
-rw-r--r-- | gsmdecode/INSTALL | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gsmdecode/INSTALL b/gsmdecode/INSTALL new file mode 100644 index 0000000..9a8b266 --- /dev/null +++ b/gsmdecode/INSTALL @@ -0,0 +1,11 @@ + + The GSM Scanner Project + 2007/04/27, http://www.thc.org/gsm + +GSMDECODE decodes layer1/layer2 messages. It either takes raw hex input +or xml input generated by gammu & nokia dct3 debug trace mobile. + +$ ./configure +$ make all +$ src/gsmdecode -x <example_sms2.xml + |