-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+ Code made compatible with FlockLab 2
+ Polished TTnet implementation + minor bug fixes + README clean-up
- Loading branch information
1 parent
548b6ab
commit 212dcde
Showing
55 changed files
with
319 additions
and
1,806 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
|Platform| Compilation command | | ||
|:---|:---| | ||
|TelosB | ||
| make TARGET=sky | | ||
|DPP-cc430 | ||
| make TARGET=dpp | | ||
|TelosB | make TARGET=sky | | ||
|DPP-cc430 | make TARGET=dpp | | ||
|
||
This directory contains an re-implementation of the LWB protocol, meant to be as similar as possible as the descritption from | ||
> *Low-power Wireless Bus*, | ||
F. Ferrari, M. Zimmerling, L. Mottola, and L. Thiele | ||
Proceedings of the 10th ACM Conference on Embedded Network Sensor Systems (SenSys) | ||
[Direct Link](doi.acm.org/10.1145/2426656.2426658) | ||
|
||
All source nodes request one stream to the host at bootstrap. The stream inter-packet interval (IPI) is controlled by the `SOURCE_IPI` parameter in `project-conf.h` | ||
All source nodes request one stream to the host at bootstrap. The stream inter-packet interval (IPI) is controlled by the `SOURCE_IPI` parameter in `project-conf.h` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
|Platform| Compilation command | | ||
|:---|:---| | ||
|TelosB | ||
| make TARGET=sky | | ||
|DPP-cc430 | ||
| make TARGET=dpp | | ||
|TelosB | make TARGET=sky | | ||
|DPP-cc430 | make TARGET=dpp | | ||
|
||
All nodes have a slot assigned (from the `static_nodes array`), where they each send 2 bytes, a counter value and a magic number. The round period is set to 2s. | ||
|
||
All other paramters and settings are left to their default. | ||
All other paramters and settings are left to their default. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
|Platform| Compilation command | | ||
|:---|:---| | ||
|TelosB | ||
| make TARGET=sky | | ||
|DPP-cc430 | ||
| make TARGET=dpp | | ||
|TelosB | _currently unavailable_ | | ||
|DPP-cc430 | make TARGET=dpp | | ||
|
||
This project evaluate the benefits of having communication rounds (vs no rounds), in a static framework (like TTW). The goal is to experimentally validate the latency and energy models for a Glossy-based NET layer protocol. | ||
|
||
Written with the dpp in mind, but should also work on for the sky mote (the timing or some operations might be different though). | ||
<!-- Written with the DPP-cc430 in mind, but should also work on for the sky mote (the timing or some operations might be different though). --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.