I am running TOSSIM on redhat linux.  I am simulating a network of nodes
that are communicating and performing some distributed computation.  I am
getting very different simulation results on every run.  I am not using
random numbers exlpicitly in my simulation.  I don't know if in TOSSIM
code random numbers are used for modeling communication or other things
that may be affecting my results. Is the randomness in the results due
noise (setNoise) and link gain or could it be something else?  I have
tried to remove noise (by not having any setNoise statements) and set the
link gain to 0.0 but that does not change the non-determinism in the
results.  Also I observed that all the sent packets are not being received
by the probable receivers.  There is packet loss and on every run
different packets (seems randomly) are getting lost.  This may be a source
of randomness in the results.  How can I make sure that there is no packet
loss or is there something else that can resolve my problem?

thanks for help.
-Anu
----------------------------------------------------------------------------

On Wed, 28 Mar 2007, santosh bhima wrote:

> ru running on linux or windows
>
> On 3/28/07, Anu Singh <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >   I am using TOSSIM for simulating a nesC/tinyOS program.  I am getting
> > very different results (of some distributed computation) on every run.
> > Does anyone know what could be the reason for large variation of some
> > distributed computation results on different runs of the program.
> >
> > Thanks,
> > -Anu
> >
> > ----------------------------------------------------------------------------
> >
> > On Wed, 28 Mar 2007, Philip Levis wrote:
> >
> > > On Wed, 2007-03-28 at 03:02, Romain Thouvenin wrote:
> > > > Hi,
> > > >
> > > > Due to troubles with my computer, I recently had to build a new
> > > > operating system (ubuntu linux), and reinstall tinyos.
> > > >
> > > > But apparently, I miss some development packages, since when I try to
> > > > compile a TOS application, I get errors like this :
> > > >
> > > > /opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:6974: error:
> > > > 'PyModule_GetDict' was not declared in this scope
> > > >
> > > > So it looks like some python-c++ bindings are missing.
> > > > Can someone give me a list of the software needed (with versions) to
> > > > build TinyOS apps ?
> > > >
> > > > Anyway, I installed the tinyos tree and tools thanks to the ubuntu
> > > > package, shouldn't this dependencies be required by the package ?
> > > >
> > > > Thanks for your help,
> > >
> > > Please refer to Appendix A of the TOSSIM tutorial.
> > >
> > > Python dev packages currently aren't a dependency for the TinyOS
> > > packages. There's always a tension between giving everyone everything
> > > they might possibly need -- which, given the different platforms TinyOS
> > > supports, could be up to 3 cross compilers -- and trying to let people
> > > just install the parts they need.
> > >
> > > Phil
> > >
> > > _______________________________________________
> > > Tinyos-help mailing list
> > > [email protected]
> > >
> > https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
> > >
> > _______________________________________________
> > Tinyos-help mailing list
> > [email protected]
> > https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
> >
>
_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to