搜索资源列表
c-wap
- wappush-c实现 注意,短信应当以二进制格式发送(SMPP和CMPP里,编码为0x04) 短信内容,WAP PUSH是使用1条或者多条短信来发的,如果内容超过了140个字节,就必须分多条发送,规则如下: 0B05040B8423F00003B3 02 01 B30601AE02056A0045C60C03 6865726F2E7478736D732E636F6D 0001 03746573747465737474657374746573747465737474657374
用sms发mms、WAP PUSH等资料
- 注意,短信应当以二进制格式发送(SMPP和CMPP里,编码为0x04) 短信内容,WAP PUSH是使用1条或者多条短信来发的,如果内容超过了140个字节,就必须分多条发送,规则如下: 0B05040B8423F00003B3 02 01 B30601AE02056A0045C60C03 6865726F2E7478736D732E636F6D 0001 0374657374746573747465737474657374746573747465737474657374746573
ProcessorMsgThread
- 介绍短信的处理程序,从接收到短信,分类找到相应的业务处理名称,然后发送HTTP到业务来进行短信的处理.-introduced SMS handling procedures, from receiving SMS, find corresponding classification processing business name, and then send HTTP to the business to deal with the messages.
SyncSettingBuilder
- 本文档讲解了OTA的概念,给出了如何发送“同步设置”的OTA短信的步骤,并附带Java编写的源代码(http://www.cnblogs.com/Files/zhengyun_ustc/SyncSettingBuilder.rar)。 规范中定义了三种Setting: 浏览器设置 浏览器的书签设置 SyncML设置 也就是说,你通过发送短信可以帮助用户手机设置SyncSettings,从而可以让手机与服务器同步信息(如电话本、日程和记事
jhttptunnel-0.0.4
- 可以在cmwap上用socket的代码,cmwap是只能用http协议的,但这个可以帮你实现socket来连接.-SMS can be used in the socket code, SMS is only used http protocol, but this can help you achieve socket to connect.
CommonLib
- 用java开发的一些实用的短信通信模块其中包含MD5加密、http发送等信息-java with some of the practical development of SMS communication module which includes MD5, Send information http
ISMP
- 中国电信ISMP管理平台SMS订购关系同步接口,基于HTTP/SOAP协议,实现数据的解析和响应
ismp.rar
- 中国电信ISMP管理平台SMS订购关系同步接口,基于HTTP/SOAP协议,实现数据的解析和响应 ,China Telecom SMS ordering ISMP relationship management platform synchronization interface, based on HTTP/SOAP protocol, data analysis and response
SMSender2
- 此软件支持从SDcard读入txt格式的短信文件,支持多种将文件分割成短信的方式,完美支持*功能(系统*,会给*的对象建立一个单独的Thread,这里会将短信独立发给群里的人),支持编辑最爱、选择最爱、一键发送最爱。截图信息查看http://www.hiapk.com/bbs/thread-867858-1-1.html-This software supports reading from SDcard txt format text files, support a varie
sms
- 手机短信息传情(直接发送到手机) 内含5000条各类短信息 演示:http://www.96966.net.cn 下载:http://www.96966.net.cn/sms.rar 前几年的赚钱利器,程序是2005年问世的。简单易用。 当时还没有什么彩信,硬是靠着短信息发送量赚的网站费用。 对于大流量的网站这个小程序可以起到很大的网站作用。 后台admin/admin.asp 用名admin 密码admin 当年彩秀流行用了彩秀的发送接口。 zyzstx
742087itapi
- tapi实例,主要是在brew手机发送信息,可辨析包含http地址的短信内容-tapi instances, mainly in the brew cell phone to send information, analysis contains http address SMS content
SMS_Http
- 对http协议的简单应用,可以做http协议开发的参考.-http program
sms
- sms sending http s ms sending http sms sending http -sms sending http sms sending http sms sending http sms sending http
Smpp-and-Htpp
- Send SMS over SMPP and HTTP. You can read it and develope a SMS Gateway by yourself
SMSViaGateway
- 利用网通的网关平台收(群)发手机短信,*手机短信。主要技术:POST HTTP 请求,MD5加密算法,XML文档解析,手机短信发送、接收,*等。源代码已经封装好,并提供详细的测试代码,该程序也可以直接当作手机短信收发的小工具。-Netcom' s gateway platform to use income (group), made a cell phone text messaging, mass text messaging. Main: POST HTTP request,
send-sms-java-http
- send sms in a java project
SMS_Sender
- This code sends messages of 160 Characters to SMS Compatable mobile phones. Apparently it supports over 175 countries, however I cant vouch for this as I only tested on british numbers, the program needs you to have a vaild SMSX username and password
FetionService
- 用中国移动的飞信接口(http://sms.api.bz),近来春近,冷暖交替不知,写了这么个程序,提睡自己早上上班穿衣多少,程序非常简单,仅三个函数,若有朋友与我一般有此需要,可将其中获取上海天气的函数修改成获取你本地天气就可。-Fetion with China Mobile Interface (http://sms.api.bz), the recent past spring, alternate cold and heat do not know, write such a proc
NetQin-Secure-SMS-v1.6-S60v3-J2ME
- The encryption classes come from bouncycastle.org (Thanks for the great work). "Safe" is licensed under gpl. For more information just visit http://www.javawi.de.
SMS System
- 一个SP的短信系统,包括CMPP3的协议在内。 .程序框架上采用了全插件式扩展,扩展方面除了可以用Remote来扩展还可以用程序提供的接口进行扩展.所使用到的技术有,Remote(在Internet的任一台计算机都可以控制和发送短信),程序域(每个短信业务为一个程序域,就算任一个出了问题也不会影响其它的业务运行,并可以随时动态加载来卸载),连接池,线程池,反射. 采用全插件式管理,业务系统也是它其中一个插件,完成时外带一个Provision的Http服务器插件,可随意外加插件.而业