项目作者: tobozo

项目描述 :
BLE Beacon spam on ESP32
高级语言: C++
项目地址: git://github.com/tobozo/ESP32-BLEBeaconSpam.git
创建时间: 2018-11-05T19:45:14Z
项目社区:https://github.com/tobozo/ESP32-BLEBeaconSpam

开源协议:MIT License

下载


ESP32-BLEBeaconSpam

This tool was used when testing ESP32-BLECollector

It is based on the iBeacon example from the ESP32_BLE_Arduino library with the following changes :

  • Uses ESP.restart() instead of esp_deep_sleep()
  • Brownout detector is disabled
  • Random mac address is generated based on a reduced version of the oui list
  • Random company identifier is injected in manufacturer data based on an exhaustive list of companies
  • Random service UUID is generated (this part still needs improvements)

Credits/source: