联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All 网络编程(75) 
按平台查找All C/C++(75) 

[网络编程] sick_lms511

对SICK激光雷达传感器返回的网口数据进行解析,取出其中的光强、距离
Analyze the network port data returned by the sick lidar sensor, and take out the light intensity and distance (2019-11-04, C/C++, 6591KB, 下载23次)

http://www.pudn.com/Download/item/id/1572853232985977.html

[网络编程] about-fieldbus

《工业以太网集成现场总线的关键技术及应用研究》,分析的比较到位,涵盖了CIP,profinet,etherCAT等比较流行的现场总线技术
Industrial Integrated fieldbus and application of key technologies Ethernet analysis in place, covering the CIP, profinet, etherCAT other more popular fieldbus technology (2015-09-15, C/C++, 8007KB, 下载20次)

http://www.pudn.com/Download/item/id/1442249047655886.html

[网络编程] squid-3.4.8-20140915-r13174.tar

Squid cache(简称为Squid)是一个流行的自由软件(GNU通用公共许可证)的代理服务器和Web缓存服务器。Squid有广泛的用途,从作为网页服务器的前置cache服务器缓存相关请求来提高Web服务器的速度,到为一组人共享网络资源而缓存万维网,域名系统和其他网络搜索,到通过过滤流量帮助网络安全,到局域网通过代理上网。
Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more. It reduces bandwidth and improves response times by caching and reusing frequently-requested web pages. Squid has extensive access controls and makes a great server accelerator. It runs on most available operating systems, including Windows and is licensed under the GNU GPL. (2014-10-29, C/C++, 3781KB, 下载3次)

http://www.pudn.com/Download/item/id/2644625.html

[网络编程] DNS

设计一个DNS服务器程序,读入“域名-IP地址”对照表,当客户端查询域名对应的IP地址时,用域名检索该对照表,三种检索结果: 检索结果为ip地址0.0.0.0,则向客户端返回“域名不存在”的报错消息(不良网站拦截功能) 检索结果为普通IP地址,则向客户返回这个地址(服务器功能) 表中未检到该域名,则向因特网DNS服务器发出查询,并将结果返给客户端(中继功能) 考虑多个计算机上的客户端会同时查询,需要进行消息ID的转换
Designing a DNS server program, reads "domain name-IP address" table, when the client queries the domain name corresponds to the IP address, domain name to retrieve a table, three types of search results: Search results for IP address 0.0.0.0, then returned to the client "domain does not exist" error (bad website blocking) Retrieve the results as a normal IP address, this address is returned to the client (server functionality) Did not pick up the domain name in the table, is sent to the Internet DNS Server query, and return the result to the client (relay) Consider the client to query on multiple machines, you need to convert message ID (2013-01-05, C/C++, 6710KB, 下载105次)

http://www.pudn.com/Download/item/id/2106706.html

[网络编程] EtherNet-Implementation-for-PTP

于IEEE 1588标准,介绍了精确时钟协议的时钟类型与报文种类。分 析了主、从时钟间采用同步报文实现时钟同步的机制,以及同步间隔与网络负荷、同步 精度之间的关系,指出了同步紧随报文的作用和使用条件。给出了报文时间标记点在 以太网中的准确定义、肿子域到以太网多播地址之间的映射和PrP报文到以太网报 黄世年(1971一), 文之间的映射,提供了精确时钟同步协议在以太网中实现的具体方法。
Abstract:Based on IEEE 1588 standard,the clock types and message type8 of precision clock.synchronization protocol were introduced.The mechanism of clock synchronization implemented by using synchronization messages between master and slave clocks Writ8 analyzed.The relationship among synchronization interval,network traffic load and synchronization accuracy,was analyzed tOO.The function and usage qualification of FoHow—Up message were pointed out.The exact definition of message timestamp point.the mapping of fyI P subdomain to EtherNet multieast addresses and PTP messages to EtherNet messages were given.The specific EtherNet implementation method of precision clock synchronization protocol w鹊presented. (2011-04-09, C/C++, 173KB, 下载89次)

http://www.pudn.com/Download/item/id/1484261.html

[网络编程] Network_Engineer_7C

网络工程师综合教程-第七章网络层基础及子网规划 互联网的各项应用,其实都是分层的,也就是各位网络达人常说的OSI七层模型。确定能够划分的网络数量,网络划分
Network Engineer Integrated Course- the basis of Chapter VII of the network layer and the application of the Internet subnet planning, in fact, are hierarchical, that is up to you often say the OSI seven layer network model. Determine the number of networks can be divided, the network division (2010-12-22, C/C++, 263KB, 下载1次)

http://www.pudn.com/Download/item/id/1388929.html

[网络编程] hyenae-0.35-2

Hyenae是一种高度灵活和平台独立的网络数据包发生器。它允许你复制水平低以太网攻击的情况(如MITM , DOS ,和的DDoS )揭示您的网络中潜在的安全漏洞。
Hyenae is a highly flexible and platform independent network packet generator. It allows you to copy the low level of attacks over Ethernet (such as MITM, DOS, and the DDoS) reveals the potential of your network security vulnerabilities. (2010-11-20, C/C++, 198KB, 下载16次)

http://www.pudn.com/Download/item/id/1352308.html

[网络编程] RTL8019

本文件夹中的代码是“RTL8019”的驱动代码。 main.c 该文件包括了main主函数,为读者朋友提供了一个以太网主循环的例子,读者朋友可根据自己系统以及用到的协议来自行更改这个循环。 RTL8019.C 该文件包括了RTL8019读写寄存器、重启芯片、接收数据包、发送数据包等各个底层驱动函数,以及ARP、以太网数据包处理等初级处理函数。 IP.C 该文件包括了UDP等IP层的协议代码。
The code in the folder is " RTL8019" the driver code. The document includes the main main.c main function, to provide an Ethernet Readers example of the main loop, Readers, can be used according to their own systems and protocols from the line to change this cycle. RTL8019.C read and write the file, including the RTL8019 registers and restart the chip, receiving data packets, sending data packets in various low-level driver functions, and ARP, Ethernet data packet processing functions and other primary processing. IP.C The document includes the UDP and other IP layer protocol code. (2010-06-24, C/C++, 7KB, 下载30次)

http://www.pudn.com/Download/item/id/1222693.html

[网络编程] ourdev_526496

个简单的以太网发送速度测试程序,发送的数据是一个固定的UDP报文,循环反复发送,实测PC端网卡占用率 96%,也就是在 96Mbps 左右!
A simple test procedure speed Ethernet sending, sending the data is a fixed UDP packets sent repeatedly cycle, the measured end PC card 96 occupancy rate, which is about the 96Mbps! (2010-06-11, C/C++, 59KB, 下载15次)

http://www.pudn.com/Download/item/id/1209791.html

[网络编程] windowsSockets

初学windows网络编程的入门实验,包括服务器和客户端源程序 有流式套接口的创建,绑定,监听,发送数据等
Beginners introduction to experiment windows network programming, including server and client source code with stream socket creation, bind, listen, send data (2010-04-24, C/C++, 2346KB, 下载20次)

http://www.pudn.com/Download/item/id/1141918.html

[网络编程] NETManage

基于aspx的MAC地址管理软件,可以自动获取客户端的MAC地址以及IP地址。美中不足,不能跨网段获取MAC地址。
Aspx The MAC address-based management software, can automatically obtain the client' s MAC address and IP address. Fly in the ointment, not cross-network segment access to MAC addresses. (2009-04-15, C/C++, 1385KB, 下载7次)

http://www.pudn.com/Download/item/id/717592.html

[网络编程] netsafe1111--6

《网络安全开发包详解》 第6章 通用网络安全开发包Libdnet 6.1 Libdnet概述 6.1.1 Libdnet简介 6.1.2 Libdnet的主要功能 6.1.3 Libdnet的安装 6.2 Libdnet的组成 6.3 Libdnet数据结构 6.3.1 网络地址结构 6.3.2 协议结构 6.3.3 ARP缓存的数据结构 6.3.4 网络路由表数据结构 6.3.5 网络接口的数据结构 6.3.6 防火墙结构 6.4 Libdnet函数 6.4.1 网络地址操作函数 6.4.2 以太网协议函数 6.4.3 IPv4协议函数 6.4.4 IPv6协议函数 6.4.5 数据块操作函数 6.4.6 ARP缓存操作函数 6.4.7 网络接口函数 6.4.8 网络路由函数 6.4.9 随机数函数 6.4.10 防火墙函数 6.4.11 IP隧道函数 6.5 Libdnet开发包的使用 6.5.1 简单应用 6.5.2 构造和发送网络数据包 6.5.3 ARP缓存操作 6.5.4 网络接口操作 6.5.5 网络路由表操作 6.5.6 防火墙操作 6.6 小结
err (2007-12-16, C/C++, 11KB, 下载41次)

http://www.pudn.com/Download/item/id/376485.html

[网络编程] netsafe1111--3

《网络安全开发包详解》 第3章 网络数据包捕获开发包Libpcap 3.1 Libpcap概述 3.1.1 Libpcap简介 3.1.2 Libpcap的作用 3.1.3 Libpcap的安装 3.2 Libpcap的组成 3.2.1 BPF捕获机制 3.2.2 过滤规则 3.2.3 网卡设置 3.2.4 文件 3.3 Libpcap数据结构 3.3.1 pcap 3.3.2 pcapjne_header 3.3.3 pcap_pkthdr 3.3.4 pcap_stat 3.3.5 pcap_if 3.3.6 pcap addr 3.4 Libpcap函数 3.4.1 网络接口函数 3.4.2 规则函数 3.4.3 数据包捕获函数 3.4.4 文件相关函数 3.4.5 错误处理函数 3.4.6 辅助函数 3.5 Libpc印的使用 3.5.1 最简单的应用程序 3.5.2 以太网数据包的捕获 3.5.3 ARP数据包的捕获 3.5.4 IP数据包的捕获 3.5.5 TCP数据包的捕获 3.5.6 UDP数据包的捕获 3.5.7 ICMP数据包的捕获 3.5.8 综合程序 3.6 小结
Network security development kits explain Chapter 3 network packet capture Libpcap 3.1 Libpcap Development Kit 3.1.1 Libpcap brief overview of the role of 3.1.2 Libpcap the installation of 3.1.3 Libpcap composition of 3.2 Libpcap mechanism 3.2.1 BPF capture 3.2 .2 filtering rules 3.2.3 LAN Settings 3.3 Libpcap document 3.2.4 Data Structure 3.3.1 pcap 3.3.2 pcapjne_header 3.3.3 pcap_pkthdr 3.3.4 pcap_stat 3.3.5 pcap_if 3.3.6 pcap addr 3.4 Libpcap function 3.4.1 Network Interface 3.4.2 Functions 3.4.3 Function rules packet capture function document correlation function 3.4.4 Error Handling 3.4.5 Auxiliary Functions 3.4.6 Function 3.5 Libpc printed using 3.5.1 The most simple application 3.5.2 Ethernet data 3.5.3 ARP packet capture packet capture 3.5.4 IP packet capture 3.5.5 TCP packet capture 3.5.6 UDP packet capture 3.5.7 ICMP packet capture 3.5.8 Comprehensive procedures 3.6 Summary (2007-12-16, C/C++, 22KB, 下载227次)

http://www.pudn.com/Download/item/id/376480.html

[网络编程] EthernetSwitchV1.0

计算机网络课程设计,以太网交换机功能模拟,模拟了学习转发逻辑。
curriculum design computer networks, Ethernet switches function simulation study transponders logic. (2007-05-27, C/C++, 145KB, 下载90次)

http://www.pudn.com/Download/item/id/288474.html

[网络编程] routesystem

如何评价和衡量网络设备性能是否达到了设计的要求,如何最佳的规划和优化一个网络,不仅需要技术,还必须有工具来辅助实现。路测是网络优化的重要手段,它对反映网络状况,体现网络性能指标起到直接的测量评估作用,并能指出网络问题所在。建网初期,使用路测进行网络情况的掌握和了解是最主要的。路测数据有小区导频的强度和信号质量等,通过分析,产生有关诊断网络问题,体现网络性能的最终报告。
how to appraise and assess the performance of network equipment meets the design requirements, how best to the planning and optimization of a network requires not only technology but also have a tool to assist the achievement. Road test network optimization is an important means that it reflects the status of network and Network Performance indicators reflect played a direct role in the assessment of measurement, and can point out network problems. Network, the use of the road network measurement of the grasp and understanding is the most important factor. Road test data Pilot Area of the strength and quality of signal, through analysis, have the diagnosis of network problems. Network Performance reflected on the final report. (2007-05-04, C/C++, 444KB, 下载17次)

http://www.pudn.com/Download/item/id/276642.html
1234
总计:75