Skip to content
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

Make channel back into a unique integer value #3

Closed
keomabrun opened this issue Nov 8, 2018 · 0 comments
Closed

Make channel back into a unique integer value #3

keomabrun opened this issue Nov 8, 2018 · 0 comments

Comments

@keomabrun
Copy link
Owner

keomabrun commented Nov 8, 2018

The current channels column requires extra parsing function and is not useful in practice.
The channel is either known or unknown.

For instance:

  • in Mercartor, the channel in know so the value with be for instance 11
  • in SMIP, the channel value in unknown so the value will be empty (no value between to commas)

This new format does not allow to group multiple channels (when multiple channels have the same RSSI value for instance) but that is rarely the case and the grouping (compression) does not bring a huge benefice.

If the channel is unknown, then the script that use the trace (e.g the 6tisch simulator) can set all the channels to the same value.

The channels that were used during the trace collection are supposed to be provided in the JSON header.

This reverts #2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant