SMPP implementation in python

2006-01-17 Thread Alvin A. Delagon
Greetings!

Does anyone know a good reference on how to implement SMPP in python. I 
can't find any besides NET::SMPP in perl and I don't want to get my 
hands for that. Thanks in advance!
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: SMPP implementation in python

2006-01-17 Thread Todd Whiteman
SMPP, are you referring to the Short Message Peer to Peer protocol?

If so, I implemented this in python some 4 years ago for SMPP v3.4, I 
have the source code, which I might release LGPL if interested.

Cheers,
Todd

Alvin A. Delagon wrote:
 Greetings!

 Does anyone know a good reference on how to implement SMPP in python. I 
 can't find any besides NET::SMPP in perl and I don't want to get my 
 hands for that. Thanks in advance!
   

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: SMPP implementation in python

2006-01-17 Thread Damjan
You can see some code here http://pysmpp.sourceforge.net/ but it's not
complete... it need much more work.

-- 
http://mail.python.org/mailman/listinfo/python-list