Re: [PyQt] QUdpSocket.joinMulticastGroup

2011-12-22 Thread Phil Thompson
On Thu, 22 Dec 2011 22:09:02 +0100, David Kaufman wrote: > Hi there, > > I'm currently developing a chat program where I'm sending Multicast > Messages. In order to do this, I beleive I have to join a multicast > group. > The Qt docs state clearly that there is such a function: > http://developer

[PyQt] QUdpSocket.joinMulticastGroup

2011-12-22 Thread David Kaufman
Hi there, I'm currently developing a chat program where I'm sending Multicast Messages. In order to do this, I beleive I have to join a multicast group. The Qt docs state clearly that there is such a function: http://developer.qt.nokia.com/doc/qt-4.8/qudpsocket.html The relevant code snippet: (fu