-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pkg: cooja network simulator integration #1975
Conversation
9f184dd
to
45554bf
Compare
How's the status on this? |
. |
. |
To me it seems that the first part of this PR is ready and would vote for merging this now. Anyone objects? @thomaseichinger, maybe you can use this for cc2420 testing? |
@OlegHahm Looks good to me. Thanks to remind me about the cc2420, I knew there was something I don't think of. |
Don't think or don't want to think? ;-) |
Doesn't make a difference in the end I guess. ;-) |
What is with this PR btw? |
|
I think we have two way forward here:
Personally, I would vote for 2. |
+1 for option 2. |
I'll re-tag as this is WIP on release day. |
nice move ;) |
Alternative to #1921 with the difference that this PR contains only files required by cooja.
For that purpose I created a fork of cooja [1]. There are
twothree reasons for forking cooja:(a sparse checkout of cooja results in a repo size of about 70M; my fork results in about 40M)
The rest of the PR description is nearly identical to #1921 (for now):
This will add the network simulator Cooja [2] to pkg.
Cooja in conjunction with mspsim is able to simulate whole networks consisting of
MSP-430 compatible platforms (various ATmega128* platforms are also supported through avrora[3]).
The simulator does not only support cycle accurate simulation of nodes but also a range of
different models for wireless networks (ranging from simple unit disk graphs to ray
tracing based interference models).
TODO: