-
SMPP-Gateway-System
1. SMPP网关概述(联系dotphoenix@qq.com获取更多信息)
1.1 包含一个标准的SMPP Server(SMPP模拟器),一个SMPP Client 和 SDK
1.2 支持标准的SMPP V3.4,支持如下功能:多种bind模式,unbind,submit_sm,delivery_sm,enquire_link,generic_ack
1.3 SMPP Server可运行于LinuxWindowsOSXEmbeded Linux
1.4 SMPP Client可运行于WindowsLinuxOSXAndroidiOSEmbeded Linux
1.5 SDK支持WindowsLinuxOSXAndroidiOSEmbeded Linux,可被JavaC#C++MFCPHP等调用,并提供基于json的HTTP API
1.6 支持MYSQL和SQLITE数据库
1.7 支持自定义计费,支持自定义业务系统
1.8 支持大吞吐量(使用数据库可支持500/秒,不使用数据库可支持8000条/秒)
1.9 兼容性良好,可以和几乎所有主流和非主流的网关及客户端正常工作( SMPP Gateway System(Contact dotphoenix@qq.com to get more information)
1 Including a standard SMPP Server(SMPP Simulator),a SMPP Client and SDK
2 Implement SMPP V3.4,Support PDUs including:3 bind modes,unbind,submit_sm,delivery_sm,enquire_link,generic_ack
3 SMPP Server supported platforms: LinuxWindowsOSXEmbeded Linux
4 SMPP Client supported platforms: WindowsLinuxOSXAndroidiOSEmbeded Linux
5 SDK supported platforms: WindowsLinuxOSXAndroidiOSEmbeded Linux,supported languages: JavaC#C++MFCPHP,and also including HTTP API based on JSON.
6 Suppored s: MYSQLSQLITE
7 Support customizing billing system and business system
8 Small delay, good reliability and large throughput (500 PDUs/s if need ,8000 PDUs/s if no need )
9 Good compatibility, can co-work with nearly all the mainstream and non-mainstream gateways/servers/clients
)
- 2016-01-18 12:37:14下载
- 积分:1
-
MyGatt
BLE开发所需要的知识,通过官方demo,我们会发现很多service,点击service后,每个service下面是Characteristic,每个service和Characteristic都对应一个唯一的UUID。所以,在做BLE时候,首先你应该找出你的蓝牙外围设备uuid,不然会很头疼,这个UUID也可能是硬件给你的,也可以你自己试出来,当然自己试出来是个很烦的过程。自己试的方法就是根据demo,加上一份读写的协议,然后,排着点击,显示出来的蓝牙列表进行测试,看是否和协议对应。另外,BluetoothLeService类不用做太多的更改。(BLE develops the knowledge we need. Through official demo, we will find many service. After clicking service, every service is Characteristic, each service and Characteristic correspond to a unique UUID. So, when making BLE, first you should find out your Bluetooth peripheral device UUID, otherwise it will be very headache. This UUID may also be hardware for you, or you can try it out yourself, of course, trying out it yourself is a very boring process. The way to do it is to add a read and write protocol based on demo,then test the Bluetooth list displayed by clicking on it to see if it corresponds to the protocol. In addition, the BluetoothLeService class does not have to make too many changes.)
- 2018-02-07 11:55:52下载
- 积分:1
-
简易版贪吃蛇
基于eclipse开发的一款简易的贪吃蛇游戏。
- 2022-02-03 05:54:04下载
- 积分:1
-
android蓝牙通信例程
一个很好的android蓝牙通信例程,可以接收和发送信息。在此基础上,可以轻易扩展出利用蓝牙通信控制的APP,比如和arduino互动。
- 2022-08-11 16:37:26下载
- 积分:1
-
android
基于java基础的安卓部分的学习和代码,全部在压缩文件内(english version)
- 2013-09-11 21:13:27下载
- 积分:1
-
一款迷你计时器
小小的计时,源码开放,代码易懂,不仅让你的能够随时随地计时,还能够给你的开发带来帮助,占用cpu空间小,
- 2022-06-29 01:35:57下载
- 积分:1
-
安卓蓝牙连接
这是一款基于蓝牙连接的安卓程序,可以让新手迅速上手安卓蓝牙的开发。通过导入到Eclipse中可以快速的查看到陌生类和方法的API,从而可以快速了解到安卓拉亚的连接,通过socket发送和接受信息。
- 2023-04-30 06:40:04下载
- 积分:1
-
Android 支持断点续传功能的下载demo源码
Android 支持断点续传功能的下载demo源码,并结合了数据库来实现,在download.db数据库下创建一个download_info表存储下载信息,利用Http协议进行多线程下载,从头开始的全文下载;1,从某字节开始的下载(bytes=27000-);2,从某字节开始到某字节结束的下载(bytes=27000-39000),针对 bytes=27000-39000 的请求,从27000开始写数据,客户端请求的是270000之后的字节(包括bytes下标索引为270000的字节),如果设设置了Content-Length,则客户端会自动进行多线程下载。如果不希望支持多线程,则不要设置这个参数。
// Content-Length: [文件的总大小] - [客户端请求的下载的文件块的开始字节]
断点开始
// 响应的格式是:
// Content-Range: bytes [文件块的开始字节]-[文件的总大小 - 1]/[文件的总大小]
- 2022-10-23 04:30:03下载
- 积分:1
-
简单的本地记账软件
简单的本地记账软件,可以实现账单的增删,记录详细,每天账单有时间分类
- 2022-03-02 09:56:26下载
- 积分:1
-
android 视频录制 实例源码
android 视频录制 实例源码
- 2014-12-15下载
- 积分:1