-
Notifications
You must be signed in to change notification settings - Fork 7
/
README
34 lines (26 loc) · 1006 Bytes
/
README
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
simparser.pl is a tool that can decode SIM traffic created by the HTerm
application. Once HTerm has received some traffic, press the arrow button
next to "Save output", and set the storage format to "Hex". Enable the
Timestamps tick box. Now, save the .log file to the same directory as
simparser.pl.
Then, open the file in a text editor and add a header with no empty lines,
ending in a single empty line. (If you don't want to add a header, prepend the
actual data with a single empty line.) For example, the top of the file may now
look like this:
Date: 13 december 2011
With: RebelSIM, HTerm
ME: Nokia 3310 (1)
Baud rate: 8431
17:13:02.197:
00FF
17:13:02.197:
00
[..]
Then, run:
simparser.pl <filename>
For example:
simparser.pl output_2011-12-13_17-15-06.log
The simparser will first write your header to standard out, followed by a
parsing of the protocol.
Written by Sjors Gielen <[email protected]> in 2011-2012 for the "SIM
Toolkit In Practice" bachelor thesis.