I am trying to make a simple chat client application for a school assignment.
However the packets are being blocked by the router. I was suggested using UPNP to forward ports but the thing is that my i don't think i would be able allowed to use such a program due to security issues.
Are there any alternatives to UPNP for port forwarding one those can be used in a school setting, if i use UDP instead of TCP will i still need to forward port.
In the end i just want to achieve a simple transmission of messages over internet.
ADD: and i forgot to mention that i as a constraint for the project i cannot use anything non-microsoft.