Skip to content

Commit

Permalink
tweeks of the CBSE demo setup
Browse files Browse the repository at this point in the history
  • Loading branch information
keznikl authored and andranikm committed Feb 7, 2014
1 parent 7a81b04 commit ce84708
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions jdeeco-simulation-demo/matlab/gen_componentcfg.m
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
plot(x(1,:)+x1,y(1,:)+y1,':k')

teamcnt = 5;
membercnt = 1000;
leadercnt = 50;
othercnt = 300;
membercnt = 500;
leadercnt = 25;
othercnt = 150;

%configlines = repmat('%s\t',1,membercnt+leadercnt+othercnt);
offset = 0;
Expand Down
6 changes: 3 additions & 3 deletions jdeeco-simulation-demo/omnetpp.ini.templ
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ ned-path = model;mixim/examples;mixim/src/base;mixim/src/inet_stub;mixim/src/mod
# Simulation parameters #
##########################################################
**.**.coreDebug = false
**.playgroundSizeX = 1000m
**.playgroundSizeY = 1000m
**.playgroundSizeZ = 1000m
**.playgroundSizeX = 1300m
**.playgroundSizeY = 1300m
**.playgroundSizeZ = 10m

##########################################################
# WorldUtility parameters #
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
*/
public class Main {

static double POSITION_FACTOR = 100;
static double POSITION_FACTOR = 1;
static int PACKET_SIZE = 1000;
static int PUBLISHING_PERIOD = 500;

Expand Down

0 comments on commit ce84708

Please sign in to comment.