Click here to Skip to main content
15,918,889 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: IP Packet Filtering Pin
SatyaDY9-Sep-03 22:15
SatyaDY9-Sep-03 22:15 
GeneralRe: IP Packet Filtering Pin
geo_m9-Sep-03 22:25
geo_m9-Sep-03 22:25 
GeneralRe: IP Packet Filtering Pin
SatyaDY12-Sep-03 2:02
SatyaDY12-Sep-03 2:02 
GeneralRe: IP Packet Filtering Pin
geo_m12-Sep-03 2:13
geo_m12-Sep-03 2:13 
GeneralRe: IP Packet Filtering Pin
SatyaDY12-Sep-03 18:54
SatyaDY12-Sep-03 18:54 
GeneralRe: IP Packet Filtering Pin
geo_m12-Sep-03 22:06
geo_m12-Sep-03 22:06 
GeneralRe: IP Packet Filtering Pin
SatyaDY13-Sep-03 0:15
SatyaDY13-Sep-03 0:15 
GeneralRe: IP Packet Filtering Pin
geo_m13-Sep-03 0:48
geo_m13-Sep-03 0:48 
NDA = Non Disclosure Agreement - something in general saying that if they tell you something, you're not allowed to tell it someone else, except written permisson...

OK, let's rock it!

To make things easy I would try to send the first 368 byte packet and see what's on. If the camera makes what it should, we're on the safe side, else it means that the protocol between needs deeper analysis.


What I do usually is to try to send the same command under exactly the same conditions and then analysing the content of the data flow if there are some changes. If the nature of protocol alows it, I'm usually focusing on one command and continue with another commands in a moment, when the first one works.

During that I usually makes a notes regarding what byte/string on which position mean - or what I think it can mean. This includes command bytes, parameters, checksums, sequence numbers, timestamps and other parts usually used in protocols. For that you need to catch the same command (move left for example) several times under the same conditions (camera position etc) that you can compare the content of the packet - what changes and when.

This makes a some homemade protocol description, that I can use later for constructing my own packets or whole communication.



GeneralRe: IP Packet Filtering Pin
SatyaDY13-Sep-03 1:05
SatyaDY13-Sep-03 1:05 
Questionhow does one zero-pad fprintf output? Pin
elchip8-Sep-03 18:32
elchip8-Sep-03 18:32 
AnswerRe: how does one zero-pad fprintf output? Pin
Michael Dunn8-Sep-03 18:35
sitebuilderMichael Dunn8-Sep-03 18:35 
GeneralRe: how does one zero-pad fprintf output? Pin
elchip8-Sep-03 18:39
elchip8-Sep-03 18:39 
QuestionHow can I check whether the folder is exist or not? Pin
nachilau8-Sep-03 17:30
nachilau8-Sep-03 17:30 
AnswerRe: How can I check whether the folder is exist or not? Pin
csk8-Sep-03 18:29
csk8-Sep-03 18:29 
AnswerRe: How can I check whether the folder is exist or not? Pin
Hydralisk8-Sep-03 19:56
Hydralisk8-Sep-03 19:56 
AnswerRe: How can I check whether the folder is exist or not? Pin
David Crow9-Sep-03 2:31
David Crow9-Sep-03 2:31 
Questionanybody can tell me? Pin
china_nn8-Sep-03 17:27
china_nn8-Sep-03 17:27 
AnswerRe: anybody can tell me? Pin
David Crow9-Sep-03 2:35
David Crow9-Sep-03 2:35 
Questionhow to synchronize the input of two windows Pin
gucy8-Sep-03 16:32
gucy8-Sep-03 16:32 
AnswerRe: how to synchronize the input of two windows Pin
Fahr8-Sep-03 21:57
Fahr8-Sep-03 21:57 
Questionhow to synchronize the input of two windows Pin
gucy8-Sep-03 16:31
gucy8-Sep-03 16:31 
QuestionHow does Hare defrag the Memory? Pin
EastDragon8-Sep-03 15:05
EastDragon8-Sep-03 15:05 
AnswerRe: How does Hare defrag the Memory? Pin
Claudius Mokler9-Sep-03 1:50
Claudius Mokler9-Sep-03 1:50 
GeneralRe: How does Hare defrag the Memory? Pin
EastDragon9-Sep-03 15:04
EastDragon9-Sep-03 15:04 
GeneralRe: How does Hare defrag the Memory? Pin
geo_m9-Sep-03 21:51
geo_m9-Sep-03 21:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.