Differences From Artifact [625b11740a]:
- Executable file Site/webstart.sh — part of check-in [15e062db08] at 2011-11-25 18:11:06 on branch NEWNET — [9eae8bcde5] Rest commands for PGM (user: jim size: 221)
To Artifact [9aa53be2ca]:
- Executable file Site/webstart.sh — part of check-in [73e0072030] at 2012-02-11 09:25:55 on branch NEWNET — Update to fix Project (user: jim size: 225)
1 2 3 4 5 6 7 8 9 10 | #!/bin/sh # Startup for FIRENET # Simulated network with 10 nodes # Show addresses ifconfig | grep inet # Start'er up | | | 1 2 3 4 5 6 7 8 9 10 11 12 13 | #!/bin/sh # Startup for FIRENET # Simulated network with 10 nodes # Show addresses ifconfig | grep inet # Start'er up ../build/Debug\ INTEL/firenet -c rest/main5010.lua -p X -n 10 -rest rest -http Site_J -show ../Shows |