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 Initial Version and Version 1 of Proto/cModules/f0Computing/d0Installation


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

--

Legend:

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

    v1 v1  
     1= Installation and Usage =
     2
     3Installing the computing elements to the MF click router is straightforward, i.e.,
     4
     5for a 3 nodes topology, I use the following script to test:
     6node 1: file sender
     7{{{
     8click -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}}}
     10node 2: receiver
     11{{{
     12click -j 4 MF_ChunkReceiver.click my_GUID=2 topo_file=/users/yeung/topology/topology.txt core_dev=eth1
     13}}}
     14node 3: a router sitting in the middle
     15{{{
     16click -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)