-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathlibrary.properties
More file actions
10 lines (10 loc) · 894 Bytes
/
library.properties
File metadata and controls
10 lines (10 loc) · 894 Bytes
1
2
3
4
5
6
7
8
9
10
name=Approximate
version=2.0.0
author=David Chatting <approximate@davidchatting.com>
maintainer=David Chatting <approximate@davidchatting.com>
sentence=The Approximate Library is a WiFi Arduino library for building proximate interactions between your Internet of Things and the ESP8266 or ESP32.
paragraph=The Approximate Library is a WiFi Arduino library for building proximate interactions between your Internet of Things and the ESP8266 or ESP32. Technically it makes it easy to use WiFi signal strength (RSSI) to estimate the physical distance to a device on your home network, then obtain its MAC address and optionally its IP address. The network activity of these devices can also be observed. Now with management and control frame parsing for improved device detection.
category=Communication
url=https://github.com/davidchatting/Approximate
architectures=esp32,esp8266
depends=ListLib