BrandonPotter / SimpleTCP

Straightforward .NET library to handle the repetitive tasks of spinning up and working with TCP sockets (client and server).
Apache License 2.0
361 stars 108 forks source link

TCPIP over the internet #36

Open Gizego opened 6 years ago

Gizego commented 6 years ago

Hello. I know that this is not a real issue but don´t know where should i message you. I want to use SimpleTCP for handling servers in my game. Does this api work over the internet? I know it works in local networks but does it work in two different networks without hamichi? Thanks in advance

harleyknd1 commented 6 years ago

Its simple tcp/ip so it'll work over the internet as long as you open the port in your router/modem and point it to the proper destination.

No client -> server solution can be truly be LAN only...

Gizego commented 6 years ago

Will Hamachi do the job?

harleyknd1 commented 6 years ago

It'll work without hamachi as long as you port forward it in your router/modem.

Gizego commented 6 years ago

how?

harleyknd1 commented 6 years ago

http://lmgtfy.com/?iie=1&q=how+to+port+forward

On 6 March 2018 at 22:05, Gizego notifications@github.com wrote:

how?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/BrandonPotter/SimpleTCP/issues/36#issuecomment-370927869, or mute the thread https://github.com/notifications/unsubscribe-auth/AC1dyX9YLk24ujSacplSso6cASFjzQyNks5tbvoRgaJpZM4SJqPI .

Gizego commented 6 years ago

thanks