-
DSC(Data Service Center)是用于接收DTU数据和向DTU发送数据的服务软件,和DTU之间通讯使用开发包动态库gprs_dll.dll,该文...
DSC(Data Service Center)是用于接收DTU数据和向DTU发送数据的服务软件,和DTU之间通讯使用开发包动态库gprs_dll.dll,该文件包括和DTU通讯所需要的全部API函数,包括服务的启动、数据发送、数据接收、关闭服务等,DSC实际上是架构在gprs_dll.dll所提供的功能之上的数据处理软件,其所需要完成的功能如下:
1、 调用API启动服务和停止服务;
2、 调用API接收数据和向DTU发送数据,并且对数据作进一步处理;
3、 调用API轮询DTU用户列表,如果需要可作进一步处理,包括用户认证等;
4、 调用API对DTU进行远程配置
-DSC (Data Service Center) is used to receive data and to the DTU DT U send data services software, and communications between the DTU use development kits gprs_dll.dll DLL, the documents include communications and DTU need all API function, including the launch, data sending, receiving data, the closure of services, DSC is actually in gprs_dll.dll framework provided by the above functions of data processing software, they need to complete the following functions : 1, API calls to stop and restart services; 2. API call and receive data to the DTU send data, as well as data for further processing; 3. Call API Polling DTU user list, if necessary, for further processing, including user authentica
- 2022-02-28 19:33:44下载
- 积分:1
-
用来通过HTTP协议下载的程序,支持断点续传和多线程下载。
用来通过HTTP协议下载的程序,支持断点续传和多线程下载。-HTTP protocol to download through the procedures, support HTTP download and multithreading.
- 2022-03-16 17:30:23下载
- 积分:1
-
DNS和绑定configure.jkfhdsjkfhksadfsakfdskfksdfjksdjfhjksdhf
DNS and BIND configure.jkfhdsjkfhksadfsakfdskfksdfjksdjfhjksdhf
- 2023-06-04 11:25:04下载
- 积分:1
-
Willing to devote themselves willing to devote themselves willing to devote them...
乐于奉献 乐于奉献 乐于奉献 乐于奉献 乐于奉献 乐于奉献 乐于奉献-Willing to devote themselves willing to devote themselves willing to devote themselves willing to devote themselves willing to devote themselves willing to devote themselves willing to devote themselves willing to devote themselves willing to devote themselves willing to devote themselves willing to devote themselves willing to devote themselves
- 2022-01-24 09:41:22下载
- 积分:1
-
err
"邮件特快专递"这个词现在已经是被广大的网民所熟知了,
它就好比是网络上的EMS,能够直接把邮件送到对方的邮箱中,邮件发送完毕后,对方就可以立刻收到。
Hostedt:
用来指定域名服务器(DNS ADDRESS)的地址,此处为笔者所在地的主域名服务器地址,
你也可以指定任一可以快速访问到的Internet上域名服务器地址.
域名服务器(DNS ADDRESS)的地址获取的分别有如下方法:
1:要知道自己所在地的域名服务器地址,
win98下通过winipcfg命令,win2000下通过ipconfig /all即可查出
2: 您也可向internet ISP咨询您连接的主域名服务器地址.-err
- 2022-01-25 20:00:53下载
- 积分:1
-
asp实现的一个MD5代码,且具有具体的使用方法。
把文件最后几行删除,把文件改名为.asp就行了。...
asp实现的一个MD5代码,且具有具体的使用方法。
把文件最后几行删除,把文件改名为.asp就行了。-asp achieve an MD5 code, which has a specific use. The document to delete the last few lines, changed its name to the document. Asp there.
- 2023-08-01 14:25:04下载
- 积分:1
-
包括功能:IP地址的整形与字符串之间相互转换,网络字节序与主机字节序之间的相互转换,方便网络程序的调试...
包括功能:IP地址的整形与字符串之间相互转换,网络字节序与主机字节序之间的相互转换,方便网络程序的调试-Including functional: IP addresses between the plastic and string conversion, network and host endianness endianness between conversion, convenient network Debugging
- 2023-04-09 12:15:03下载
- 积分:1
-
基于webplayer的电影下载工具(VC6源码)
使用webplayer在线影院观看电影,是点播的形式,如果你的网络不好就要忍受长时缓冲的痛苦,有没有办法先下再看呢?我开发这个工具就是为了这个目的,发现了webplayer如何跟服务器沟通的规则,并最终获得电影数据,代码其实并不复杂,使用基本的socket编程,伪装成webplayer客户端与服务器沟通,最终得以获得电影数据,最后存成rmvb格式的电影,可以慢慢欣赏了。以上工具仅为学习目的开发,切勿用于任何非法目的,责任请自负,请支持正版电影:)
- 2023-01-18 10:25:04下载
- 积分:1
-
WinSocket网络编程
WinSocket网络编程-Winsocket Network Programming
- 2022-03-05 01:01:07下载
- 积分:1
-
德尔福 usb
//Descriptors 的 VS1000B 的 WinUSB 演示
const u_int32 mySerialNumber = 0x0000001 ;
const u_int16 myDeviceDescriptor [] ="p"//Descriptor 作为包装的字符串
"x 12"/ / 长度
"x 01"/ / 描述符类型: 设备
"x 10 x 01"//USB 规格版本号码
"x 00"/ / 类: 未定义
"x 00"/ / 子类: 未定义
"x 00"/ / 协议: 未定义
"x 40"/ / 端点 0 的最大数据包大小: 64 字节 (好任意值)
"xfbx19"/ / 0x19fb 的供应商 Id = VLSI 解决方案 Oy
"xe0xee"/ / 产品 Id 0xffe0 (eee0 eeef = VLSI 客户测试)
"x 00 x 00"/ / 释放 0x0000
"x 01"/ / 制造商字符串索引
"x 02"/ / 型号字符串索引
"x 03"/ / 序列号字符串索引
"x 01"/ / 编号的配置
- 2022-03-23 20:35:45下载
- 积分:1