2017 SNU Computer Network Term Project
- due: 11/13
- Study LoRaWAN Specification and Source Code
- Class A, Transmission parameters, OTAA join procedure
- Project plan & LoRaWAN specification
- due: 11/22
- Install and run LoRa end node, gateway, network server
- Design beacon based bi-directional communications
- due: 12/06
- Project status & source code
- due: 12/18
- report
- Detailed Instruction of implementation
- Performance evaluation
- demo
- End-nodes can initiate upstream communication as needed
- Enables downstream communications based on duty-cycles
→Similar to WiFi PSM mechanism
- Gateway and end-nodes agree on beacon intervals
- An end-node seeks beacon and wakes up every beacon interval
- A gateway transmits beacons periodically to alert end-nodes with pending downstream frames
- An end node with pending frames listens the medium until it receives frames or to the next beacon
- Other nodes enter into sleep mode until the next beacon
- End Node implementation
- Modify Class A
- Network Server implementation
- Gateway implementation
- Packet Forwarder & Driver/HAL