- 22 May, 2002 1 commit
-
-
Mike Hibler authored
-
- 21 May, 2002 8 commits
-
-
Robert Ricci authored
limited to 31 characters, so we can't give commands with more than 8 outlets. So, we split up the outlets into groups of 8, and issue multiple commands, if we are passed too many outlets. Took some minor re-structuring, since we now may need to sync up with the RPC prompt more than once.
-
Leigh B. Stoller authored
a new hack for remote nodes! All remote node solving is done in the new wanassign script. That script deals with both phys (ron) and virtual (vrons), as well as fixed nodes of either type. The solution is returned to assign_wrapper, which still does the tunnel stuff. At some point it would be nice to get general purpose virtual nodes (multiplex) working on either local or remote nodes, but thats a ways off cause it means too many changes in assign_wrapper, which really needs a total rewrite.
-
Leigh B. Stoller authored
tb- command passed along in the DB). Add check to make sure no mixed use of types and classes since. Change solver invocation. Was trying to use IPC goo to pipe in input to solver and read back results, abd tee off the input file for debugging. That does not work cause the tee never exits, and so the child never exits. Reorg slightly; write the input file to a temp file and pipe in later. I need to kill off the IPC goo though, since its no longer needed, but its harmless as it is.
-
Leigh B. Stoller authored
used when the virtual topology does not include any link to the testbed, but consists only of remote links.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
running in "impotent" mode; just make them up.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
- 20 May, 2002 2 commits
-
-
Robert Ricci authored
compatibility.
-
Robert Ricci authored
longer used.
-
- 17 May, 2002 6 commits
-
-
Robert Ricci authored
-
Robert Ricci authored
-
Mac Newbold authored
Changes for Leigh: Force active view to show all expts that are active or activating. Also, count ron nodes as PCs.
-
Leigh B. Stoller authored
Also, last revision included Mike's gated change in the linux version.
-
Leigh B. Stoller authored
"prepared", so it was trying to delete the testbed groups/accounts.
-
Robert Ricci authored
from Dave.
-
- 16 May, 2002 21 commits
-
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
that subnets are actually unique!
-
Leigh B. Stoller authored
Also add required changes to wanlinkinfo and wanassign.
-
Mike Hibler authored
with cvsup.
-
Leigh B. Stoller authored
Controls whether we user recent or hysterical widearea_delays data. Defaults to 0.
-
Leigh B. Stoller authored
Tee off the wanlinkinfo output into a log file for inspection.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
have a remote node as a member. Since we share remotes nodes and set up tunnels, we cannot let two experiments have the same subnet numbers. I use 10.0.0 nets and a DB table to allocate them with a autoincrement field.
-
Leigh B. Stoller authored
remote nodes so that we do not overlap between experiments.
-
Robert Ricci authored
This script grabs updated latency from Dave Andersen't database of RON information, and sticks it into the widearea_recent table.
-
Chad Barb authored
placing a "-1" anywhere in the latency or bandwidth matrices will result in huge penalties when that connection is used in the mapping. Also added neat (possibly novel?) "mutation spike" which, when the standard deviation of the population gets beneath a certain value, spikes the mutation rate from 1% to 50% for a generation, thus keeping the deviation (and the population diversity) up. Results from testing look promising.. in my "standard" 6-node mapping, the solver finds the "best" solution in 95% of the runs. (vs about 50% or less the old way.)
-
Robert Ricci authored
version of the data in widearea_delays . Schema for the two are identical. Also cleaned up the schema for both tables, so that they have proper primary keys, etc.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
at the user when things go south.
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
named all over the place).
-
Leigh B. Stoller authored
-
Leigh B. Stoller authored
the right.
-
Leigh B. Stoller authored
but I've been pummeled into a mere (perl) shell of my former self.
-
Leigh B. Stoller authored
longer necessary.
-
- 15 May, 2002 2 commits