Welcome![Sign In][Sign Up]
Location:
Search - wifi s

Search list

[Windows Developsf_200562516252

Description: 一个线程驰的类, 下面的是基本的使用方法 struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void * p, char * buf, int len) void OnAccept(SOCKET socket) void OnClose(void * p) } void myIocp::OnAccept(SOCKET socket) { TSession *s = new TSession s->socket = socket //这里可以对连接的session进行自己的操作,例如给id找一个唯一的值 SetIoCompletionPort(socket, s) // 使连接socket与一个自定义结构体关联 } void myIocp::OnRead(void * p, char * buf, int len) { TSession *s = (TSession *)p send(s->socket, buf, len, 0) // 这里只是简单的把收到的消息返回给客户端 ... } void myIocp::OnClose(void * p) { delete p } myIoncp iocp main() { ... iocp.listen(4311) // 开始监听网络端口,等待客户端连接 ... }-A class for thread pool,basic usage below: struct TSession { SOCKET socket int id } class myIocp:public CIOCP { public: void OnRead(void* p, char* buf, int len) void OnAccept(SOCKET socket) void OnClose(void* p) } void myIocp::OnAccept(SOCKET socket) { TSession*s = new TSession s->socket = socket //here you can do something about connection session,such as find a unique id. SetIoCompletionPort(socket, s) // make connection socket associate with a custom structure } void myIocp::OnRead(void* p, char* buf, int len) { TSession*s = (TSession*)p send(s->socket, buf, len, 0) // return received message to client void myIocp::OnClose(void* p) { delete p } myIoncp iocp main() { ... iocp.listen(4311) //start listenning net port,wait for client connect.
Platform: | Size: 2048 | Author: boxu | Hits:

[Linux-Unixmadwifi-0.9.2-src

Description: Linux下wifi实现,通过它可以学习无线相关知识。-Wifi under Linux realize, through its wireless-related knowledge can learn.
Platform: | Size: 3473408 | Author: daniel | Hits:

[Windows CESamsung2440_WinCE_Phaser_SPI_DDK_Alpha_Release

Description: wifi模块在wince 上的spi串口通信的源代码-wifi module wince on spi serial communication s source code
Platform: | Size: 2007040 | Author: 皮卡丘 | Hits:

[Internet-NetworkAutoAP

Description: 一个很好的无线搜索、自动连接脚本,支持linksys wrt54g(s)系列路由器,支持win32系统,wifi嵌入式开发方面很好的参考脚本,用无线路由器蹭网的可以参考设置。-A very good wireless search, automatic connection script, support for linksys wrt54g (s) Series routers to support win32 systems, wifi embedded reference to the development of good scripts, using a wireless router can refer to rub network settings.
Platform: | Size: 2067456 | Author: 奥也夫 | Hits:

[Driver Develop270_wm5_SPI

Description: Wince BSP 下的Wifi 驱动 基于PXA270 CPU -Wince BSP under the Wifi drivers based on the PXA270 CPU
Platform: | Size: 641024 | Author: 小霞 | Hits:

[matlabmultpathcontinuchannelinsimulation

Description: 多径连续时变信道,是matlab代码,m文件,可用于HiperLan2,WLAN,WiFi仿真.是外国人论文上的.-Generating the channel impulse response of a time-varying channel according to a Jake s doppler channel model
Platform: | Size: 2048 | Author: 天天 | Hits:

[RFIDZG2100M-ZG2101M_Wi-Fi_Module_Datasheet_051809

Description: ZG2100M的datasheet,ZG2100M是zerog的wifi模块,和PIC系列MCU能很好兼容wifi stack-ZG2100M s datasheet, ZG2100M is zerog wifi module, and it provides wifi stack can compatible with PIC series MCU
Platform: | Size: 558080 | Author: 邓晴莺 | Hits:

[Windows CESWB-A22_DS_Datasheet_rev11

Description: Atheros WiFi and CSR BT reference used on Qualcomm platform
Platform: | Size: 1400832 | Author: Yang Haihui | Hits:

[ARM-PowerPC-ColdFire-MIPSSerial-port-wifi-module

Description: 串口wifi- 无线局域网wifi模块 Wi-Fi(wlan 无线局域网)作为当今无线领域最为热门的一个技术, 已经应用到各行各业中。它使用TCP标准 通讯,技术成熟可靠,传输速率快,各种配套的网络设备十分丰富,使用者接受程度最高, 全球免费使用, 是区域无线通讯的首选方案。 SOC芯片,性价比极高,质量稳定,内置WiFi协议栈和串口传输协议,接口信号5V、地、RX 、TX四线连接; ◆ 模块简洁、体积小,22*60*5 mm; ◆ 用户接口开发简单快捷,串口驱动 ,内置协议栈,无需操作系统支持; ◆ MSC51/PIC/ARM7 等 8、32位单片机轻易驱动,驱动代码极少; 智能卡终端;无线POS机;医疗仪器;数据采集;手持设备;游戏机;设备参数监测;现代农业;军事领域; 智能交通;现代教育;LED屏. 168ab@126.com qq:542008202 欢迎索取一下资料 wifi.c UART 串口 WLAN 模块简介.pdf UART 串口 WLAN 模块用户手册_CG-WIFI-1000.pdf CGLib.ddb WIFI.ddb 4052 实现单串口多路切换.JPG-Serial port- wifi wireless LAN module Wi-Fi (wlan wireless local area network), as of today s wireless technology, one of the most popular has been applied to all walks of life. It uses the standard TCP communications, technology is mature, reliable, fast transfer rates, various supporting network equipment is very rich, The highest degree of user acceptance, the global free of charge, is the first choice of regional wireless communications. SOC chip, cost-effective high quality and stable, built-in WiFi protocol stack and serial transfer protocol, interface signal 5V, ground, RX, TX four-wire connection ◆ Module simplicity, small size, 22* 60* 5 mm ◆ develop simple and efficient user interface, serial drive, built-in protocol stacks, without operating system support ◆ MSC51/PIC/ARM7 such as 8,32-bit microcontroller easily driven, driven very little code Smart card terminals wireless POS machines medical equipment data acquisit
Platform: | Size: 90112 | Author: 陈坚胜 | Hits:

[Program docUART-WLAN

Description: Wi-Fi(wlan 无线局域网)作为当今无线领域最为热门的一个技术, 已经应用到各行各业中。它使用TCP标准通讯,技术成熟可靠,传输速率快,各种配套的网络设备十分丰富,使用者接受程度最高, 全球免费使用,是区域无线通讯的首选方案。 SOC芯片,性价比极高,质量稳定,内置WiFi协议栈和串口传输协议,接口信号5V、地、RX 、TX四线连接; ◆ 模块简洁、体积小,22*60*5 mm; ◆ 用户接口开发简单快捷,串口驱动 ,内置协议栈,无需操作系统支持; ◆ MSC51/PIC/ARM7 等 8、32位单片机轻易驱动,驱动代码极少; 智能卡终端;无线POS机;医疗仪器;数据采集;手持设备;设备参数监测;现代农业;军事领域;智能交通;现代教育;电子屏.-Embedded Serial-to-Wi-Fi wifi wireless LAN module Wi-Fi (wlan wireless local area network), as of today s wireless technology, one of the most popular has been applied to all walks of life. It uses the standard TCP communications, technology is mature, reliable, fast transfer rates, various supporting network equipment is very rich, The highest degree of user acceptance, the global free of charge, is the first choice of regional wireless communications. SOC chip, cost-effective high quality and stable, built-in WiFi protocol stack and serial transfer protocol, interface signal 5V, ground, RX, TX four-wire connection ◆ Module simplicity, small size, 22* 60* 5 mm ◆ develop simple and efficient user interface, serial drive, built-in protocol stacks, without operating system support ◆ MSC51/PIC/ARM7 such as 8,32-bit microcontroller easily driven, driven very little code
Platform: | Size: 521216 | Author: 陈坚胜 | Hits:

[Otherantennas

Description: Written by a global team of expert contributors, this book offers complete details on the wide range of antennas used in today s wireless communication networks. Coverage includes the most popular applications in WWAN (GSM, CDMA, and WCDMA), WLAN (Bluetooth and WiFi), WMAN (WiMAX), and WPAN (UWB and RFID).
Platform: | Size: 5059584 | Author: anna | Hits:

[IOSReachability

Description: iphone 的wifi测试小程序,实现了对无线网络的识别的功能,可对其进行加工,做出很好的开发-iphone' s wifi test a small program to achieve recognition of the wireless network functions can be processed them to make a very good development
Platform: | Size: 39936 | Author: andy | Hits:

[Communication-MobileWM-G-MR-09

Description: 基于Marvell Wifi 88W8686芯片的驱动程序(Linux SPI接口)-Based on Marvell Wifi 88W8686 chip driver (Linux SPI interface)
Platform: | Size: 1047552 | Author: 马劲 | Hits:

[Windows CEWZCTOOL

Description: wince下,wifi无线网卡控制接口wzctool程序源码,希望可以帮助大家.-wireless card interface--wzctool s resource in wince.hope it s useful for you.
Platform: | Size: 14336 | Author: qianchengming | Hits:

[Driver Developsrc_sd8686

Description: linux下的marvell sdio wifi 网卡驱动,内核为2.6.9.-Marvell sd8686 SDIO wireless card s driver in the linux( Kernel 2.6.9) .
Platform: | Size: 259072 | Author: dream | Hits:

[Linux-Unixmid-wifi

Description: 公司开发的成品,用于嵌入式linux平台,腾达的3070的wifi,-Products developed for the embedded linux platform, Tenda of 3070' s wifi,
Platform: | Size: 28672 | Author: 龚嘉 | Hits:

[ARM-PowerPC-ColdFire-MIPSGainSpan

Description: SOC系统的WIFI程序,Gainspan最新的芯片Demo代码-SOC system, WIFI program, Gainspan latest chip Demo code
Platform: | Size: 13045760 | Author: | Hits:

[DocumentsF5934 WIFI ROUTER说明书

Description: 这是一款路由器的使用和说明手册,欢迎下载查阅。(This is the a router's use and Description manual, welcome to download the check.)
Platform: | Size: 1678336 | Author: treeglow | Hits:

[Internet-NetworkAndroid实现WIFI连接源码

Description: 这是Android中自带的一个应用程序,在手机的Settings中,它可以让用户手动打开或关闭Wi-Fi功能。当用户打开Wi-Fi功能后,它会自动搜索周围的无线网络,并以列表的形式显示,供用户选择,默认会连接用户上一次成功连接的无线网络。(This is an Android comes with an application, in the phone's Settings, it allows users to manually turn on or off Wi-Fi function. When the user opens the Wi-Fi function, it will automatically search the surrounding wireless network, and the list of the form shown for the user to choose, the default will be connected to the last successful connection of the wireless network.)
Platform: | Size: 51200 | Author: sunny18 | Hits:

[Other3. 手机端APP通过Wifi控制LED呼吸灯状况

Description: 手机端通过TCP的app控制灯光亮度等(The mobile terminal controls lighting brightness through TCP's app)
Platform: | Size: 7788544 | Author: lsyyalta | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net