Hello,
I am developing a TCP/IP client and server application to communicate via the internet but I am having disconnection issues. I have tested on the LAN and the application works fine without any disconnection but the disconnection issues happens when I use it remotely. The server is an embedded platform using PIC24F and the client is a simple TCP/IP client from codeproject. I am using port 3002 and have setup my router to port forward to the IP address of the embedded platform. I have ping it from the client PC and that seems fine. I have also check if the port is open by using www.canyouseeme.org.
Any ideas?
Paul