[PyQt] how to make a simple client/server app using TCP to communicate ?

Philippe Crave philippe.crave at gmail.com
Sat Sep 4 17:44:29 BST 2010


an overview here:
http://doc.qt.nokia.com/4.6/network-programming.html
or here
http://www.riverbankcomputing.co.uk/static/Docs/PyQt4/html/qtnetwork.html

and in the source:
http://www.riverbankcomputing.co.uk/software/pyqt/download
you can find an /examples/network/ folder with some nice scripts.

hope it helps.


2010/9/4 Strato <pyqt at p0w.org>:
> Hi there,
>
> I am searching how I can build a simple client/server application, that use
> a TCP port to communicate.
>
> I've searched in the PyQt API but I wasn't able to see some kind of class
> that permits me to make my application to bind to a TCP port, waiting for
> incoming messages.
>
> My goal is only to send some simple, plain-text messages, no XML or HTTP or
> HTML or particular protocol is required for this to work.
>
> I've seen some methods that permits to send some stuff in HTTP but nothing
> that is to "receive" HTTP requests.
>
> I suppose I missed something, so can anybody points me in the right
> direction ?
>
> Thanks,
>
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
>


More information about the PyQt mailing list