mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
changes
This commit is contained in:
21
lib/WifiLocation/library.json
Normal file
21
lib/WifiLocation/library.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "WifiLocation",
|
||||
"frameworks": "arduino",
|
||||
"version": "1.2.6",
|
||||
"keywords": "GPS, location, wifi, google",
|
||||
"platforms": ["atmelsam", "espressif32", "espressif8266"],
|
||||
"description": "Library to get geographic position (lat, lon, accuracy) listening surrounding WiFi networks (Works with ESP8266 and WiFi101 boards, including MKR1000). This library implements call to Google Maps GeoLocation API to get location from surrounding WiFi networks. It is not needed to know WiFi password of all of them. Internet connection is required. You need an API key from Google Maps. Check https://developers.google.com/maps/documentation/geolocation/intro to learn how to get your own key.",
|
||||
"url": "https://github.com/gmag11/WifiLocation",
|
||||
"authors":
|
||||
{
|
||||
"name": "Germán Martín",
|
||||
"email": "gmag11@gmail.com"
|
||||
},
|
||||
"repository":
|
||||
{
|
||||
"type": "git",
|
||||
"url": "https://github.com/gmag11/WifiLocation.git"
|
||||
},
|
||||
"examples": "examples/*/*.ino"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user