I am trying to have a simple client and server application that will communicate over SMPP(TCP/IP) protocol.
I was successful when both the client and server were run on my local, but when I tried to push the client to Pivotal Cloud Foundry, it could not connect anymore to the server running on my local
Does Pivotal have restrictions in terms of communication between an app on PCF to external applications?
Thanks in advance :)