Python Forum
Socket out of LAN - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Networking (https://python-forum.io/forum-12.html)
+--- Thread: Socket out of LAN (/thread-31754.html)



Socket out of LAN - Mathisdlg - Jan-01-2021

Hello world,
I want to do a software of communication with socket but I want to communicate out of my LAN but I don't know how I can do it Wall .
If you can help me I would like to thank you.


RE: Socket out of LAN - Larz60+ - Jan-02-2021

You should be able to find a package that will do at least a good part of what you need within this list: https://pypi.org/search/?q=socket

You will have to read what each does, and try your selections.