From schwamborn at informatik.uos.de Mon Jan 21 11:33:44 2019 From: schwamborn at informatik.uos.de (Matthias Schwamborn) Date: Mon, 21 Jan 2019 11:33:44 +0100 Subject: [BonnMotion] Inquiry about Bonnmotion RPGM Model [now with correct list address] In-Reply-To: References: Message-ID: Dear Evan, thanks for your mail. The RPGM model implemented in BonnMotion is based on the paper by Hong et al. [1] and does not provide a user-defined group direction parameter as this is supposed to be random AFAIK. Therefore, I'm afraid you'd have to implement this yourself. As a pointer, take a look at edu.bonn.cs.iv.bonnmotion.models.RPGM.generate(), where the main part of the mobility generation takes place. Please post any further mails to the bonnmotion list (Cced). Best regards, Matthias [1] https://dl.acm.org/citation.cfm?id=313248 On 18.01.19 19:53, Qiu, Evan Yifeng (IC) wrote: > Hello Matthias, > > My name is Evan and I am a research engineer working for the Canadian Government, Communications Research Centre in Ottawa. I would like to get your help on the usage of Bonnmotion RPGM model. > > We have been doing a research project which uses the bonnmotion models such as Random Way Point, Random Walk and RPGM etc. However, it looks like that the RPGM model does not provide us with the Group Direction parameter when we generate the mobility file. My understanding is that RPGM groups can move randomly at defined speeds(high and low speeds configured with model parameters), but we actually need to define two groups and make them move directly toward each other at certain speed. In this case, we have to define the group moving directions to meet the requirement. > > Would you please provide us with any information to define the Group Direction for RPGM model? In the case that the current RPGM model does not support the user defined Group Direction, do you have any insight, recommendation or suggestion to solve this problem? > > Thank you very much for your help! > > Regards, > Evan > > --------------------------------------------------------------------------------------------------------------------- > Evan(Yifeng) Qiu, Ph.D > > Research Engineer, Communications Research Centre Canada > Innovation, Science and Economic Development Canada / Government of Canada > evanyifeng.qiu at canada.ca / Tel : 613-990-9263 / TTY : 1-866-694-8389 > > Ing?nieur de recherches, Centre de recherches sur les communications Canada > Innovation, Sciences et D?veloppement ?conomique Canada / Gouvernement du Canada > evanyifeng.qiu at canada.ca / T?l : 613-990-9263 / ATS : 1-866-694-838 > > > -- Dr. Matthias Schwamborn http://matthias.schwamborn.me/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 235 bytes Desc: OpenPGP digital signature URL: From Noah.Okuonghae.2015 at live.rhul.ac.uk Mon Mar 18 19:57:06 2019 From: Noah.Okuonghae.2015 at live.rhul.ac.uk (Okuonghae, Noah (2015)) Date: Mon, 18 Mar 2019 18:57:06 +0000 Subject: [BonnMotion] Draft for Bonnmotion In-Reply-To: <4762d554-7c74-c6e9-e3a6-99dc70e89ac1@uos.de> References: , <4762d554-7c74-c6e9-e3a6-99dc70e89ac1@uos.de> Message-ID: Thanks Nils and Alexander, I am still on the verge of increasing the heap size for my simulation. I have been increasing it gradually in order to find out which will work comfortably. At the moment I have increased it to 8g (8589934592 bit = 8gb) but it still goes to memory issues. Also, I would like to kindly inquiry if it is possible to use BonnMotion to stimulate obstacle mobility in NS2 or can you kindly advice how I can simulate obstacle mobility. Thank you for your kind response. Noah ________________________________ From: Nils Aschenbruck Sent: Sunday, January 6, 2019 3:05 PM To: Okuonghae, Noah (2015) Subject: Re: Draft for Bonnmotion Dear Noah, Alexander has replied to your mail on the mailing list. Please see a forward below. Best, Nils Aschenbruck -------- Forwarded Message -------- Subject: Re: [BonnMotion] Reference Point Group Mobility Model: BonnMotion Date: Thu, 20 Dec 2018 15:00:07 +0100 From: Alexander Bothe Reply-To: BonnMotion mobility generator mailing list To: bonnmotion at list.serv.Uni-Osnabrueck.de Dear Noah, I'm not too familiar with the RPGM model (implementation), so I can't give you any advice regarding your specific model parameters, but: The -i parameter increases the overall simulation time to the sum of the values passed with parameters -i and -d. For the results, the initial i seconds are cut from the created movement file. This might be needed to remove "weird" effects of an initial transient simulation state, which might occur before a steady state is reached, from your results. Whether this is necessary depends on several factors (e.g., model, parameters, scenario, ...). I gave your command line a try on my Ubuntu based system with a slightly older Java version, seems to work fine (results attached): :/software/bonnmotion-3.0.1/bin$ ./bm -f battleFiled_60_6 RPGM -d 1000 -i 0.0 -n 60 -x 1000 -y 1000 -a 5.0 -h 6.0 -l 0.0 -p 2.0 -c 0.0 BonnMotion 3.0.1 OS: Linux 4.15.0-42-generic Java: Oracle Corporation 1.8.0_181 Starting RPGM ... warning: setting the initial phase to be cut off to be too short may result in very weird scenarios Next RNG-Seed =8802419895629028808 | #Randoms = 924 RPGM done. Runtime: 0 sec Increasing the number of nodes, I ran into memory issues around 6e5 nodes, but this was clearly stated in the error message I received and potentially could be fixed by increasing the heap size. Best regards, Alexander Okuonghae, Noah (2015) wrote on 01.01.19 23:47: > Dear Nils Aschenbruck, > > I would like to thank you for your last reply. Please, I would appreciate any suggestions on what I initially posted to the Bonnmotion mailing list (also included below). Thank you for your kind response. > > Kind regards > > Noah > > Get Outlook for Android > > > > From: Okuonghae, Noah (2015) > Sent: Tuesday, December 18, 2018, 3:49 AM > Subject: Draft for Bonnmotion > To: Noah Nowa Okuonghae > > > [BonnMotion] Reference Point Group Mobility Model: BonnMotion > > > > Dear Bonnmotion Mailinglist, > > Thank you for your reply. > > I am using Bonnmotion to create RPGM mobility scnarios for 10, 20, 30, 40, 50 nodes individually, using fixed speeds of 6, 12, 32ms (-h 6 -l 0.0), I intensionally did not give any seconds to skip(is that alright?). I have a scenario duration time of 1000. > My simulation area for x & y is 1000, and pause time is 2. I would like my node to inherit the attribute of whatever group it meets and each group should consist of 5 nodes each (say for 10 nodes, it will be 2 groups of 5 nodes). -n runs well for 10 nodes and 6 speed and 12 speed but when I increase the nudes from 20 all through to > 60 it halts and goes into an infinate loop. Also what does this mean: warning: setting the initial phase to be cut off to be too short may result in very weird scenarios? > > Thank you for your kind support. > > > > > Please also provide full information: > > - BonnMotion version: bonnmotion-3.0.1 > > > - Java version: > > java version "1.8.0_191" > Java(TM) SE Runtime Environment (build 1.8.0_191-b12) > Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode) > > - Operating System: Ubuntu > > - full command line to get the error: > > bm -f battleFiled_60_6 RPGM -d 1000 -i 0.0 -n 60 -x 1000 -y 1000 -a 5.0 -h 6.0 -l 0.0 -p 2.0 -c 0.0 > > - output -> error: It hangs > > >> Lastly in >> trying to find the problem I noticed in the Bonnmotion output file that my >> -x had become 1020 and also -y 1020 instead of 1000 each, what should I do? > > BonnMotion adds a margin of 10 on all sides to avoid nodes moving on the boarder > as this caused problems in some simulators. > > Best, > Nils Aschenbruck > > > > circular=false--------------what does this mean? > maxdist ------------------how do you set it > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From Noah.Okuonghae.2015 at live.rhul.ac.uk Fri Apr 12 13:45:37 2019 From: Noah.Okuonghae.2015 at live.rhul.ac.uk (Okuonghae, Noah (2015)) Date: Fri, 12 Apr 2019 11:45:37 +0000 Subject: [BonnMotion] Draft for Bonnmotion In-Reply-To: <4762d554-7c74-c6e9-e3a6-99dc70e89ac1@uos.de> References: , <4762d554-7c74-c6e9-e3a6-99dc70e89ac1@uos.de> Message-ID: Dear BonnMotion Mailing List, Please, I will be more than grateful if anyone could paste here the parameters and a sample command for configuring DisasterArea, especially on how to create obstacles ? Lastly, please what is the parameter for assigning maxdist e.g -a 5 is the parameter assigning groupsize_E=5.0, how do I assign maxdist=100 ? Thank you for your kind response. Noah ________________________________ From: Nils Aschenbruck Sent: Sunday, January 6, 2019 3:05 PM To: Okuonghae, Noah (2015) Subject: Re: Draft for Bonnmotion Dear Noah, Alexander has replied to your mail on the mailing list. Please see a forward below. Best, Nils Aschenbruck -------- Forwarded Message -------- Subject: Re: [BonnMotion] Reference Point Group Mobility Model: BonnMotion Date: Thu, 20 Dec 2018 15:00:07 +0100 From: Alexander Bothe Reply-To: BonnMotion mobility generator mailing list To: bonnmotion at list.serv.Uni-Osnabrueck.de Dear Noah, I'm not too familiar with the RPGM model (implementation), so I can't give you any advice regarding your specific model parameters, but: The -i parameter increases the overall simulation time to the sum of the values passed with parameters -i and -d. For the results, the initial i seconds are cut from the created movement file. This might be needed to remove "weird" effects of an initial transient simulation state, which might occur before a steady state is reached, from your results. Whether this is necessary depends on several factors (e.g., model, parameters, scenario, ...). I gave your command line a try on my Ubuntu based system with a slightly older Java version, seems to work fine (results attached): :/software/bonnmotion-3.0.1/bin$ ./bm -f battleFiled_60_6 RPGM -d 1000 -i 0.0 -n 60 -x 1000 -y 1000 -a 5.0 -h 6.0 -l 0.0 -p 2.0 -c 0.0 BonnMotion 3.0.1 OS: Linux 4.15.0-42-generic Java: Oracle Corporation 1.8.0_181 Starting RPGM ... warning: setting the initial phase to be cut off to be too short may result in very weird scenarios Next RNG-Seed =8802419895629028808 | #Randoms = 924 RPGM done. Runtime: 0 sec Increasing the number of nodes, I ran into memory issues around 6e5 nodes, but this was clearly stated in the error message I received and potentially could be fixed by increasing the heap size. Best regards, Alexander Okuonghae, Noah (2015) wrote on 01.01.19 23:47: > Dear Nils Aschenbruck, > > I would like to thank you for your last reply. Please, I would appreciate any suggestions on what I initially posted to the Bonnmotion mailing list (also included below). Thank you for your kind response. > > Kind regards > > Noah > > Get Outlook for Android > > > > From: Okuonghae, Noah (2015) > Sent: Tuesday, December 18, 2018, 3:49 AM > Subject: Draft for Bonnmotion > To: Noah Nowa Okuonghae > > > [BonnMotion] Reference Point Group Mobility Model: BonnMotion > > > > Dear Bonnmotion Mailinglist, > > Thank you for your reply. > > I am using Bonnmotion to create RPGM mobility scnarios for 10, 20, 30, 40, 50 nodes individually, using fixed speeds of 6, 12, 32ms (-h 6 -l 0.0), I intensionally did not give any seconds to skip(is that alright?). I have a scenario duration time of 1000. > My simulation area for x & y is 1000, and pause time is 2. I would like my node to inherit the attribute of whatever group it meets and each group should consist of 5 nodes each (say for 10 nodes, it will be 2 groups of 5 nodes). -n runs well for 10 nodes and 6 speed and 12 speed but when I increase the nudes from 20 all through to > 60 it halts and goes into an infinate loop. Also what does this mean: warning: setting the initial phase to be cut off to be too short may result in very weird scenarios? > > Thank you for your kind support. > > > > > Please also provide full information: > > - BonnMotion version: bonnmotion-3.0.1 > > > - Java version: > > java version "1.8.0_191" > Java(TM) SE Runtime Environment (build 1.8.0_191-b12) > Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode) > > - Operating System: Ubuntu > > - full command line to get the error: > > bm -f battleFiled_60_6 RPGM -d 1000 -i 0.0 -n 60 -x 1000 -y 1000 -a 5.0 -h 6.0 -l 0.0 -p 2.0 -c 0.0 > > - output -> error: It hangs > > >> Lastly in >> trying to find the problem I noticed in the Bonnmotion output file that my >> -x had become 1020 and also -y 1020 instead of 1000 each, what should I do? > > BonnMotion adds a margin of 10 on all sides to avoid nodes moving on the boarder > as this caused problems in some simulators. > > Best, > Nils Aschenbruck > > > > circular=false--------------what does this mean? > maxdist ------------------how do you set it > > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From bothe at informatik.uos.de Thu Apr 18 12:13:20 2019 From: bothe at informatik.uos.de (Alexander Bothe) Date: Thu, 18 Apr 2019 12:13:20 +0200 Subject: [BonnMotion] Draft for Bonnmotion In-Reply-To: References: <4762d554-7c74-c6e9-e3a6-99dc70e89ac1@uos.de> Message-ID: <1f6a6839-5c2d-12ab-415c-8236b79ad8c6@informatik.uos.de> Dear Noah, in most cases you can use the command line to get additional information about the parameters used by the implemented models. For the DisasterArea model the following command will print the usage help: bm -hm DisasterArea In addition, a sample perl script is included (doc/da_example/sample.pl). Take note, that you can add multiple obstacles by chaining multiple obstacle parameters. Best, Alexander ps: 8589934592 bits are about 1gb. On 12.04.19 13:45, Okuonghae, Noah (2015) wrote: > Dear BonnMotion Mailing List, > > Please, I will be more than grateful if anyone could paste here the parameters and a sample command for configuring DisasterArea, especially on how to create obstacles ? > > Lastly, please what is the parameter for assigning maxdist e.g -a 5 is the parameter assigning groupsize_E=5.0, how do I assign maxdist=100 ? > > Thank you for your kind response. > > Noah > > > ________________________________ > From: Nils Aschenbruck > Sent: Sunday, January 6, 2019 3:05 PM > To: Okuonghae, Noah (2015) > Subject: Re: Draft for Bonnmotion > > Dear Noah, > > Alexander has replied to your mail on the mailing list. > > Please see a forward below. > > Best, > Nils Aschenbruck > > -------- Forwarded Message -------- > Subject: Re: [BonnMotion] Reference Point Group Mobility Model: BonnMotion > Date: Thu, 20 Dec 2018 15:00:07 +0100 > From: Alexander Bothe > Reply-To: BonnMotion mobility generator mailing list > > To: bonnmotion at list.serv.Uni-Osnabrueck.de > > Dear Noah, > > I'm not too familiar with the RPGM model (implementation), so I can't > give you any advice regarding your specific model parameters, but: > > The -i parameter increases the overall simulation time to the sum of the > values passed with parameters -i and -d. For the results, the initial i > seconds are cut from the created movement file. This might be needed to > remove "weird" effects of an initial transient simulation state, which > might occur before a steady state is reached, from your results. Whether > this is necessary depends on several factors (e.g., model, parameters, > scenario, ...). > > I gave your command line a try on my Ubuntu based system with a slightly > older Java version, seems to work fine (results attached): > :/software/bonnmotion-3.0.1/bin$ ./bm -f battleFiled_60_6 RPGM -d 1000 > -i 0.0 -n 60 -x 1000 -y 1000 -a 5.0 -h 6.0 -l 0.0 -p 2.0 -c 0.0 > BonnMotion 3.0.1 > > OS: Linux 4.15.0-42-generic > Java: Oracle Corporation 1.8.0_181 > > > Starting RPGM ... > warning: setting the initial phase to be cut off to be too short may > result in very weird scenarios > Next RNG-Seed =8802419895629028808 | #Randoms = 924 > RPGM done. > Runtime: 0 sec > > Increasing the number of nodes, I ran into memory issues around 6e5 > nodes, but this was clearly stated in the error message I received and > potentially could be fixed by increasing the heap size. > > Best regards, > Alexander > > > Okuonghae, Noah (2015) wrote on 01.01.19 23:47: >> Dear Nils Aschenbruck, >> >> I would like to thank you for your last reply. Please, I would appreciate any suggestions on what I initially posted to the Bonnmotion mailing list (also included below). Thank you for your kind response. >> >> Kind regards >> >> Noah >> >> Get Outlook for Android >> >> >> >> From: Okuonghae, Noah (2015) >> Sent: Tuesday, December 18, 2018, 3:49 AM >> Subject: Draft for Bonnmotion >> To: Noah Nowa Okuonghae >> >> >> [BonnMotion] Reference Point Group Mobility Model: BonnMotion >> >> >> >> Dear Bonnmotion Mailinglist, >> >> Thank you for your reply. >> >> I am using Bonnmotion to create RPGM mobility scnarios for 10, 20, 30, 40, 50 nodes individually, using fixed speeds of 6, 12, 32ms (-h 6 -l 0.0), I intensionally did not give any seconds to skip(is that alright?). I have a scenario duration time of 1000. >> My simulation area for x & y is 1000, and pause time is 2. I would like my node to inherit the attribute of whatever group it meets and each group should consist of 5 nodes each (say for 10 nodes, it will be 2 groups of 5 nodes). -n runs well for 10 nodes and 6 speed and 12 speed but when I increase the nudes from 20 all through to >> 60 it halts and goes into an infinate loop. Also what does this mean: warning: setting the initial phase to be cut off to be too short may result in very weird scenarios? >> >> Thank you for your kind support. >> >> >> >> >> Please also provide full information: >> >> - BonnMotion version: bonnmotion-3.0.1 >> >> >> - Java version: >> >> java version "1.8.0_191" >> Java(TM) SE Runtime Environment (build 1.8.0_191-b12) >> Java HotSpot(TM) 64-Bit Server VM (build 25.191-b12, mixed mode) >> >> - Operating System: Ubuntu >> >> - full command line to get the error: >> >> bm -f battleFiled_60_6 RPGM -d 1000 -i 0.0 -n 60 -x 1000 -y 1000 -a 5.0 -h 6.0 -l 0.0 -p 2.0 -c 0.0 >> >> - output -> error: It hangs >> >> >>> Lastly in >>> trying to find the problem I noticed in the Bonnmotion output file that my >>> -x had become 1020 and also -y 1020 instead of 1000 each, what should I do? >> >> BonnMotion adds a margin of 10 on all sides to avoid nodes moving on the boarder >> as this caused problems in some simulators. >> >> Best, >> Nils Aschenbruck >> >> >> >> circular=false--------------what does this mean? >> maxdist ------------------how do you set it >> >> >> >> >> > > > _______________________________________________ > BonnMotion mailing list > BonnMotion at list.serv.Uni-Osnabrueck.de > https://list.serv.uni-osnabrueck.de/mailman/listinfo/bonnmotion > From bothe at informatik.uos.de Tue Jun 11 18:34:35 2019 From: bothe at informatik.uos.de (Alexander Bothe) Date: Tue, 11 Jun 2019 18:34:35 +0200 Subject: [BonnMotion] TLW mobility model In-Reply-To: <3d16609d-c547-6c2e-5b7f-b456d3076951@uos.de> References: <3d16609d-c547-6c2e-5b7f-b456d3076951@uos.de> Message-ID: <4cc15035-29d9-97d0-9a3e-5abdbafe0f12@informatik.uos.de> Dear Daniel, looks like the current implementation of the TLW model ignores the x and y parameters and uses s instead to set both dimensions. So, specifying s as 1000 results in your requested scenario space of 1000m x 1000m. Therefore, using bm -f TLW0 TLW -d 3600 -n 1 -R 6311 -a 1.5401133655865746 -b 0.8990860035786055 -s 1000 -m 0 -M 1200 -l 10 -L 100 -c 2 and bm IntervalFormat -f TLW0 -s -l 1 results in a node, that stays within the scenario area: 0 0.0 179.0 848.0 0 1.0 178.39999999999998 847.4 0 2.0 177.8 846.8000000000001 0 3.0 177.2 846.1999999999999 0 4.0 176.6 845.6 0 5.0 175.99999999999997 844.9999999999999 0 6.0 175.4 844.4000000000001 0 7.0 174.8 843.8 0 8.0 174.2 843.2 0 9.0 173.6 842.5999999999999 0 10.0 173.00000000000003 842.0 0 11.0 172.4 841.4 0 12.0 171.8 840.8000000000001 0 13.0 171.2 840.2 0 14.0 170.6 839.6 0 15.0 170.0 839.0 0 16.0 169.4 838.4 0 17.0 168.8 837.8 0 18.0 168.2 837.1999999999999 ... Since others may have the same issue, I also forward this conversation to the BM mailing list. You can subscribe here: https://list.serv.uni-osnabrueck.de/mailman/listinfo/bonnmotion Kind regards, Alexander -- University of Osnabr?ck Tel.: +49-541-969-7165 Institute of Computer Science Fax: +49-541-969-2799 Wachsbleiche 27 Room: 50/402a E-mail: bothe at informatik.uos.de D-49090 Osnabr?ck, Germany http://cs.uos.de/bothe/ > > To: info at bonnmotion.net > > Dear all, > > I am trying to use TLW mobility model. The command I have used to generate > the model looks like as follows: > > bm -f TLW0 TLW -d 3600 -x 1000 -y 1000 -n 1 -R 6311 -a 1.5401133655865746 > -b 0.8990860035786055 -s 3600 -m 0 -M 1200 -l 10 -L 100 -c 2 > bm IntervalFormat -f TLW0 -s -l 1 > > The problem is that I want to restrict the movements of the node (I only > use one node) to scenario limits 1000 x 1000 (2D scenario). However, it > seems that it starts out of the scenario. > > The .IF file looks like as follows; > > 0 0.0 180.0 2348.0 > 0 1.0 179.4 2347.3999999999996 > 0 2.0 178.8 2346.8 > 0 3.0 178.2 2346.2 > 0 4.0 177.6 2345.6 > 0 5.0 177.0 2344.9999999999995 > 0 6.0 176.4 2344.4 > 0 7.0 175.8 2343.8 > 0 8.0 175.2 2343.2 > 0 9.0 174.6 2342.6 > 0 10.0 174.0 2342.0 > 0 11.0 173.4 2341.4 > 0 12.0 172.8 2340.8 > 0 13.0 172.2 2340.2 > 0 14.0 171.6 2339.6 > 0 15.0 171.0 2339.0 > 0 16.0 170.4 2338.4 > 0 17.0 169.8 2337.8 > 0 18.0 169.2 2337.2 > 0 19.0 168.6 2336.6 > > ... > > Any suggestions? > > Thank so much, > Daniel > From Noah.Okuonghae.2015 at live.rhul.ac.uk Mon Sep 9 07:30:41 2019 From: Noah.Okuonghae.2015 at live.rhul.ac.uk (Okuonghae, Noah (2015)) Date: Mon, 9 Sep 2019 05:30:41 +0000 Subject: [BonnMotion] kind request: DisasterArea configuration Message-ID: Thanks everyone, for all your support as I navigate through learning to use Bonnmotion. I am still having difficulties configuring the DisasterArea mobility despite having read through the documentation. I would be most grateful and welcome your insight on how to fix the errors below. Thank you ever so much in advance. Kind regards, Noah Ques 1 (Three errors), I would like to configure the disaster are mobility for 10 nodes, 20 nodes, 30 nodes ...60 nodes respectively but can not get past the errors below, especially trying to configure -b cordinates, what am I not doing right? Can any kindly advice? Error 1: configuration: "./bm -f emer101a DisasterArea -n 10 -x 1000 -y 1000 -p 20 -a 4 -g 140 -r 3 -e 4 -q 2.5 -d 300 -i 3000 -j 0 -b 20,190,20,174,56,150,56,174,38,174,56,182,1,2,1 -b 75,200,75,170,225,200,225,170,75,182,140,170,0,2,1 -b 160,15,160,55,200,15,200,55,270,0,130,0,160,25,200,25,4,3,2 -b 40,10,65,10,65,35,40,35,50,10,50,11,3,3,0 -o 230,200,230,140,270,200,270,140" Results: Picked up _JAVA_OPTIONS: -Xmx8G BonnMotion 3.0.1 OS: Linux 4.4.0-146-generic Java: Oracle Corporation 11.0.3 Starting DisasterArea ... avgMobileNodesPerGroup will not be considered in this model, because the group sizes depend on the areas In this model you can't specify maxspeed using area dependend speed #Obstacle[Type:0] = 1 FINISHED: compute visibility graphs type: 0 #Obstacle[Type:1] = 1 FINISHED: compute visibility graphs type: 1 #Obstacle[Type:2] = 1 FINISHED: compute visibility graphs type: 2 #Obstacle[Type:3] = 1 FINISHED: compute visibility graphs type: 3 #Obstacle[Type:4] = 1 FINISHED: compute visibility graphs type: 4 Area: 0(Type: 1) -->1 * 1 + 1 * (2-1) = 2 "Please specify a casualties clearing station for patients waiting for treatment area! aborting..." Error 2: ./bm -f emer101a DisasterArea -n 10 -x 1000 -y 1000 -p 20 -a 4 -g 140 -r 3 -e 4 -q 2.5 -d 300 -i 3000 -j 0 -b 20,190,20,174,56,150,56,174,38,174,56,182,1,2,3 -b 75,200,75,170,225,200,225,170,75,182,140,170,0,3,1 -b 160,15,160,55,200,15,200,55,270,0,130,0,160,25,200,25,4,3,2 -b 40,10,65,10,65,35,40,35,50,10,50,11,3,2,0 -o 230,200,230,140,270,200,270,140 Picked up _JAVA_OPTIONS: -Xmx8G BonnMotion 3.0.1 OS: Linux 4.4.0-146-generic Java: Oracle Corporation 11.0.3 Starting DisasterArea ... avgMobileNodesPerGroup will not be considered in this model, because the group sizes depend on the areas "In this model you can't specify maxspeed using area dependend speed "There can't be more transport groups than total groups, here: transport groups 3 total 2" Error 3: ./bm -f emer101a DisasterArea -n 10 -x 1000 -y 1000 -p 20 -a 4 -g 140 -r 3 -e 4 -q 2.5 -d 300 -i 3000 -j 0 -b 20,190,20,174,56,150,56,174,38,174,56,182,1,2,1 -b 160,15,160,55,200,15,200,55,270,0,130,0,160,25,4,2 -b 40,10,65,10,65,35,40,35,50,10,50,11,3,4,0 -b 133,25,180,25,180,75,133,75,133,50,180,50,1,3,3 -o 230,200,230,140,270,200,270,140 Picked up _JAVA_OPTIONS: -Xmx8G BonnMotion 3.0.1 OS: Linux 4.4.0-146-generic Java: Oracle Corporation 11.0.3 Starting DisasterArea ... avgMobileNodesPerGroup will not be considered in this model, because the group sizes depend on the areas In this model you can't specify maxspeed using area dependend speed "Areas' y-coordinates should be in scenario range and not too near to border Area-Type: 25.0 maxdist 3.0 Params 0.0" -------------- next part -------------- An HTML attachment was scrubbed... URL: From Noah.Okuonghae.2015 at live.rhul.ac.uk Wed Sep 25 13:51:23 2019 From: Noah.Okuonghae.2015 at live.rhul.ac.uk (Okuonghae, Noah (2015)) Date: Wed, 25 Sep 2019 11:51:23 +0000 Subject: [BonnMotion] Fw: kind request: DisasterArea configuration In-Reply-To: References: Message-ID: Hello All, I am writing to say that my problem below still exists and would kindly appreciate any comment or direction as to how or who could be of help. I have been on it for more than six months now and my time is running out. Thank you ever so much for your anticipated response. Kind regards, Noah ________________________________ From: Okuonghae, Noah (2015) Sent: Monday, September 9, 2019 6:30 AM To: bonnmotion at list.serv.Uni-Osnabrueck.de Subject: kind request: DisasterArea configuration Thanks everyone, for all your support as I navigate through learning to use Bonnmotion. I am still having difficulties configuring the DisasterArea mobility despite having read through the documentation. I would be most grateful and welcome your insight on how to fix the errors below. Thank you ever so much in advance. Kind regards, Noah Ques 1 (Three errors), I would like to configure the disaster are mobility for 10 nodes, 20 nodes, 30 nodes ...60 nodes respectively but can not get past the errors below, especially trying to configure -b cordinates, what am I not doing right? Can any kindly advice? Error 1: configuration: "./bm -f emer101a DisasterArea -n 10 -x 1000 -y 1000 -p 20 -a 4 -g 140 -r 3 -e 4 -q 2.5 -d 300 -i 3000 -j 0 -b 20,190,20,174,56,150,56,174,38,174,56,182,1,2,1 -b 75,200,75,170,225,200,225,170,75,182,140,170,0,2,1 -b 160,15,160,55,200,15,200,55,270,0,130,0,160,25,200,25,4,3,2 -b 40,10,65,10,65,35,40,35,50,10,50,11,3,3,0 -o 230,200,230,140,270,200,270,140" Results: Picked up _JAVA_OPTIONS: -Xmx8G BonnMotion 3.0.1 OS: Linux 4.4.0-146-generic Java: Oracle Corporation 11.0.3 Starting DisasterArea ... avgMobileNodesPerGroup will not be considered in this model, because the group sizes depend on the areas In this model you can't specify maxspeed using area dependend speed #Obstacle[Type:0] = 1 FINISHED: compute visibility graphs type: 0 #Obstacle[Type:1] = 1 FINISHED: compute visibility graphs type: 1 #Obstacle[Type:2] = 1 FINISHED: compute visibility graphs type: 2 #Obstacle[Type:3] = 1 FINISHED: compute visibility graphs type: 3 #Obstacle[Type:4] = 1 FINISHED: compute visibility graphs type: 4 Area: 0(Type: 1) -->1 * 1 + 1 * (2-1) = 2 "Please specify a casualties clearing station for patients waiting for treatment area! aborting..." Error 2: ./bm -f emer101a DisasterArea -n 10 -x 1000 -y 1000 -p 20 -a 4 -g 140 -r 3 -e 4 -q 2.5 -d 300 -i 3000 -j 0 -b 20,190,20,174,56,150,56,174,38,174,56,182,1,2,3 -b 75,200,75,170,225,200,225,170,75,182,140,170,0,3,1 -b 160,15,160,55,200,15,200,55,270,0,130,0,160,25,200,25,4,3,2 -b 40,10,65,10,65,35,40,35,50,10,50,11,3,2,0 -o 230,200,230,140,270,200,270,140 Picked up _JAVA_OPTIONS: -Xmx8G BonnMotion 3.0.1 OS: Linux 4.4.0-146-generic Java: Oracle Corporation 11.0.3 Starting DisasterArea ... avgMobileNodesPerGroup will not be considered in this model, because the group sizes depend on the areas "In this model you can't specify maxspeed using area dependend speed "There can't be more transport groups than total groups, here: transport groups 3 total 2" Error 3: ./bm -f emer101a DisasterArea -n 10 -x 1000 -y 1000 -p 20 -a 4 -g 140 -r 3 -e 4 -q 2.5 -d 300 -i 3000 -j 0 -b 20,190,20,174,56,150,56,174,38,174,56,182,1,2,1 -b 160,15,160,55,200,15,200,55,270,0,130,0,160,25,4,2 -b 40,10,65,10,65,35,40,35,50,10,50,11,3,4,0 -b 133,25,180,25,180,75,133,75,133,50,180,50,1,3,3 -o 230,200,230,140,270,200,270,140 Picked up _JAVA_OPTIONS: -Xmx8G BonnMotion 3.0.1 OS: Linux 4.4.0-146-generic Java: Oracle Corporation 11.0.3 Starting DisasterArea ... avgMobileNodesPerGroup will not be considered in this model, because the group sizes depend on the areas In this model you can't specify maxspeed using area dependend speed "Areas' y-coordinates should be in scenario range and not too near to border Area-Type: 25.0 maxdist 3.0 Params 0.0" -------------- next part -------------- An HTML attachment was scrubbed... URL: From vishalrathod.cs15f11 at nitk.edu.in Wed Oct 9 20:48:27 2019 From: vishalrathod.cs15f11 at nitk.edu.in (Rathod Vishal J) Date: Thu, 10 Oct 2019 00:18:27 +0530 Subject: [BonnMotion] Regarding JAVA Error Message-ID: Hello, I am using ubuntu 18.04 with OpenJDK version "11.0.4". I have installed the bonnmotion perfectly but it gives me the following error in scenario generation in every model. $ ./bm -f RandomWaypoint -d 3600 -i 100 -n 34 -x 175 -y 150 -h 4 -l 1 -p 10 warning: ignoring unknown key d warning: ignoring unknown key i warning: ignoring unknown key n warning: ignoring unknown key x warning: ignoring unknown key y warning: ignoring unknown key h warning: ignoring unknown key l warning: ignoring unknown key p Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 18 out of bounds for length 18 at edu.bonn.cs.iv.bonnmotion.run.BM.go(BM.java:238) at edu.bonn.cs.iv.bonnmotion.run.BM.main(BM.java:296) Why is it showing me this error? Am I doing something wrong? Thanks and Regards, -- Vishal Rathod Research Scholar, Computer Science and Engineering Department, National Institute of Technology, Karnataka. Email ID: rathodvishal78 at gmail.com and vishalrathod at ieee.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From Matthias.Schwamborn at dlr.de Thu Oct 10 11:03:00 2019 From: Matthias.Schwamborn at dlr.de (Matthias.Schwamborn at dlr.de) Date: Thu, 10 Oct 2019 09:03:00 +0000 Subject: [BonnMotion] Regarding JAVA Error In-Reply-To: References: Message-ID: <93b3c11c567c4348b1ffa02539c14d8d@dlr.de> Hi, please refer to Q11 here: http://sys.cs.uos.de/bonnmotion/faq.shtml Best regards, Matthias --- Dr. Matthias Schwamborn German Aerospace Center (DLR) Institute of Transportation Systems Rutherfordstra?e 2 12489 Berlin, Germany Phone: +49-30-67055-8014 Mail: matthias.schwamborn at dlr.de Web: https://www.dlr.de/ts/en/ Begin forwarded message: From: Rathod Vishal J Date: 9. October 2019 at 20:48:52 CEST To: bonnmotion at list.serv.uni-osnabrueck.de Subject: [BonnMotion] Regarding JAVA Error Reply-To: BonnMotion mobility generator mailing list ? Hello, I am using ubuntu 18.04 with OpenJDK version "11.0.4". I have installed the bonnmotion perfectly but it gives me the following error in scenario generation in every model. $ ./bm -f RandomWaypoint -d 3600 -i 100 -n 34 -x 175 -y 150 -h 4 -l 1 -p 10 warning: ignoring unknown key d warning: ignoring unknown key i warning: ignoring unknown key n warning: ignoring unknown key x warning: ignoring unknown key y warning: ignoring unknown key h warning: ignoring unknown key l warning: ignoring unknown key p Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 18 out of bounds for length 18 at edu.bonn.cs.iv.bonnmotion.run.BM.go(BM.java:238) at edu.bonn.cs.iv.bonnmotion.run.BM.main(BM.java:296) Why is it showing me this error? Am I doing something wrong? Thanks and Regards, -- Vishal Rathod Research Scholar, Computer Science and Engineering Department, National Institute of Technology, Karnataka. Email ID: rathodvishal78 at gmail.com and vishalrathod at ieee.org _______________________________________________ BonnMotion mailing list BonnMotion at list.serv.Uni-Osnabrueck.de https://list.serv.uni-osnabrueck.de/mailman/listinfo/bonnmotion -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 7842 bytes Desc: not available URL: From Matthias.Schwamborn at dlr.de Thu Oct 10 11:30:36 2019 From: Matthias.Schwamborn at dlr.de (Matthias.Schwamborn at dlr.de) Date: Thu, 10 Oct 2019 09:30:36 +0000 Subject: [BonnMotion] Fw: kind request: DisasterArea configuration In-Reply-To: References: Message-ID: Dear Noah, please study the DA model?s documentation again, i.e.: - Section 6.4 of doc/README.pdf - the example scenario in doc/da_example/sample.pl - the DA model publication The errors should give you an idea of what went wrong. For example, the first error "Please specify a casualties clearing station for patients waiting for treatment area! aborting..." tells you to specify a casualties clearing station (CCS) in your scenario specification. A CCS is of type ?2? (cf. README). Best regards, Matthias Begin forwarded message: From: "Okuonghae, Noah (2015)" Date: 25. September 2019 at 13:51:30 CEST To: "bonnmotion at list.serv.Uni-Osnabrueck.de" Subject: [BonnMotion] Fw: kind request: DisasterArea configuration Reply-To: BonnMotion mobility generator mailing list ? Hello All, I am writing to say that my problem below still exists and would kindly appreciate any comment or direction as to how or who could be of help. I have been on it for more than six months now and my time is running out. Thank you ever so much for your anticipated response. Kind regards, Noah _____ From: Okuonghae, Noah (2015) Sent: Monday, September 9, 2019 6:30 AM To: bonnmotion at list.serv.Uni-Osnabrueck.de Subject: kind request: DisasterArea configuration Thanks everyone, for all your support as I navigate through learning to use Bonnmotion. I am still having difficulties configuring the DisasterArea mobility despite having read through the documentation. I would be most grateful and welcome your insight on how to fix the errors below. Thank you ever so much in advance. Kind regards, Noah Ques 1 (Three errors), I would like to configure the disaster are mobility for 10 nodes, 20 nodes, 30 nodes ...60 nodes respectively but can not get past the errors below, especially trying to configure -b cordinates, what am I not doing right? Can any kindly advice? Error 1: configuration: "./bm -f emer101a DisasterArea -n 10 -x 1000 -y 1000 -p 20 -a 4 -g 140 -r 3 -e 4 -q 2.5 -d 300 -i 3000 -j 0 -b 20,190,20,174,56,150,56,174,38,174,56,182,1,2,1 -b 75,200,75,170,225,200,225,170,75,182,140,170,0,2,1 -b 160,15,160,55,200,15,200,55,270,0,130,0,160,25,200,25,4,3,2 -b 40,10,65,10,65,35,40,35,50,10,50,11,3,3,0 -o 230,200,230,140,270,200,270,140" Results: Picked up _JAVA_OPTIONS: -Xmx8G BonnMotion 3.0.1 OS: Linux 4.4.0-146-generic Java: Oracle Corporation 11.0.3 Starting DisasterArea ... avgMobileNodesPerGroup will not be considered in this model, because the group sizes depend on the areas In this model you can't specify maxspeed using area dependend speed #Obstacle[Type:0] = 1 FINISHED: compute visibility graphs type: 0 #Obstacle[Type:1] = 1 FINISHED: compute visibility graphs type: 1 #Obstacle[Type:2] = 1 FINISHED: compute visibility graphs type: 2 #Obstacle[Type:3] = 1 FINISHED: compute visibility graphs type: 3 #Obstacle[Type:4] = 1 FINISHED: compute visibility graphs type: 4 Area: 0(Type: 1) -->1 * 1 + 1 * (2-1) = 2 "Please specify a casualties clearing station for patients waiting for treatment area! aborting..." Error 2: ./bm -f emer101a DisasterArea -n 10 -x 1000 -y 1000 -p 20 -a 4 -g 140 -r 3 -e 4 -q 2.5 -d 300 -i 3000 -j 0 -b 20,190,20,174,56,150,56,174,38,174,56,182,1,2,3 -b 75,200,75,170,225,200,225,170,75,182,140,170,0,3,1 -b 160,15,160,55,200,15,200,55,270,0,130,0,160,25,200,25,4,3,2 -b 40,10,65,10,65,35,40,35,50,10,50,11,3,2,0 -o 230,200,230,140,270,200,270,140 Picked up _JAVA_OPTIONS: -Xmx8G BonnMotion 3.0.1 OS: Linux 4.4.0-146-generic Java: Oracle Corporation 11.0.3 Starting DisasterArea ... avgMobileNodesPerGroup will not be considered in this model, because the group sizes depend on the areas "In this model you can't specify maxspeed using area dependend speed "There can't be more transport groups than total groups, here: transport groups 3 total 2" Error 3: ./bm -f emer101a DisasterArea -n 10 -x 1000 -y 1000 -p 20 -a 4 -g 140 -r 3 -e 4 -q 2.5 -d 300 -i 3000 -j 0 -b 20,190,20,174,56,150,56,174,38,174,56,182,1,2,1 -b 160,15,160,55,200,15,200,55,270,0,130,0,160,25,4,2 -b 40,10,65,10,65,35,40,35,50,10,50,11,3,4,0 -b 133,25,180,25,180,75,133,75,133,50,180,50,1,3,3 -o 230,200,230,140,270,200,270,140 Picked up _JAVA_OPTIONS: -Xmx8G BonnMotion 3.0.1 OS: Linux 4.4.0-146-generic Java: Oracle Corporation 11.0.3 Starting DisasterArea ... avgMobileNodesPerGroup will not be considered in this model, because the group sizes depend on the areas In this model you can't specify maxspeed using area dependend speed "Areas' y-coordinates should be in scenario range and not too near to border Area-Type: 25.0 maxdist 3.0 Params 0.0" _______________________________________________ BonnMotion mailing list BonnMotion at list.serv.Uni-Osnabrueck.de https://list.serv.uni-osnabrueck.de/mailman/listinfo/bonnmotion -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 7842 bytes Desc: not available URL: From clara.rumondang07 at gmail.com Sat Oct 12 03:21:15 2019 From: clara.rumondang07 at gmail.com (clara rumondang) Date: Sat, 12 Oct 2019 08:21:15 +0700 Subject: [BonnMotion] Bonnmotion Message-ID: Good evening, I would like to ask you. I tried run the scenario of chain model relating to campus. When I run it for bonmotion, it succed. However, I got an error as I convert it into ONE. I have followed the instruction from document of 7.7 Would you help me to show the steps in case i missed some step? Thank you in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: IMG_20191009_191114.jpg Type: image/jpeg Size: 4359845 bytes Desc: not available URL: From clara.rumondang07 at gmail.com Sun Oct 13 14:27:19 2019 From: clara.rumondang07 at gmail.com (clara rumondang) Date: Sun, 13 Oct 2019 19:27:19 +0700 Subject: [BonnMotion] bonnmotion convert to The One Message-ID: Good evening. Let me introduce myself. My name is Clara Rumondang and I am from Indonesia.I would like to ask you. I tried run the scenario of chain model relating to campus. When I run it for bonmotion, it succed. However, I got an error as I convert it into ONE. I have followed the instruction from document of 7.7 Would you help me to show the steps in case i missed some step? Thank you in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: IMG_20191009_191114.jpg Type: image/jpeg Size: 4359845 bytes Desc: not available URL: From Matthias.Schwamborn at dlr.de Mon Oct 14 09:27:42 2019 From: Matthias.Schwamborn at dlr.de (Matthias.Schwamborn at dlr.de) Date: Mon, 14 Oct 2019 07:27:42 +0000 Subject: [BonnMotion] bonnmotion convert to The One In-Reply-To: References: Message-ID: <81f9cd0853e74c4280854e17ec213f2f@dlr.de> Dear Clara, please do not double post. Also, please do not attach photos of your screen but include the error lines in text form in the mail. To help you with your problem, please provide your command lines both for the chain scenario generation as well as the conversion to theONE format. Best regards, Matthias From: bonnmotion-bounces at list.serv.Uni-Osnabrueck.de [mailto:bonnmotion-bounces at list.serv.Uni-Osnabrueck.de] On Behalf Of clara rumondang Sent: Sonntag, 13. Oktober 2019 14:27 To: bonnmotion at list.serv.uni-osnabrueck.de Subject: [BonnMotion] bonnmotion convert to The One Good evening. Let me introduce myself. My name is Clara Rumondang and I am from Indonesia.I would like to ask you. I tried run the scenario of chain model relating to campus. When I run it for bonmotion, it succed. However, I got an error as I convert it into ONE. I have followed the instruction from document of 7.7 Would you help me to show the steps in case i missed some step? Thank you in advance. -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 7842 bytes Desc: not available URL: From scillapriscillayovanda at gmail.com Wed Oct 30 13:44:53 2019 From: scillapriscillayovanda at gmail.com (yovanda priscilla) Date: Wed, 30 Oct 2019 19:44:53 +0700 Subject: [BonnMotion] clustering in gaus-markov models Message-ID: good evening. let me introduce myself. my name is yovanda priscilla and i am from in indonesian. i am interested in bonnmotion and i would love to ask you about bonnmotion. i will be trying to test probability by using gaus-markov. after that, i want to try making some clusters. So i want to ask you is it possible for me to make the clusters? if it is possible, could you share the instruction to me? thank you. have a nice day :) -------------- next part -------------- An HTML attachment was scrubbed... URL: From Matthias.Schwamborn at dlr.de Wed Oct 30 15:17:20 2019 From: Matthias.Schwamborn at dlr.de (Matthias.Schwamborn at dlr.de) Date: Wed, 30 Oct 2019 14:17:20 +0000 Subject: [BonnMotion] clustering in gaus-markov models In-Reply-To: References: Message-ID: <8f4b8c9e9687458aa524477c603c0c7d@dlr.de> Dear yovanda priscilla, for more details on the Gauss-Markov models, please refer to Section 6.5 of the documentation [1]. If you want to use a mobility model with clusters in the sense of attraction points, you might want to try RandomWaypoint with attraction points (see Section 6.13 in [1]). Best regards, Matthias [1] https://sys.cs.uos.de/bonnmotion/doc/README.pdf From: bonnmotion-bounces at list.serv.Uni-Osnabrueck.de [mailto:bonnmotion-bounces at list.serv.Uni-Osnabrueck.de] On Behalf Of yovanda priscilla Sent: Mittwoch, 30. Oktober 2019 13:45 To: bonnmotion at list.serv.uni-osnabrueck.de Subject: [BonnMotion] clustering in gaus-markov models good evening. let me introduce myself. my name is yovanda priscilla and i am from in indonesian. i am interested in bonnmotion and i would love to ask you about bonnmotion. i will be trying to test probability by using gaus-markov. after that, i want to try making some clusters. So i want to ask you is it possible for me to make the clusters? if it is possible, could you share the instruction to me? thank you. have a nice day :) -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 7842 bytes Desc: not available URL: From scillapriscillayovanda at gmail.com Sun Nov 3 12:10:40 2019 From: scillapriscillayovanda at gmail.com (yovanda priscilla) Date: Sun, 3 Nov 2019 18:10:40 +0700 Subject: [BonnMotion] probability Message-ID: actually i want to make it like the picture below : ._____._____._____._____._____ | c1 | c2 | c3 | c4 | c5 | |_____|_____|_____|_____ |_____| | c6 | c7 | c8 | c9 | c0 | |_____|_____|_____|_____ |_____| i would like to count probability of node in certain place. can i make it by using bonn? and can i divide it as the mentioned picture above? for the information, i have succeed to manage the size and box. unfortunately, i find it is little bit difficult when it comes to cluster placement. i hope you can help me. thanks a lot -------------- next part -------------- An HTML attachment was scrubbed... URL: From Matthias.Schwamborn at dlr.de Fri Nov 8 16:57:56 2019 From: Matthias.Schwamborn at dlr.de (Matthias.Schwamborn at dlr.de) Date: Fri, 8 Nov 2019 15:57:56 +0000 Subject: [BonnMotion] probability In-Reply-To: References: Message-ID: <93e7ca7425d74d59b1cc91b86d738d4f@dlr.de> Use RandomWaypoint?s ?a option to specify your attraction points. As mentioned in my earlier mail, the README, Section 6.13 contains more details. Best regards, Matthias From: bonnmotion-bounces at list.serv.Uni-Osnabrueck.de [mailto:bonnmotion-bounces at list.serv.Uni-Osnabrueck.de] On Behalf Of yovanda priscilla Sent: Sonntag, 3. November 2019 12:11 To: bonnmotion at list.serv.uni-osnabrueck.de Subject: [BonnMotion] probability actually i want to make it like the picture below : ._____._____._____._____._____ | c1 | c2 | c3 | c4 | c5 | |_____|_____|_____|_____ |_____| | c6 | c7 | c8 | c9 | c0 | |_____|_____|_____|_____ |_____| i would like to count probability of node in certain place. can i make it by using bonn? and can i divide it as the mentioned picture above? for the information, i have succeed to manage the size and box. unfortunately, i find it is little bit difficult when it comes to cluster placement. i hope you can help me. thanks a lot -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 7842 bytes Desc: not available URL: From scillapriscillayovanda at gmail.com Wed Nov 13 12:30:32 2019 From: scillapriscillayovanda at gmail.com (yovanda priscilla) Date: Wed, 13 Nov 2019 18:30:32 +0700 Subject: [BonnMotion] boonnmotion Message-ID: is it possible to me to create initials like c1 or c2 as the picture above? thank you :) -------------- next part -------------- An HTML attachment was scrubbed... URL: From Matthias.Schwamborn at dlr.de Tue Nov 19 14:49:15 2019 From: Matthias.Schwamborn at dlr.de (Matthias.Schwamborn at dlr.de) Date: Tue, 19 Nov 2019 13:49:15 +0000 Subject: [BonnMotion] boonnmotion In-Reply-To: References: Message-ID: The attraction points are simply concatenated and given an incremental index, i.e., they do not have a label. However, feel free to adapt the source code such that a label is assigned. Best regards, Matthias From: bonnmotion-bounces at list.serv.Uni-Osnabrueck.de [mailto:bonnmotion-bounces at list.serv.Uni-Osnabrueck.de] On Behalf Of yovanda priscilla Sent: Mittwoch, 13. November 2019 12:31 To: bonnmotion at list.serv.uni-osnabrueck.de Subject: [BonnMotion] boonnmotion is it possible to me to create initials like c1 or c2 as the picture above? thank you :) -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 7842 bytes Desc: not available URL: From clara.rumondang07 at gmail.com Sat Nov 23 12:49:16 2019 From: clara.rumondang07 at gmail.com (clara rumondang) Date: Sat, 23 Nov 2019 03:49:16 -0800 Subject: [BonnMotion] disasster area Message-ID: Hi,I would like to ask you relating to disaster area. I have checked disaster are you made for incident area as the below: 25,5,125,5,125,100,25,100,25,50,125,5,0,0,15,15. I quite understand for the three last numbers (0,15,15). If I am not mistaken. Those numbers indentify type, nodes, and transport units. However, I do not get what function it is of the rest of number like 25,5,125,100,25,100,25,50,125,50. Does it showthe cordinates? If yes. For which cordinates it is? Besides, are obstacles refers to OBST1? Thank you. I hope you have a nice day -------------- next part -------------- An HTML attachment was scrubbed... URL: From bernadictus.herkulanto at gmail.com Thu Nov 28 05:19:07 2019 From: bernadictus.herkulanto at gmail.com (Bernadictus Hadisaputra) Date: Thu, 28 Nov 2019 11:19:07 +0700 Subject: [BonnMotion] (no subject) Message-ID: Hi, my name is Bernad. I'm from Indonesia. I am doing a research for my thesis in my college. There is some error with Chain Model which the documentation said it can concatenation few models. I was try to ChainModel RandomWaypoint with TIMM but it said Error: java.lang.NoSuchMethodException: edu.bonn.cs.iv.bonnmotion.models.TIMM.([Ljava.lang.String;, edu.bonn.cs.iv.bonnmotion.Scenario, java.lang.Integer) for TIMM. Is this ChainModel cannot identify the TIMM? Another problem is the ChainModel cannot convert to ONE simulator. The following syntax is from the documentation's example : -f campus ChainScenario -m 1 "RandomWaypoint -d 200 -n 10 -x 100 -y 100 -o 3" "ManhattanGrid -d 200 -n 10 -x 400 -y 300 -u 4 -v 3". It works when i run it with BM, but when i try to convert the 'campus' file to the ONE, it said : java.lang.NullPointerException, Error: Error reading file. Therefore, I'll be glad for your explanation, thank you :) -------------- next part -------------- An HTML attachment was scrubbed... URL: