-
CAN网络与IP网络通信
void Task_Server(void *pdata) { SOCKET* s; int ei; //存放返回值的变量 int RecvCnt=0; //接收数据个数 uint8 RecvBuff[200]; //接收缓冲区 uint8 RecvBuffP=0; uint8 CanSUCCESS=0; struct sockaddr serveraddr,clientaddr; //sockaddr 结构体由协议栈类型、IP和端口组成 uint32 regaddrBYTE; serveraddr.sin_family = 0; //协议栈类型 serveraddr.sin_addr[0] = MCU_IP[0]; //四位IP地址 serveraddr.sin_addr[1] = MCU_IP[1]; serveraddr.sin_addr[2] = MCU_IP[2]; serveraddr.sin_addr[3] = MCU_IP[3]; serveraddr.sin_port = 4000; //服务器本地端口 s = socket(AF_INET,SOCK_STREAM,TCP_
- 2022-06-02 01:16:17下载
- 积分:1
-
本设计的功能是填充一个TCP数据包,并发送给目的主机。
程序具体要求如下:
1) 以命令行形式运行:SendTCP、source_ip、source_p...
本设计的功能是填充一个TCP数据包,并发送给目的主机。
程序具体要求如下:
1) 以命令行形式运行:SendTCP、source_ip、source_port、dest_ip、dest_port,其中SendTCP是程序名,source_ip为源端IP地址,source_port为源端口号,dest_ip为目的地址,dest_port为目的端口号;
2) 其他的TCP头部参数请自行设定;
3) 数据字段为“This is my homework of network ,I am happy !”
4) 成功发送后在屏幕上输出“Send OK” 。
-The design features are filled with a TCP packet, and send the purpose of the host. Program specific requirements are as follows: 1) to form the command line run: SendTCP, source_ip, source_port, dest_ip, dest_port, which are SendTCP program name, source_ip client IP address as the source, source_port as the source port number, dest_ip for the purpose of the address, dest_port for the purpose of port number 2) the head of other TCP parameters at your own settings 3) data fields for the This is my homework of network, I am happy! 4) successfully sent the output on the screen after the Send OK .
- 2023-01-12 02:10:04下载
- 积分:1
-
Tstat流量监测工具,用于识别网络中的数据包
Tstat流量监测工具,用于识别网络中的数据包-Tstat traffic monitoring tool, used to identify the network packets
- 2022-04-30 23:36:09下载
- 积分:1
-
是利用vc和winpcaP实现的,实现了网络阻断的功能。
是利用vc和winpcaP实现的,实现了网络阻断的功能。-Are using Winpcap vc and implementation, and implementation of network blocking function.
- 2022-07-22 01:16:12下载
- 积分:1
-
EnetstatX_src
专门网络编程源代码
EnetstatX_src
专门网络编程源代码-EnetstatX_src specialized network programming source code
- 2022-07-19 10:18:03下载
- 积分:1
-
早期http://music.jschina.com.cn的音乐不让下载,我就编了这个东西,批量获取网址再拿FlashGet下。现在好像它开放下载了,软件也该进...
早期http://music.jschina.com.cn的音乐不让下载,我就编了这个东西,批量获取网址再拿FlashGet下。现在好像它开放下载了,软件也该进博物馆了啊。但是软件的思想应该还青春永驻。有兴趣的研究一下?-early http://music.jschina.com.cn not download music, I on the allocation of this thing, volume access to the website under FlashGet redistributed. It now appears open downloaded, the software into a museum ah. However, the software should also worth thinking. Interest in the study?
- 2022-05-19 17:06:25下载
- 积分:1
-
tcp包监视分析源码tcpmon
tcp包监视分析源码tcpmon-1.0-src.zip-tcp packet analysis and monitoring source tcpmon-1.0-src.zip
- 2023-06-07 03:25:03下载
- 积分:1
-
网络安全sniff 诱探源码
网络安全sniff 诱探源码 -network security source sniff lured Exploration
- 2022-01-26 04:14:44下载
- 积分:1
-
c# 的源码,ip包的过滤。还不赶快下!
c# 的源码,ip包的过滤。还不赶快下!-the source, ip packet filtering. Upshot under!
- 2022-04-06 18:28:37下载
- 积分:1
-
firewall源码,最小化的winsock spi抓包工具
firewall源码,最小化的winsock spi抓包工具-firewall source code, the smallest of the 20 protocols of capturing Packet tools
- 2022-11-28 22:55:03下载
- 积分:1