elibom / mokai

Messaging Gateway
20 stars 15 forks source link

Create an SMPP Server Connector #23

Closed germanescobar closed 12 years ago

germanescobar commented 12 years ago

The SMPP Server should accept client connections, receive and send messages.

maaouia commented 12 years ago

i can help on this point

germanescobar commented 12 years ago

Thanks for your interest in helping. Basically, we need a first version of a connector that allows SMPP clients to send messages through the gateway (that would be the first step). Please take a look at http://code.google.com/p/mokai/wiki/ExtendingMokai for instructions on how to create the connector project.

Also, take a look at https://github.com/germanescobar/smpp-server, a simple SMPP Server that I wrote. I was thinking of using that project as the base of the connector. However, if you have a different approach, go ahead.

Please, don't hesitate to contact me at german.escobarc@gmail.com if you have any questions or need help with something.

germanescobar commented 12 years ago

I have uploaded a first rough version of the connector. It still has room for improvement.