-
Notifications
You must be signed in to change notification settings - Fork 242
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
Firmware implementation of OpenBenchmark API v0.0.1. #470
Open
malishav
wants to merge
42
commits into
openwsn-berkeley:develop
Choose a base branch
from
malishav:develop_FW-808
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
malishav
force-pushed
the
develop_FW-808
branch
3 times, most recently
from
March 31, 2019 21:29
2283091
to
e98ad71
Compare
malishav
changed the title
WIP: Implement OpenBenchmark API v0.0.1
OV-7. Implement OpenBenchmark API v0.0.1.
Mar 31, 2019
malishav
changed the title
OV-7. Implement OpenBenchmark API v0.0.1.
OV-7. Firmware implementation of OpenBenchmark API v0.0.1.
Apr 1, 2019
malishav
changed the title
OV-7. Firmware implementation of OpenBenchmark API v0.0.1.
Firmware implementation of OpenBenchmark API v0.0.1.
Apr 1, 2019
This was referenced Apr 1, 2019
Remove trailing whitespaces.
… GHz. Remove trailing whitespaces.
This is useful in order to calculate how many hops a packet traveled.
Packet token in the responses is the token from the request, with the last byte incremented by one.
malishav
force-pushed
the
develop_FW-808
branch
from
August 27, 2019 14:57
b0023d1
to
be4fe66
Compare
Can one of the admins verify this patch? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR implements the firmware components of the OpenBenchmark API and their interface with the OpenVisualizer. The PR:
cbenchmark
that can be triggered over serial to send packets and that reacts to the CoAP packets adhering to the OpenBenchmark API.-Extends the radio.h API in order to provide support for configuring TX power. This is a necessary extension in order to enable an external agent, e.g. OpenVisualizer through CLI or OpenBenchmark platform, to configure the TX power of a given mote. New radio_setTxPower API is implemented for CC2420, AT86RF231, and CC2538 -based boards. Mock up functions are added for other radio chips that are not supported at the moment.
The PR resolves the following issues: