1
0
Fork
You've already forked ouispy-rs
0
No description
  • Rust 79.9%
  • JavaScript 13.3%
  • CSS 6.8%
2026年06月21日 22:50:47 -05:00
.cargo Add commands for clippy 2026年04月21日 10:05:11 -05:00
macros Move known mfg OUIs to OUIs.toml config file 2026年06月21日 00:13:09 -05:00
src Fix issue with appendOUIs 2026年06月21日 22:50:47 -05:00
.gitignore Move known mfg OUIs to OUIs.toml config file 2026年06月21日 00:13:09 -05:00
build.rs Choose the onboard LED pin based on the board 2026年04月21日 10:04:14 -05:00
Cargo.toml Move known mfg OUIs to OUIs.toml config file 2026年06月21日 00:13:09 -05:00
cfg.toml Added support for onboard LED 2026年02月27日 10:58:10 -06:00
diagram.json Initial checkin 2026年02月24日 13:00:57 -06:00
OUIs.toml Move known mfg OUIs to OUIs.toml config file 2026年06月21日 00:13:09 -05:00
README.md Build/flash for esp32 or esp32s3 2026年04月20日 23:22:22 -05:00
rust-toolchain.toml Initial checkin 2026年02月24日 13:00:57 -06:00
sdkconfig.defaults Got NimBLE working (sorta) 2026年02月25日 23:08:51 -06:00
wokwi.toml Initial checkin 2026年02月24日 13:00:57 -06:00

OUI-SPY-RS

A Rust re-implementation of Colonel Panic's very excellent OUI-SPY Detector (the original was written in C++). This isn't exactly a port, because I've changed some of the functionality; however, it is faithful to the intent of his original, which was to provide a way of detecting certain types of surveillance devices, such as the Flock license plate cameras.

Building and Installing

To build for a particular device:

% cargo build-<device-type>

where <device-type> is either esp32 or esp32s3 (those are the only devices we support currently).

To build and flash a device:

% cargo run-<device-type>