This commit was manufactured by cvs2svn to create branch 'uc'.
[gnokii.git] / Docs / developers / other / sniffs / sniffing.txt
1
2 All this software was created from observating other programs - what they
3 send to/from phone. There two methods to dump transmission:
4
5 1.hardware
6
7   You have to connect RxD (or TxD) and GND pin from the COM port, you use with
8   phone, to the second COM port. Then you run soft, which will show, what is
9   received by second port (now in win32 with enabled debug it can be
10   "gnokii --sniff port")
11   
12   TIP: if you want to sniff MBUS, connect RxD (everything, what goes from
13   TxD is repeated on RxD)
14   
15 2.software
16
17   You run emulator of OS, where program work. Then using emulator functions
18   see, what is send (emulator is between phone and program, isn't it ?).
19   
20 When you have transmission, try to find some identical sequences. If you will
21 have them, try to find each frame format...