搜索资源列表
jiaozhu
- [yuanchen.rar] - 远程控制,服务器端可以时时显示在限人数,客户端只要输入IP地址就可以登陆。但首先应运行服务器程序。 [ultravnc.rar] - 本人用过的最好的远程控制软件,与冰河及pcanywhere相比,它体积非常小,但功能一点也不差,速度更流畅!! [daodongxi.rar] - 好东西 是我搜寻收集了好长时间才搞到手的 走过路过千万不要错过 [SimpleSC.rar] - 国外淘的利用驱动来实现极速屏幕传输的代码。很多先进的远控工具就是利用
ARP欺骗原理
- 一,什么是ARP协议? ARP协议是“Address Resolution Protocol”(地址解析协议)的缩写。在局域网中,网络中实际传输的是“帧”,帧里面是有目标主机的MAC地址的。在以太网中,一个主机要和另一个主机进行直接通信,必须要知道目标主机的MAC地址。但这个目标MAC地址是如何获得的呢?它就是通过地址解析协议获得的。所谓“地址解析”就是主机在发送帧前将目标IP地址转换成目标MAC地址的过程。ARP协议的基本功能就是通过目标设备的IP地址,查询目标设备的MAC地址,以
Troubleshooting-LAN-Switch
- 换机是IP 城域网中不可缺少的一部分,大量的二层和三层LAN 交换机通过GE 或FE 相互之间进行连接,构成了IP 城域网的平面网络。在城域网日常维护工作中,经常 会遇到一些交换机故障,但事实上,LAN 交换机是比较稳定的设备,许多故障的产生的原 因都是由于交换机与交换机,交换机与光纤收发器之间的网线引起的,网线制作不标准,网 线皮破损,RJ45 头没压好,都会产生一系列的问题,而这些问题在初期并不会很明显的体 现,往往在设备运行的过程中才会慢慢显现出来,下面就我们日常工作中
rt_C_OS_II
- 介绍了一种嵌入于单片机的 Web 服务器的设计过程, 给出了单片机控制下的网络控制器RTL8019AS 硬件平台的设计, 精简的 TCP/IP 协议栈通过 LAN 访问 Internet 的应用方案。同时简明介绍了实时内核 C/OS- II 对整个系统的管理方案, 完成了对连接在系统 I/O 总线上的现有设备的监控。-This paper introduces a Web server embedded in the microcontroller design process is given
1
- 根据所学知识,设计一个校园网或企业网建设方案(假设有计算机系楼,数学系楼,英语系楼,物理系楼及行政楼。建议分为5个VLAN)。租用电信一个外部IP地址202.101.98.66,用虚拟映射方式实现局域网上网。-According to what they have learned to design a campus network or enterprise network construction program (assuming that there is floor, Departme
1652s_2
- The AT76C901 is highly integrated ASIC that can be used as a part of a wireless phone that utilizes an 802.11 LAN-based wireless medium and carries Voice over IP (VoIP) packets. Specified in this datasheet, an ARM® processor-based subsystem (
130
- so included. Applications The VoIP baseband device is intended to be used in a wireless phone which operates by encapsulating voice data within IP frames and transmitting the frames over a conten- tion-based wireless medium. Specifically, the f
Socket
- 实现局域网的聊天程序,通过服务器和客户端的TCP/IP协议传输实现-LAN chat program, through the server and the client TCP/IP protocol, to achieve
145874macsnmp
- The MAC address accounting feature provides accounting information for IP traffic based on the source and destination MAC addresses on LAN interfaces. This feature calculates the total packet and byte counts for a LAN interface that receives or s
3G-Evolution-(HSPA-And-LTE)-[Erik-Dahlman-et-al.]
- During the past years, there has been a quickly rising interest in radio access technologies for providing mobile as well as nomadic and fixed services for voice, video and data. The difference in design, implementation, and use between telecom
biyesejitognxinxitong
- 中文摘要 正交频分复用( OFDM , Orthogonal Frequency Division Multiplexing)是当前一种非常热门的通信技术。它即可以被看作是一种 调制技术,也可以被看作是一种复用技术。由于它具有抗多径衰落和频谱 利用率高的特点,因此被广泛应用于高速数字通信领域,比如应用于IEEE 802.11a无线局域网(WLAN)的物理层等等。 我的毕业设计的核心任务是:采用 FPGA 来实现一个基于OFDM 技术 的通信系统中的基带数据处
networkcomm
- 自己写的代码。利用MFC CSocket类, 采用TCP/IP长连接的方式,使局域网中的每台电脑,都可以主动向对方发送数据,建立多对多的联系,识别方式是机器名+端口号。代码还解决了Close_wait问题,断线重连问题,还有主动断开连接功能。设有连接池,数据缓冲池。单次发送数据量不超过0.5M。数据发送速率达10M/S -Write your own code. MFC CSocket class, the use of long TCP/IP connection, so that eac
ChinaTelUserLocation
- 目前电信运营中常见的宽带接入方式以IP DsLAM和纯二层LAN接入为主。随着宽带业务急剧增长,在网络规模逐渐扩大的同时,产生了不适应宽带业务发展的瓶颈,其中比较尖锐的就是用户定位识别问题并由此导致了用户及其业务不可控。-Currently, the common telecom operators, broadband access, LAN access to the IP DsLAM and pure two-story main. With the rapid growth of bro
CSharpTCP
- C#局域网内的tcp传输• 以目前流行的TCP/IP协议构成的互联网软件设计方法,实现网络传输实验设计。 • 掌握网络scoket套接字完成计算机通信过程,深入理解和掌握基于TCP/IP协议的网络通信以及网络客户机/服务器模型的结构概念,熟悉常用的Windows API函数的用法,利用C++或VB语言实现流式套接字的网络应用通信编程。 -C# tcp transmission • LAN to the Internet posed by the pop
clickme5.18
- 软件功能简介 1、本软件主要功能是基于IP地址做一个局域网扫描工具,扫描局域网主机在线信息及其相关主机名,MAC,工作组等信息。 2、扫描本机进程连接信息,列出连接的程序名及其远程IP等信息。 3、还有两个小功能,抖动和标题栏实时时钟的显示。-Software Features 1, the main function of this software is to make a local area network based on the IP address of the
listar-IPs-de-la-red
- list IP address from the LAN excel function show windows process route
macdcan
- 扫描某一局域网,快速获取局域网内机器的ip地址及Mac地址。-Scanning a LAN, rapid access to the LAN ip address of the machine and the Mac address.
IP
- 局域网监听,套接字编程,自动获取本机IP地址-LAN monitoring, socket programming, automatically obtain the IP address of the machine
FIND-LAN-IP-TOOL
- 非常好用的查找内网IPde工具,可以快速准确的查处内网的未知IP。-Very easy to find within the network IPde tool that can quickly and accurately in the investigation of the unknown network IP.
Chatting-On-LAN
- Title: chatting on LAN Descr iption: purpose of this code is to chat on LAN between server and Client but donot forgive to give your own IP address in Client Code. This file came Planet-Source-Code.com...the home millions of lines of source co