Hi,
I am trying to put together a UDP server with a wxPython GUI.
Here is a link to the code:
I have linked it as its pretty lengthy. I have successfully got the UDP server running on the thread but I can not figure out how to close the socket when the stopping the thread.
At the moment it will kick up a new thread each time you click start but I will be removing this. Is it possible to close the socket from running when the thread is stopped?
If I am doing this the complete wrong way any advice is appreciated.
Cheers
Eef