Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 318 Bytes

File metadata and controls

6 lines (6 loc) · 318 Bytes

A communication stack for Backscatter Networks

The code has four layers:

  1. Sys: Provides utilites to access needed hardware modules (i.e. timers).
  2. Phy: Controls the backcatter tranceiver (Harware dependent code [MSP430FR5969]).
  3. Mac: The Medium Access Contorl layer.
  4. framer: Creates and validates messages.