搜索资源列表
UDPinterception
- UDP数据侦听的例子,实现了udp数据侦听回环操作,可以移植到LPC处理器上,不同的处理器只需要修改启动文件就可以了,非常容易移植-UDP data examples of listening to realize data udp listening circle operation, can be transferred to the LPC processor, different processors only need to modify the startup file can be
TCPinterception
- tcp数据侦听的例子,实现了udp数据侦听回环操作,可以移植到LPC处理器上,不同的处理器只需要修改启动文件就可以了,非常容易移植,该例子是在ucos环境下移植,并在lpc2368处理器上运行成功,选用的是DM69161网卡-tcp listening examples of data to achieve a listening udp data loop operation, can be transferred to the LPC processor, different process
udp
- UDP sample code implement on LPC-UDP sample code implement on LPC22xx
241000DM9000
- int main (void) { PINSEL0 = (0x00000005)|(0x03<<18) //P0.0 P0.1用作UART PINSEL1 = 0x00000000 //其余为GPIO ReadModuleP() // 读参数 SetNetPort() InitializeInterrupt() InitNic(0) //RTL8019芯片初始化,在global.c中定义 //WDTC =276
arm7_88w8686
- ARM7(LPC)+88W8686(测试没问题)源代码,SPI模式,自己写的协议栈,只写到ICMP层,UDP层很简单就没写了 编写:wuhl QQ:365950965 没有动力写下去了,关键是我不懂WEP和WPA认证过程,本来可以抓包的,可惜没有相应的网卡,笔记本也坏了, 不然可以用笔记本抓包 东芝笔记本会突然熄火,真是不可思议 如果大家写好了加密认证的方法,麻烦把程序发给我一份,谢谢 这段程序已经调通,完全没有问题。但只能连接不叫米的无线路由器,希望集大家的力量完善它,