Вы находитесь на странице: 1из 2

UDP-SENDER y UDP-RECEIVER

Dos programas ejecutables udp-sender.exe y udp-receiver.exe

Los receptores ejecutan el udp-receiver.exe de la siguiente forma

C:\> udp-receiver --file ruta\nombrefichero

Una vez que los receptores hayan dado la orden de recibir. el que envía tiene que ejecutar el
comando udp-sender.exe

C:\> udp-sender --file ruta\nombrefichero

Por ejemplo para enviar el fichero Windows Server 2003.vdi (máquina de virtual box que ocupa
1,8 GB) a 10 alumnos que estaban conectados, puse la orden:

D:\iso\multicast_udpcast>udp-sender --file "d:\Maquinas Virtuales\Windows Server


2003\Windows Server 2003.vdi"

Udp-sender 20120424
Using mcast address 234.1.100.0
UDP sender for d:\Maquinas Virtuales\Windows Server 2003\Windows Server 2003.vdi
at 10.1.100.0 on Broadcom NetXtreme 57xx Gigabit Controller - Minipuerto del administrador
de paquetes (00-14-22-3b-7c-2f)
Broadcasting control to 10.255.255.255
New connection from 10.1.100.3 (#0) 00000009
Ready. Press return to start sending data.
New connection from 10.1.100.16 (#1) 00000009
Ready. Press return to start sending data.
New connection from 10.1.100.17 (#2) 00000009
Ready. Press return to start sending data.
New connection from 10.1.100.18 (#3) 00000009
Ready. Press return to start sending data.
New connection from 10.1.100.9 (#4) 00000009
Ready. Press return to start sending data.
New connection from 10.1.100.8 (#5) 00000009
Ready. Press return to start sending data.
New connection from 10.1.100.2 (#6) 00000009
Ready. Press return to start sending data.
New connection from 10.1.100.6 (#7) 00000009
Ready. Press return to start sending data.
New connection from 10.1.100.5 (#8) 00000009
Ready. Press return to start sending data.
New connection from 10.1.100.12 (#9) 00000009
Ready. Press return to start sending data.
New connection from 10.1.100.13 (#10) 00000009
Ready. Press return to start sending data.

Starting transfer: 00000009


Disconnecting #9 (10.1.100.12)
bytes= 1 752 100K re-xmits=0000406 ( 0.0%) slice=0000 - 108
Transfer complete.
Disconnecting #0 (10.1.100.3)
Disconnecting #1 (10.1.100.16)
Disconnecting #2 (10.1.100.17)
Disconnecting #3 (10.1.100.18)
Disconnecting #4 (10.1.100.9)
Disconnecting #5 (10.1.100.8)
Disconnecting #6 (10.1.100.2)
Disconnecting #7 (10.1.100.6)
Disconnecting #8 (10.1.100.5)
Disconnecting #10 (10.1.100.13)

Tardó 3 minutos en enviar a los 10 usuarios

6 de Noviembre de 2014

udp-receiver --file “Windows XP Professional.vmdk”

udp-sender --file “Windows XP Professional.vmdk”

1,1 Gb. Tardó unos tres minutos

Вам также может понравиться