X-Git-Url: https://git.jankratochvil.net/?a=blobdiff_plain;f=Docs%2Fdevelopers%2Fother%2Fsniffs%2Fsniffing.txt;fp=Docs%2Fdevelopers%2Fother%2Fsniffs%2Fsniffing.txt;h=e109bdba77a0f7e0bd18154d2744cbc3f885c0e7;hb=5d49fe8eea4e11457b4f9904eb0d5db435679841;hp=0000000000000000000000000000000000000000;hpb=a51604573a1dfaaad4304ffbf918e91617acf468;p=gnokii.git diff --git a/Docs/developers/other/sniffs/sniffing.txt b/Docs/developers/other/sniffs/sniffing.txt new file mode 100644 index 0000000..e109bdb --- /dev/null +++ b/Docs/developers/other/sniffs/sniffing.txt @@ -0,0 +1,21 @@ + +All this software was created from observating other programs - what they +send to/from phone. There two methods to dump transmission: + +1.hardware + + You have to connect RxD (or TxD) and GND pin from the COM port, you use with + phone, to the second COM port. Then you run soft, which will show, what is + received by second port (now in win32 with enabled debug it can be + "gnokii --sniff port") + + TIP: if you want to sniff MBUS, connect RxD (everything, what goes from + TxD is repeated on RxD) + +2.software + + You run emulator of OS, where program work. Then using emulator functions + see, what is send (emulator is between phone and program, isn't it ?). + +When you have transmission, try to find some identical sequences. If you will +have them, try to find each frame format... \ No newline at end of file