Search:

Type: Posts; User: robot-ic

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,211

    That's a good idea. Would I be able to specify a...

    That's a good idea. Would I be able to specify a size rather than character length with the recv() function?
  2. Replies
    2
    Views
    1,211

    Delimiting messages

    I've been working on a program that sends periodically sends several values at once to another computer, and I've been working on a way for the receiving computer to parse the received data because...
  3. Formatting/interpreting large amounts of data

    First off, I wanna say thanks for the help I've already gotten from you guys.

    With my client/server setup, every 5 milliseconds my client program takes three different double values and sends them...
  4. But my understanding was that when you you go...

    But my understanding was that when you you go into the non-blocking mode and poll for data when there is none, you get an error.
  5. Thanks MK27. I don't really understand the...

    Thanks MK27. I don't really understand the advantage of setting the socket to nonblocking though, could you expand on that?

    Also, do you have any suggestions for what I'd check for with printf...
  6. Hmm, that might be it, I would hope not though....

    Hmm, that might be it, I would hope not though. I'm not the one who was responsible for programming the module that deals with generating the data, just the part that dealt with transferring it to...
  7. From using wireshark, I see that I have a...

    From using wireshark, I see that I have a zerowindow problem. Any chance somebody knows where I can find a solution to that? So far I'm coming up empty.
  8. Thanks, wireshark looks like it could be of some...

    Thanks, wireshark looks like it could be of some help.
  9. Client/server problem; server either stops receiving data or client stops sending

    I have a client program running on Unix which creates a socket and connects to a server program running on a Windows machine, then starts performing operations which produce constantly changing...
  10. Replies
    8
    Views
    3,657

    Unless I'm misunderstanding what you're trying to...

    Unless I'm misunderstanding what you're trying to do, all you have to do to have the sever send data back to the client is use the send function, just like you're doing on the client side.
  11. First, thanks for replying. Do you mean using...

    First, thanks for replying.

    Do you mean using the program that gets the original input on two computers? If so, that unfortunately isn't an option based on what we're trying to accomplish.

    I...
  12. Client-server system with input from separate program

    Hi, this is my first time posting here.

    I'm working together with a couple of other people on a project where one program takes input from an external device, and from there the values that...
Results 1 to 12 of 12