NSTools'07 | 1 Oct 2007 08:48

[NSTools'07] call for participation

----------------------------------------------------------------------

                            NSTools 2007
         International Workshop on Network Simulation Tools
                Nantes, France / October 22, 2007
                     http://www.nstools.org/
       In technical cooperation with ACM SIGMETRICS and SIGSIM

----------------------------------------------------------------------

You are cordially invited to join us in Nantes, France, on October 22,
2007. The Network Simulation Tools Workshop (NSTools) is a one-day
event aimed at bringing together academic and industry researchers
from both the Networking and the Simulation communities to discuss
current and future trends in network simulation and to foster inter-
disciplinary collaborative research in this area.

--------------------
 WORKSHOP CO-CHAIRS
--------------------
Claudio Cicconetti, Univ. of Pisa, Italy
Mathieu Lacage, INRIA, France

--------------------
  KEYNOTE SPEECH
--------------------
Rajive Bagrodia, UCLA, USA
"WHYNET: An Extensible Framework for InSitu Evaluation of Heterogeneous
Mobile Wireless Systems"

(Continue reading)

NSTools | 28 Apr 2007 12:11

[NSTools'07] Deadline extended to June 1, 2007

   (Our apologies if you receive multiple copies of this message)

               ********    NSTOOLS 2007   *********
                   ****  Call for Papers  ****

         International Workshop on Network Simulation Tools
                Nantes, France / October 22, 2007
                     http://www.nstools.org/

      ******************************************************
      **** EXTENDED SUBMISSION DEADLINE -- June 1, 2007 ****
      ******************************************************

  **  In technical cooperation with ACM SIGMETRICS and SIGSIM **

---------------------------------------------------------------------

The Network Simulation Tools Workshop (NSTools) is a one-day event
held in conjunction with the Second International Conference on
Performance Evaluation Methodologies and Tools (VALUETOOLS'07), which
will be held in Nantes, France, on October 22, 2007.

    **   All accepted papers will be made available in the   **
    **  Association for Computing Machinery Digital Library  **

--------------------------------------------------------------------- 

**  SCOPE  **

Simulation tools are widely used within the Networking community to
(Continue reading)

support | 22 Apr 2007 16:10

[Network Simulation Tools Workshop] Last Call for Papers

   (Our apologies if you receive multiple copies of this message)

               ********    NSTOOLS 2007   *********
                   ****  Call for Papers  ****

         International Workshop on Network Simulation Tools
                Nantes, France / October 22, 2007
                     http://www.nstools.org/

          **** Submission Deadline  -- April 30, 2006 ****

---------------------------------------------------------------------

The Network Simulation Tools Workshop (NSTools) is a one-day event
held in conjunction with the Second International Conference on
Performance Evaluation Methodologies and Tools (VALUETOOLS'07), which
will be held in Nantes, France, on October 22, 2007.

    **   All accepted papers will be made available in the   **
    **  Association for Computing Machinery Digital Library  **

--------------------------------------------------------------------- 

**  SCOPE  **

Simulation tools are widely used within the Networking community to
simulate packet-switched networks and perform a large number of
wildly different tasks: they are often used in the industry and
within both academic and educational settings to design and evaluate
new and existing protocols and architectures.
(Continue reading)

commit | 2 Feb 2007 16:50

r1254 - ide/trunk/launch/templates

Author: icanoop
Date: 2007-02-02 10:50:33 -0500 (Fri, 02 Feb 2007)
New Revision: 1254

Modified:
   ide/trunk/launch/templates/SimulationTemplate.jet
Log:
Bug 627
Now setting the framework simulation name to the name given by the IDE instead of using the __FILE__ macro.

Modified: ide/trunk/launch/templates/SimulationTemplate.jet
===================================================================
--- ide/trunk/launch/templates/SimulationTemplate.jet	2007-01-13 21:59:00 UTC (rev 1253)
+++ ide/trunk/launch/templates/SimulationTemplate.jet	2007-02-02 15:50:33 UTC (rev 1254)
 <at>  <at>  -80,9 +80,8  <at>  <at> 
 <% // Store the simulator so it can be used as the model object for user events        %>
 <% javaToCpp.put(sim, "sim");                                                          %>

-	// Set the simulator name to the base of this file name
-	string filename = __FILE__;
-	sim->name(filename.substr(0,filename.length() - 4));
+	// Set the simulation name to what the IDE says it is so the framework can use it
+	sim->name("<%=sim.name%>");

 	// Keeps track of all the channels in the simulation
 	list<Channel*> channels;
Nick Allen | 2 Feb 2007 00:24

0.3.1 Release

We should do a 0.3.1 release with the bugs I already have fixed and 
marked for 0.3.1 along with bug 626.  I really just want to see bug 615 
get out the door because that can be really annoying for a beginner.

--

-- 
Nick Allen > Bitwiser Labs > nwa@... > bitwiserlabs.com
commit | 15 Jan 2007 20:58

r542 - framework/trunk/packages/netwiser/dsr

Author: nwa
Date: 2007-01-15 14:58:54 -0500 (Mon, 15 Jan 2007)
New Revision: 542

Added:
   framework/trunk/packages/netwiser/dsr/RouteReply.h
Modified:
   framework/trunk/packages/netwiser/dsr/DSR.cpp
   framework/trunk/packages/netwiser/dsr/DSR.h
   framework/trunk/packages/netwiser/dsr/RouteRequest.h
Log:
Handling route requests.

Modified: framework/trunk/packages/netwiser/dsr/DSR.cpp
===================================================================
--- framework/trunk/packages/netwiser/dsr/DSR.cpp	2007-01-14 01:21:27 UTC (rev 541)
+++ framework/trunk/packages/netwiser/dsr/DSR.cpp	2007-01-15 19:58:54 UTC (rev 542)
 <at>  <at>  -20,6 +20,7  <at>  <at> 
 #include "netwiser/tcpip/ip/v4/IP.h"
 #include "DSR.h"
 #include "RouteRequest.h"
+#include "RouteReply.h"
 #include "DSRHeader.h"
 #include "netwiser/Protocols.h"

 <at>  <at>  -28,7 +29,13  <at>  <at> 

 namespace netwiser { namespace dsr {

-DSR::DSR() : rreqID(0) {
(Continue reading)

Nick Allen | 14 Jan 2007 02:23

Build Failure Notice for framework/trunk on Sat Jan 13 20:21:29 EST 2007

author:  nwa
revision: 541
log: bug 622.  Route Requests are being sent.

A   framework/trunk/packages/netwiser/dsr/DSR.cpp
A   framework/trunk/packages/netwiser/dsr/DSR.h
A   framework/trunk/packages/netwiser/dsr/DSRHeader.h
A   framework/trunk/packages/netwiser/dsr/RouteRequest.h

make -C tests -f simulator/Makefile
make[1]: Entering directory `/tmp/1168737689/tests'
rm -f build_simulator/TestRunner build_simulator/TestRunner.exe
../bin/cppmake
make[2]: Entering directory `/tmp/1168737689/tests'
g++ -g -Wall -Icommon -Isimulator -Ipackages -I../framework/common -I../framework/simulator
-I../utils -I../packages -c -o build_simulator/netwiser/ListTest.o common/netwiser/ListTest.cpp
g++ -g -Wall -Icommon -Isimulator -Ipackages -I../framework/common -I../framework/simulator
-I../utils -I../packages -c -o build_simulator/netwiser/geometry/cartesian/Sphere.o ../framework/common/netwiser/geometry/cartesian/Sphere.cpp
g++ -g -Wall -Icommon -Isimulator -Ipackages -I../framework/common -I../framework/simulator
-I../utils -I../packages -c -o build_simulator/netwiser/MultiPointerTest.o common/netwiser/MultiPointerTest.cpp
g++ -g -Wall -Icommon -Isimulator -Ipackages -I../framework/common -I../framework/simulator
-I../utils -I../packages -c -o build_simulator/netwiser/Queue.o ../utils/netwiser/Queue.cpp
g++ -g -Wall -Icommon -Isimulator -Ipackages -I../framework/common -I../framework/simulator
-I../utils -I../packages -c -o build_simulator/netwiser/BoundedSize.o ../utils/netwiser/BoundedSize.cpp
g++ -g -Wall -Icommon -Isimulator -Ipackages -I../framework/common -I../framework/simulator
-I../utils -I../packages -c -o build_simulator/netwiser/tcpip/udp/UDPTest.o packages/netwiser/tcpip/udp/UDPTest.cpp
g++ -g -Wall -Icommon -Isimulator -Ipackages -I../framework/common -I../framework/simulator
-I../utils -I../packages -c -o
build_simulator/netwiser/geometry/cartesian/ublas/ConversionTest.o common/netwiser/geometry/cartesian/ublas/ConversionTest.cpp
g++ -g -Wall -Icommon -Isimulator -Ipackages -I../framework/common -I../framework/simulator
(Continue reading)

Nick Allen | 14 Jan 2007 02:23

Build Failure Notice for framework/trunk on Sat Jan 13 20:21:25 EST 2007

author:  nwa
revision: 540
log: bug 622.  Route Requests are being sent.

A   framework/trunk/packages/netwiser/dsr/

make -C tests -f simulator/Makefile
make[1]: Entering directory `/tmp/1168737685/tests'
rm -f build_simulator/TestRunner build_simulator/TestRunner.exe
../bin/cppmake
make[2]: Entering directory `/tmp/1168737685/tests'
g++ -g -Wall -Icommon -Isimulator -Ipackages -I../framework/common -I../framework/simulator
-I../utils -I../packages -c -o build_simulator/netwiser/ListTest.o common/netwiser/ListTest.cpp
g++ -g -Wall -Icommon -Isimulator -Ipackages -I../framework/common -I../framework/simulator
-I../utils -I../packages -c -o build_simulator/netwiser/geometry/cartesian/Sphere.o ../framework/common/netwiser/geometry/cartesian/Sphere.cpp
g++ -g -Wall -Icommon -Isimulator -Ipackages -I../framework/common -I../framework/simulator
-I../utils -I../packages -c -o build_simulator/netwiser/MultiPointerTest.o common/netwiser/MultiPointerTest.cpp
g++ -g -Wall -Icommon -Isimulator -Ipackages -I../framework/common -I../framework/simulator
-I../utils -I../packages -c -o build_simulator/netwiser/Queue.o ../utils/netwiser/Queue.cpp
g++ -g -Wall -Icommon -Isimulator -Ipackages -I../framework/common -I../framework/simulator
-I../utils -I../packages -c -o build_simulator/netwiser/BoundedSize.o ../utils/netwiser/BoundedSize.cpp
g++ -g -Wall -Icommon -Isimulator -Ipackages -I../framework/common -I../framework/simulator
-I../utils -I../packages -c -o build_simulator/netwiser/tcpip/udp/UDPTest.o packages/netwiser/tcpip/udp/UDPTest.cpp
g++ -g -Wall -Icommon -Isimulator -Ipackages -I../framework/common -I../framework/simulator
-I../utils -I../packages -c -o
build_simulator/netwiser/geometry/cartesian/ublas/ConversionTest.o common/netwiser/geometry/cartesian/ublas/ConversionTest.cpp
g++ -g -Wall -Icommon -Isimulator -Ipackages -I../framework/common -I../framework/simulator
-I../utils -I../packages -c -o build_simulator/netwiser/HeaderTest.o common/netwiser/HeaderTest.cpp
g++ -g -Wall -Icommon -Isimulator -Ipackages -I../framework/common -I../framework/simulator
-I../utils -I../packages -c -o build_simulator/netwiser/PriorityQueueTest.o common/netwiser/PriorityQueueTest.cpp
(Continue reading)

commit | 14 Jan 2007 02:21

r541 - framework/trunk/packages/netwiser/dsr

Author: nwa
Date: 2007-01-13 20:21:27 -0500 (Sat, 13 Jan 2007)
New Revision: 541

Added:
   framework/trunk/packages/netwiser/dsr/DSR.cpp
   framework/trunk/packages/netwiser/dsr/DSR.h
   framework/trunk/packages/netwiser/dsr/DSRHeader.h
   framework/trunk/packages/netwiser/dsr/RouteRequest.h
Log:
bug 622.  Route Requests are being sent.

Added: framework/trunk/packages/netwiser/dsr/DSR.cpp
===================================================================
--- framework/trunk/packages/netwiser/dsr/DSR.cpp	2007-01-14 01:21:20 UTC (rev 540)
+++ framework/trunk/packages/netwiser/dsr/DSR.cpp	2007-01-14 01:21:27 UTC (rev 541)
 <at>  <at>  -0,0 +1,107  <at>  <at> 
+/*
+ * Copyright (C) 2006 Bitwiser Labs
+ *
+ * This file is part of Netwiser.
+ *
+ * Netwiser is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * Netwiser is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
(Continue reading)

commit | 14 Jan 2007 02:21

r540 - framework/trunk/packages/netwiser

Author: nwa
Date: 2007-01-13 20:21:20 -0500 (Sat, 13 Jan 2007)
New Revision: 540

Added:
   framework/trunk/packages/netwiser/dsr/
Log:
bug 622.  Route Requests are being sent.
commit | 13 Jan 2007 22:59

r1253 - ide/trunk/core/src/com/bitwiserlabs/netwiser/plugin/core/parts

Author: nwa
Date: 2007-01-13 16:59:00 -0500 (Sat, 13 Jan 2007)
New Revision: 1253

Modified:
   ide/trunk/core/src/com/bitwiserlabs/netwiser/plugin/core/parts/ContainerTreeEditPart.java
Log:
bug 625.  Instead of the ContainerTreeEditPart manually adding new children, it should just refresh and
let the TreeEditParts decide which objects need added and where.

Modified: ide/trunk/core/src/com/bitwiserlabs/netwiser/plugin/core/parts/ContainerTreeEditPart.java
===================================================================
---
ide/trunk/core/src/com/bitwiserlabs/netwiser/plugin/core/parts/ContainerTreeEditPart.java	2007-01-13
21:54:41 UTC (rev 1252)
+++
ide/trunk/core/src/com/bitwiserlabs/netwiser/plugin/core/parts/ContainerTreeEditPart.java	2007-01-13
21:59:00 UTC (rev 1253)
 <at>  <at>  -22,8 +22,6  <at>  <at> 
 import java.util.ArrayList;
 import java.util.List;

-import org.eclipse.gef.EditPart;
-
 import com.bitwiserlabs.netwiser.plugin.core.model.Container;
 import com.bitwiserlabs.netwiser.plugin.core.model.HasEvents;
 import com.bitwiserlabs.netwiser.plugin.core.model.IModel;
 <at>  <at>  -53,29 +51,12  <at>  <at> 
 	 */
 	public void propertyChange(PropertyChangeEvent evt) {
(Continue reading)


Gmane