I am using the iMac to develop code that will eventually run on the Yun. I will change the syntax of my Python v3 code to run under v2.7 on the Yun when fully developed.
The problem that I cannot solve is how to get past the line
dataFromClient, address = server_socket.recvfrom(256)
in my Python code when no UDP message has been sent.
If you can help with that I will be very grateful. In the meantime I will see if I can get Python v2.7 to run on my iMac.
Edit: Python v2.7 running on iMac now so the code I develop should transfer straight across to the Yun
