pysmpp-devel Mailing List for pySMPP
Status: Alpha
Brought to you by:
gdamjan
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
---|
From: Christian S. <c_s...@ho...> - 2004-09-07 11:42:16
|
Hello, I have been taking a quick look at pySMPP and it seems like it will suite my needs. There are a few things that probably will have to change and I wonder if maybe someone have any comments or ideas about it. * First of all I will need two "optional" parameters as described in SMPP specifucation 3.4. As I see it it must be be quite simple to add these to the body of the sms pdu in the code. * What could be a bit harder is that I probably will have to use asyncronous communication because the response in this case can take a few seconds. I guess I might need to use the "select" statement to be able to verify if there is anything to read/write on the socket. I am more used to program threaded syncronous communication and never really used the select statement but I hope it is not too difficult. Does anyone have any good ideas how to implement asyncronous communication where many messages could be sent on the same channel? * My server will only trigger the sending of SMS and will not receive any SMS. So if I understand the specification correctly I will not have any need to support the "deliver_sm" pdu (only the "submit_sm" pdu). I think I will only work in "transmitter" mode. Am I right? Any comments to my questions and thoughts are appreciated! Best Regards C Sandborg |
From: Rene D. <re...@gm...> - 2004-07-06 06:06:40
|
Hello, I got demo1.py working to send ok :) Seems the demo2.py in cvs does not work. It does not listen on any ports. I guess it is made for connecting to a server and then recieving messages. |
From: Rene D. <re...@gm...> - 2004-07-06 04:39:25
|
Hello, just wondering if there is anyone using pySMPP? |