Results 1 to 2 of 2

Thread: [PyQt4] SSL server and client example

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2009
    Posts
    1
    Qt products
    Platforms
    Unix/X11 Windows

    Question [PyQt4] SSL server and client example

    I am having troubles figuring out how to setup an ssl client/server connection in PyQt4. I don't know enough about python nor PyQt4 to be able to 'convert' the Qt4 C++ code into Python.

    I'm making a multi-user console application with the server side on Ubuntu 9.04 and a client GUI on Windows XP, Vista, and 7. I want a ssl server that can accept multiple connections and do multiple things. So multi-threaded? I also want a client that can connect to and send/receive data that can be directed to the respective functions on the server side.

    Any examples would be greatly appreciated.
    Last edited by JoelG90; 23rd May 2009 at 21:21. Reason: updated contents

Similar Threads

  1. Replies: 0
    Last Post: 22nd February 2009, 13:15
  2. Very strange socket programming problem
    By montylee in forum Qt Programming
    Replies: 5
    Last Post: 11th November 2008, 12:05
  3. Sending string from QT client to Java server
    By seanmu13 in forum Qt Programming
    Replies: 10
    Last Post: 3rd July 2007, 12:52
  4. Sending string from QT client to Java server
    By seanmu13 in forum Newbie
    Replies: 3
    Last Post: 3rd July 2007, 12:20
  5. synching client readings to server output
    By OnionRingOfDoom in forum Qt Programming
    Replies: 14
    Last Post: 28th January 2006, 18:15

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.