tags:

views:

301

answers:

1

I want to write a simple SMPP Server that basically forwards traffic to another SMPP server (C#, PHP). What are the things I need to know? How do I proceed?

A: 

With regards to Goran's comment, one possible solution would be a simple tcp proxy such as simpleproxy.

From the Ubuntu package description:

simpleproxy acts as a simple TCP proxy. It opens a listening socket on the local machine and forwards any connection to a remote host. It can be run as a daemon or through inetd.

wds