close Warning: Can't synchronize with repository "(default)" ("(default)" is not readable or not a Git repository.). Look in the Trac log for more information.

Changes between Version 1 and Version 2 of Proto/cModules/f0Computing/b0MFclick


Ignore:
Timestamp:
Nov 29, 2014, 2:04:53 AM (9 years ago)
Author:
seskar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Proto/cModules/f0Computing/b0MFclick

    v1 v2  
    1 = Installation and Usage =
    2 
    3 Installing the computing elements to the MF click router is straightforward, i.e.,
    4 
    5 for a 3 nodes topology, I use the following script to test:
    6 node 1: file sender
    7 {{{
    8 click -j 4 MF_FileSender.click my_GUID=1 src_GUID=1 dst_GUID=2 service_id=0 chk_size=50000 delay=7 pkt_size=1024 topo_file=/users/yeung/topology/topology.txt core_dev=eth0 file_to_send=/users/yeung/squid.conf window_size=1 loss_prob=0
    9 }}}
    10 node 2: receiver
    11 {{{
    12 click -j 4 MF_ChunkReceiver.click my_GUID=2 topo_file=/users/yeung/topology/topology.txt core_dev=eth1
    13 }}}
    14 node 3: a router sitting in the middle
    15 {{{
    16 click -j 4 MF_BasicRouter.click my_GUID=3 topo_file=/users/yeung/topology/topology3.txt core_dev=eth0 service_id=1
    17 }}
    18 (btw, we need to revise MF_BasicRouter.click a bit to add the service_id to the MF_segmentor element)