SimpleNode
From BoykinWiki
Deprecated
This page is deprecated in favor of How to use BasicNode
Introduction
SimpleNode.exe is an executable component in IPOP. It is a provides interconnectivity between P2P virtual network nodes. While the process does can not send or receive packets directly, it relays them to nodes running IPRouter.exe, acting as a bridge between nodes. They don't require the users to setup tap devices and thus should be able to run in a user mode on computers which the owner of the P2P network doesn't own. This is especially useful for running P2P networks on PlanetLab.
SimpleNode parameters and options
IPOP Interface 1.0
Commands: -m %d : Multipe Nodes can not be used with -s or -d requires -c -c %s : Use a configuration file and create a Brunet Node for Dht access -s : Use soap to access Dht -x : Use xmlrpc to access Dht -dc : Enable the Dht Console -df %s : Dht data file -help : Help (this screen)
Examples:
100 nodes: SimpleNode.exe -m 100 -c ipop.config Storing data into the dht: SimpleNode.exe -s -df data.cfg
