Standard network method
From: Bonj (a_at_b.com)
Date: 12/31/04
- Next message: Greg Schmidt: "Re: Fourier Transform in 1 and 2 dimensions"
- Previous message: Dave O'Hearn: "Re: sorting a std::list"
- Next in thread: Florian Quetting: "Re: Standard network method"
- Reply: Florian Quetting: "Re: Standard network method"
- Reply: Flash Gordon: "Re: Standard network method"
- Reply: Emmanuel Delahaye: "Re: Standard network method"
- Maybe reply: Kenny McCormack: "Re: Standard network method"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 31 Dec 2004 16:41:36 -0000
Hi
I'd like a way of communicating over a network that doesn't rely on
vendor-specific libraries, preferably that will work on both windows and
linux (the ideal solution would be one that compiles on windows and linux,
but the absolute ideal one would be one that also enables windows to
communicate *with* linux in realtime, but that's a pipe dream as yet...)
Nothing too fancy, the amounts of data won't be great. Just open a
connection on a specific port, send some data down it, close. And receive
from the other end.
i.e. is there a standard library function for it...? I'm thinking along the
lines of fopen(), fread(), ..... , is there an f_tcp() ?
Can be either in C or C++.
- Next message: Greg Schmidt: "Re: Fourier Transform in 1 and 2 dimensions"
- Previous message: Dave O'Hearn: "Re: sorting a std::list"
- Next in thread: Florian Quetting: "Re: Standard network method"
- Reply: Florian Quetting: "Re: Standard network method"
- Reply: Flash Gordon: "Re: Standard network method"
- Reply: Emmanuel Delahaye: "Re: Standard network method"
- Maybe reply: Kenny McCormack: "Re: Standard network method"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|