Changes between Version 11 and Version 12 of P2pnsInstall


Ignore:
Timestamp:
Sep 29, 2008, 3:25:39 PM (16 years ago)
Author:
baumgart
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • P2pnsInstall

    v11 v12  
    5151Congratulations - now you should have a running P2PNS installation. With this setup you could connect a second SIP UA to the same local proxy and start a call between the two UAs.
    5252
    53 Of course a peer-to-peer network with a single node is not very interesting ;-) You have to alternatives to add additional overlay nodes:
     53Of course a peer-to-peer network with a single node is not very interesting ;-) You have two alternatives to add additional overlay nodes:
    5454
    5555=== Emulation of additional nodes by using the tun interface (needs root privileges) ===
    5656
    57 5a. Adapt !OverSim-20080919/Simulations/realworld/setup-realdht to your environment (username and LD_LIBRARY_PATH). If you removed the bootstrapIP paramter from realdhtapp.ini in step 5 restore the old "10.6.0.1" setting.
     575a. Adapt !OverSim-20080919/Simulations/realworld/setup-realdht to your environment (username and LD_LIBRARY_PATH). If you removed the bootstrapIP paramter from realdhtapp.ini earlier in step 5 restore the old "10.6.0.1" setting.
    5858
    59 6a. Start !OverSim, enter your password and click on the "FAST" button for both !OverSim processes:
     596a. Start !OverSim, enter your password and click on the "FAST" button on both !OverSim processes:
    6060{{{
    6161  cd ~/sim/OverSim/Simulations/realworld
     
    6363}}}
    6464
    65 In this configuration there is a second !OverSim process emulating 10 additional overlay nodes.
     65With this configuration there is a second !OverSim process emulating 10 additional overlay nodes.
    6666
    6767=== Adding additional overlay nodes (you need multiple machines for this) ===
    6868
    69 9. Install !OverSim and OpenSER on a second machine. If you simply want to copy the !OverSim binary, you should make a static binary with compiled in NED files (but you can't make a static OpenSER binary):
     699. Install !OverSim and OpenSER on a second machine. If you simply want to copy the !OverSim binary, you should make a static binary with compiled in NED files (unfortunately you can't make a static OpenSER binary):
    7070{{{
    7171  - Set build_shared_libs=no in omnetpp-3.4b2/configure.user
     
    7474}}}
    7575
    76 10. Now change realdhtapp.ini on the second machine:
     7610. Now adapt realdhtapp.ini on the second machine:
    7777{{{
    7878  - Replace the run number (''Run'' and ''default-run'') by a unique number for each node
    7979    (Otherwise all nodes will have the same nodeID!)
    80   - Set bootstrapIP to the IP of the first overlay node
     80  - Set bootstrapIP to the IP of the first machine
    8181}}}
    8282