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

FW-415. Fix. #204

Merged
merged 54 commits into from
Jul 2, 2015
Merged

FW-415. Fix. #204

merged 54 commits into from
Jul 2, 2015

Conversation

changtengfei
Copy link
Member

Main changes:

  • implemented a sniffer base on radio project in OpenWSN
  • make parameter of network configurable: like the period of EB, KA, DIO and DAO, whether ackReply, whether channel hopping enabled...
  • add conditional compilation: GOLDEN_IMAGE
    • When GOLDEN_IMAGE defined, slot duration set to 10ms
    • When GOLDEN_IMAGE not defined, slot duration set to 15ms

… they are set to 0 or 1. Channel parameter is legal only when it 0 or ranges from 11 to 26.
…test

Conflicts:
	openstack/02a-MAClow/IEEE802154E.c
	openstack/02a-MAClow/IEEE802154E.h
Conflicts:
	openstack/02a-MAClow/IEEE802154E.c
Conflicts:
	openstack/02a-MAClow/IEEE802154E.c
@twatteyne
Copy link
Member

Please do not commit the images/ directory (add to .gitignore)

// comment the following line out to disable channel hopping
return SYNCHRONIZING_CHANNEL; // single channel
//return 11+(ieee154e_vars.asnOffset+channelOffset)%16; //channel hopping
// comment the following line out to disable channel hopping
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this line

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

@twatteyne
Copy link
Member

very cool. Some very small suggestion before merging.

twatteyne added a commit that referenced this pull request Jul 2, 2015
@twatteyne twatteyne merged commit 72098d8 into openwsn-berkeley:develop Jul 2, 2015
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

Successfully merging this pull request may close these issues.

2 participants