Description: 简单路由器实例。该程序是一个专用的IP路由器,完成IP包的路由功能,
并且通过专用的传输设备/网络传输IP包,使得两个基于TCP/IP的网络可以通过专用传输
设备/网络进行互连。-Examples of simple routers. The program is a dedicated IP router, complete IP packet routing and transmission equipment through a dedicated/IP packet networks, making the two based on the TCP/IP network through a dedicated transmission equipment/network interconnection . Platform: |
Size: 10240 |
Author:zjm |
Hits:
Description: 该程序模拟路由器中路由查找的过程。对每一个IP包,路由器都必须在路由表中进行一次最长前缀匹配查找,继而将IP包逐跳转发到其目的地址。该程序集中模拟最长前缀匹配(Longest Prefix Matching)这个过程。-The program simulated router routing lookup process. For each IP packet, the router must be conducted in the routing table to find the longest prefix match, then the IP packet-by-hop to its destination address. The program focused on modeling the longest prefix match (Longest Prefix Matching) in this process. Platform: |
Size: 2222080 |
Author:张峰 |
Hits:
Description: C#实现的TCP文件传输。工程里两个项目,一个是控制端一个是后门。
如果你们寝室共有的路由器~~就可以对这么干。把服务端放在他的机器上后台运行,在backdoor文件夹下,开机自启动。你这边可以随时任意的发送exe过去,那边收到后就会立刻执行。
可以是恶作剧的程序、话说今天偶实验了一下,把室友的电脑桌面换成了凤姐的靓照,蛮好玩的
实现你要先找到他的ip,可以登录路由控制面板看,也可以用一些局域网的扫描工具扫一下。
选择好要运行的文件,Deploy一下那边就执行了。
-C# implementation of TCP file transfers. Two projects in the works, and a control side is a back door.
If your bedroom shared router ~ ~ you can do it. End service running in the background on his machine, boot from the start in the folder of the backdoor. Your side can be arbitrarily send exe in the past, there will receive immediate implementation.
Can be mischievous program, saying that even experiment today, and the roommate s computer desktop replaced Xifeng Videos of pretty fun
Realize that you first have to find his ip, you can log the routing control panel, some LAN scanning tool can also be used to sweep.
Choose a good file to run, the to Deploy look over there on the implementation of. Platform: |
Size: 89088 |
Author:周小虎 |
Hits:
Description: 实现路由器的基本功能,掌握路由器的工作原理,进而深入了解网络互联层的工作原理。要求实现一个简单的路由处理程序,应该包括的功能如下:静态路由表的维护,IP数据报的处理,处理IP数据报TTL域中的数值,重重新计算IP数据报的头部校验和,生成和处理ICMP报文,显示本机的网络接口、IP数据报的接收情况、IP数据报的选路情况、IP数据报的发送情况。程序学要和Winpcap3.1一起使用,具体说明见"程序说明
-The basic functionality of the router, the the master router works, works-depth understanding of network interconnection layer. To implement a simple routing handler function that should be included are as follows: static routing table maintenance, the IP datagram processing, processing IP datagrams TTL domain numerical weight to recalculate the IP datagram header checksum generation and processing of ICMP packets, and display the network interface, the IP datagram receiver, IP datagram routing, IP datagram sent situation. Program learn and Winpcap3.1 details, see the description of the procedures Platform: |
Size: 409600 |
Author:兴奋 |
Hits:
Description: 程序记录并显示了数据报从源端机器传送到目标机器的过程中所经过的路由器的IP地址,并且记录了数据报到达每个路由器所需要的时间。认真观察到达每个路由器的时间有什么区别,从而熟练掌握traceroute的工作原理和ICMP报文协议。 -The program records and displays the IP addresses of routers through which the datagram sent from the source client machine to the target machine , and the recording of the data packets arrive at the time required by each router . Platform: |
Size: 92160 |
Author:孙毅 |
Hits:
Description: 这是一个模仿路由算法的java程序。
实现关于路由器的简单功能。
实现距离矢量路由算法。
所实现的路由器模拟Internet上的IP路由器。它能确定网络的最短路由,并在这些利用上传输分组
实现功能简介
1) 编写一个称为“Router”的程序
2) 利用距离向量算法更新路由表
3) 该程序的多个实例(进程或线程)可以以运行在一台机器
4) 实例之间利用UDP交换路由表
5) 假设结点与其邻居结点的都为距离为1。
6) 为了指明实例及其邻居,程序启动时必须能接收以下参数:
7) router ID, myport, port1, port2, port3…
8) 程序必须能处理以下命令:
a) N-打印活动的邻居列表。
b) T-输出路由表。
c) 0,1,… 9-发送分组
9) 关于时间定时
a) 每个路由器每2秒钟发出它们的路由表
b) 每个路由器根据收到的路由表更新它们自己的路由表
c) 路由器必须具备检测邻居是否活动的能力。如果路由器在6秒钟没有收到邻居发来的更新,则认为邻居不可达
10) 关于拓扑结构
a) 路由器必须具备路由器故障和恢复的能力
b) 这里假设链路不会出现故障,分组不会丢失和出错
c) 如果路由器在给定时间内未运行,表示路由器故障。如果重启运行,则认为路由器故障恢复
d)当然,假设通信是双向的
-This is a parody routing algorithm java program.
Achieve a simple function on the router.
Implement distance vector routing algorithm.
Internet router simulation achieved the IP router. It can determine the shortest route network, and in these transmission packet utilization
Achieve Features
A) preparation of a group called "Router" program
2) the use of distance vector algorithm updates the routing table
3) multiple instances of the program (processes or threads) can be run on a single machine
4) between instances using UDP exchange routing table
5) Assuming that node and its neighbor nodes are distance of 1.
6) In order to specify the instance and its neighbors, the program must be able to start receiving the following parameters:
7) router ID, myport, port1, port2, port3 ...
8) program must be able to deal with the following command:
a) N-printing activities neighbor list.
b) T-output routing table.
c) 0,1, ... 9- to send the packet
9) About Time Timing
a) given eve Platform: |
Size: 73728 |
Author:张天扬 |
Hits:
Description: 此程序是基于Linux系统的路由器程序,能够借助一台物理机,视线三台物理机的连通,收发数据报等,并可以限制IP、端口、mac、udp、tcp等等。-This program is based on the Linux system, router program, able to use a single physical machine, three physical machine vision connectivity, send and receive packets, etc., and can limit the IP, port, mac, udp, tcp, and so on. Platform: |
Size: 53248 |
Author:王京凯 |
Hits:
Description: 追踪路由的小程序程序原理:程序发送一个请求回显类型为8的icmp包,开始设置此包ttl为1,到达第一个路由器时,路由器会将ttl减1,此时ttl变为0,
// 路由器即会丢弃此包,并发送一个超时类型为11的icmp包,程序接收此包,解析出此包的源ip,即为第一个路由器的ip,依次类推,
// 发第二个请求回显icmp包,ttl设置为2,第二个路由器也会像上面第一个一样处理此包,即可获得第二个路由器的ip, 这样不断的
// 增加icmp包ttl值,当ttl足够大,icmp包可以到达目的地时,
// 目的地会发送一个回应应答报文或者是目的地不可达报文,此时路由跟踪即完成-Trace the routing of the applet program Principle: The program sends a request echo type 8 icmp packet, began to set this packet ttl to 1, to reach the first router, the router will ttl minus 1, then ttl becomes 0,
// router will discard this packet and send a timeout type icmp package 11, the program receives this package, parse out the source of this package ip, is the first router ip, and so on,
// send a second request echo icmp package, ttl is set to 2, the second router will be the same as the first one to deal with this package, you can get the second router ip, so the constant
//Increase icmp packet ttl value, when ttl large enough, icmp package can reach the destination,
// The destination sends a reply-reply message or a destination-unreachable packet, and the route tracing is completed. Platform: |
Size: 11462656 |
Author:维尼 |
Hits:
Description: 本程序实现了局域网内远程开机,输入ip所在段和mac,当电脑刚刚关机不就,路由器存在对应关系时,也可以跨网段开机(This program implements remote boot LAN, enter the IP segment and MAC, when the computer just shut down, there is a corresponding relationship between the router, you can also boot across the network segment) Platform: |
Size: 6144 |
Author:alfeng
|
Hits:
Description: TuxEIP is a communications library that facilitates communications to Allen Bradley Controllers, using it, a programmer can write programs to Read/Write controller/program scoped tag data in the following PLC : ControlLogix, PLC5, SLC500, Micrologix, FlexLogix (and probably much more, but that's all i have tested).
These PLC are reachable using Ethernet, ControlNet, DH+.
As this library implement misc functions to interact with objects defines by the CIP protocol (Connection Manager, Message router...), you can easily add your own function to act on such devices. Platform: |
Size: 1615872 |
Author:jreem |
Hits: