Re: howto receive and *understand* via UDP




"Ender" <noreply@xxxxxxxxxxxx> wrote in message
news:2007112120412116807-noreply@xxxxxxxxxxxxxx
Hi,

I've been asked to write an app that connects to a program that I know
nothing about. The only information I have is that it's sending data to a
specific IP via UDP. The data is likely to be small, just some numbers.
I've seen how to connect() via UDP but ...

My questions is, how do I go about writing for something like this if I
know nothing about the data sizes and how the other app is sending them,
other than the above info? How do you parse such data?

Any help, suggestions, tips, etc... much appreciated.

Google ethereal. If will allow you to capture UDP data.From there you should
be able to see how the packet exchange is working. I did almost this exact
same thing to figure out how to talk to sign posts at a call center.


.



Relevant Pages

  • Re: howto receive and *understand* via UDP
    ... Ender said: ... I've been asked to write an app that connects to a program that I know ... The only information I have is that it's sending data to ... I've seen how to connectvia UDP but ... ...
    (comp.lang.c)
  • Re: howto receive and *understand* via UDP
    ... I've been asked to write an app that connects to a program that I know ... The only information I have is that it's sending data to ... I've seen how to connectvia UDP but ... ... raw binary octets if you have no idea what they are supposed to ...
    (comp.lang.c)
  • Re: how to get data accurately from UDP
    ... I've been asked to write an app that connects to a program that I know ... The only information I have is that it's sending data to ... I've seen how to connectvia UDP but ... ... Get a sniffer or other network monitor, ...
    (comp.programming)
  • Re: howto receive and *understand* via UDP
    ... I've been asked to write an app that connects to a program that I know ... The only information I have is that it's sending data to ... I've seen how to connectvia UDP but ... ... comp.programming might be a better place for general questions about ...
    (comp.lang.c)
  • Re: Some help interpreting log snipped please?
    ... >apps only, with fw set to block anything else -all protocols,even dns, ... >for each app). ... UDP Source address _can_ and usually IS faked. ... As I'm not stupid enough to be using windoze, ...
    (comp.security.firewalls)

Loading