Over the holidays I started working on a project where I wanted to use Qt's SSL Sockets for a client-server system.Looking around, I didn't find an example of using them on the *server* side, and the Qt Documentation just provides *client* side examples.So, I pulled some parts out of my project and setup an example - you can find it here: https://github.com/BenjamenMeyer/ExampleQtSSL
I posted this on G+ after pushing it up; however, I figured others here might be interested in this example as well. Presently the example is a simple 3 part project consisting of (i) client, (ii) server, and (iii) common static library between the two.The client and server both operate as GUI programs with a simple text display to show what is going on, as well as a basic file log for more extensive diagnostics. PR's welcome if anyone wants to help make it even better. I'll probably make a daemonized version of the service at some point. Ben
_______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest