This repo contains 6lowpan stack developed from scratch
#####IEEE_802154:
This folder contains code to accomodate frames of IEEE 802.15.4 PHY and MAC layer. For more details about frame format refer 802.15.4 standard.
#####MRF24J40_HAL:
This folder contains code to provide API to access MRF24J40 functionality
#####Neighbor_discovery:
This folder contains code to generate frames of Neighbor Discovery (ND). For more details about ND refer RFC 6775
#####Node_config:
This folder contains code to configure wireless node to join in 6LoWPAN network. To know more about how bootstrapping is done in 6LoWPAN refere RFC 6775
Thank you for your time to read this. This is not complete project. Project is completed, but many files were lost unfortunately. This repo is merely to show the stack configuration and frame formate of IEEE 802.15.4 and 6LoWPAN standard.
Anyway to know about the outcome of this project refer IEEE application paper published by contributors.
Mitul Vekariya (https://github.com/mitul93)
Parav Nagarsheth (https://github.com/meanbot)
Mohit Agarwal ([email protected])