2005年07月04日 星期一 11:47
那能够通过popo的网关么? ----- Original Message ----- From: Qutr<qutianrang at gmail.com> To: python-chinese<python-chinese at lists.python.cn> Sent: 2005-07-04 09:58:09 Subject: Re: RE:RE: [python-chinese] CMPP开发问题 zhangcl,你好 呵呵!应该没有,发短信是要经过移动、连通、小灵通的网关的。每发一条短信是要收钱的。 网关开放了移动怎么收钱? Qutr , qutianrang at gmail.com 2005-7-4 ----- 收到以下来信内容 ----- 发件人: zhangcl 收件人: python-chinese 时 间: 2005-07-04, 09:37:58 主 题: RE:RE: [python-chinese] CMPP开发问题 好奇的问,有开放的短信网关可以让我们用程序来发短信么? ----- Original Message ----- From: 倪正刚<ni at twinisa.com> To: kuoxin at tjub.com.cn, python-chinese at lists.python.cn Sent: 2005-07-04 07:25:50 Subject: RE: [python-chinese] CMPP开发问题 谢谢你的回应,能否帮助我解决几个困惑。(我是新人来的) 1、我通过socket连接到短信网关模拟器,sim 1.3。当我刚刚完成socket连接后,我发 现我无法发送任何命令? 2、即便如此,从短信网关模拟器来的下发短信,我却可以接收到。 3、能否赐教一些例程供学习? 我的socket连接程序: host = '172.18.2.125' port = 7890 spsocket = socket.socket(socket.AF_INET,socket.SOCK_STREAM) spsocket.connect((host,port)) while 1: data = spsocket.recv(512) data = data[2:] smbody = data[string.find(data,'Q')+1:] nums = data[:string.find(data,'Q')] requesternum = nums[string.find(nums,'1234567890')+10:] print '%s_%s' % (requesternum,smbody) spsocket.close() 收到的下行短信看起来是这样的: ? 88880123456789013302324343Q短信主体 请指教 -----Original Message----- From: kuoxin at tjub.com.cn [mailto:kuoxin at tjub.com.cn] Sent: 2005年7月4日 18:51 To: ni at twinisa.com; python-chinese at lists.python.cn Subject: Re: [python-chinese] CMPP开发问题 倪正刚 wrote: >请问有人用python做过短信SP的程序吗? >如何获得合适Python使用的API呢? > >根据CMPP3.0协议手册,里面似乎用的都是现成的API, >如果用Python写的话,是不是要自己写底层的API,有没有 >现成的可用呢? > >新人报道,请各位不吝赐教。 > >_______________________________________________ >python-chinese list >python-chinese at lists.python.cn >http://python.cn/mailman/listinfo/python-chinese > > > 我们用过python开发短信平台 _______________________________________________ python-chinese list python-chinese at lists.python.cn http://python.cn/mailman/listinfo/python-chinese _______________________________________________ python-chinese list python-chinese at lists.python.cn http://python.cn/mailman/listinfo/python-chinese _______________________________________________ python-chinese list python-chinese at lists.python.cn http://python.cn/mailman/listinfo/python-chinese
Zeuux © 2025
京ICP备05028076号