Click here to Skip to main content
15,890,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to make a simple messaging application where I can send messages from my computer at home to my computer at my parent's place. I have created simple chat applications for LAN before but I have no idea where to start with WAN communication. TCP Tunneling? Port Forwarding is locked on our router, we cannot enable it. How does online games do it? I have never had to configure port forwarding to play DOTA with my friends through WAN.

I looked into the package "sshtunnel", but I did not understand how to communicate between two computers in pure python, seems like you need to configure SSH tunnels through separate software. I have tried searching APIs online but found none. Thank you in advance!

What I have tried:

The package "sshtunnel", but I did not understand it.
Posted
Comments
The Other John Ingram 19-Apr-22 19:00pm    
what os linux or window are you using
Member 14769677 20-Apr-22 7:00am    
windows
The Other John Ingram 20-Apr-22 12:29pm    
try googling sshtunnel python example

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900