"The first set of classes (QSocket, QServerSocket, QDns, QFtp, etc.)
is not included in Qt but will be released as a seperate extension
after the Qt 2.1 release."
Is this extension available? What is it called? Do I need it to
implement a new tcp and udp protocols?
I need to be able to send and receive UDP datagrams. It would be
_extremely_ useful to do this within the Qt framework so that my
application can be ported to Windows. It also looks like the
signaling system used by Qt will allow me to avoid multi-threading.
Is this realistic, or should I still use background threads? If I can
avoid threads, I would like to.
Does anyone have any good pointers for using Qt for network
programming? The specific protocols I want to implement are H.323 and
H.324. This involves a TCP connection plus UDP datagrams. I've done
UDP in Java, now I would like to do it in C++ with Qt.
Thanks.
--
David Steuber | Hi! My name is David Steuber, and I am
NRA Member | a hoploholic.
Anyone who goes to a psychiatrist ought to have his head examined.
-- Samuel Goldwyn
--
David Steuber | Hi! My name is David Steuber, and I am
NRA Member | a hoploholic.
"Virtual" means never knowing where your next byte is coming from.