This repository contains the implementations of the following paper:
- "Blender: Toward Practical Simulation Framework for BLE Neighbor Discovery", which appeared at (MSWiM 2022)
This contains the algorithm(s) utilized for accelerating Blender's simulation process.
The implementation of different simulation workflows are listed here, where the specific characteristics of each are embeded in the comments.
This contains some debugging and analyzing tools.
The python implementation is written under python3.8 with numpy 1.20.1.
A sample usage of the simulator is presented in playground.py.