Hello Everybody,

I want to ask expert advice on Qt and communication issue;

Assume that we have 4 computers; A, B, C, and D.
- Computers A and B are running Windows XP and thet are connected to the same wireless LAN router which also provide internet access to these computers.
- Computer C is on the other site of the city and can access to internet and it is running Mac OS.
- Computer D is running Linux and it is connected to computer A via RS232 serial port.

What I want to do is to have bidirectional (simultaneously send and receive) continuous data streams (variable data rate, around 80 K bytes/sec) between all these computers. That is all computers should be able to send and receive data from each other.

The application program which handles the communication should be independent of the actual physical layer (ethernet, or RS232) i.e. for the simplicity, the same send and receive functions prototype should be used.

Can some one advise me how to realize this in Qt?

Thx

Albert Goodwill