I was playing around with socket. It raised a connection error when I tried to connect a non-local client to a linux server. It timed out when I tried to connect a Linux client to a Windows server. I did succeed when I: connected a Linux client to a local server connected a Windows client to a local server and connected a Android client to a Windows server
The client program I was using was Alert_Sender and Alert_Sender_mobile. The server program I was using was Alert_Server. Alert_Recv is also a client, but I plan to always be on the same machine as the Alert_Server. Server and Client are modules I designed to greatly simplify the socket module (feel free to download for you own use.)
Alert_Server.py
Description: Binary data
Alert_Recv.py
Description: Binary data
Alert_Sender.py
Description: Binary data
Alert_Sender_Mobile.py
Description: Binary data
server.pyc
Description: Binary data
client.py
Description: Binary data
_______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor