Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mongoose-os-apps/example-wifi-scan-js
WifFi scan app in JS
https://github.com/mongoose-os-apps/example-wifi-scan-js
Last synced: 11 days ago
JSON representation
WifFi scan app in JS
- Host: GitHub
- URL: https://github.com/mongoose-os-apps/example-wifi-scan-js
- Owner: mongoose-os-apps
- License: other
- Created: 2017-09-13T14:58:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T19:03:11.000Z (over 4 years ago)
- Last Synced: 2024-07-31T21:52:56.883Z (6 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 1
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mongoose-os - example-wifi-scan-js - WifFi scan app in JS (Awesome Mongoose OS [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) / Official Examples)
README
# Scan WiFi networks on button press
## Overview
This app demonstrates how to scan for available WiFi networks. WiFi scan
is performed every 5 seconds.You should see WiFi network list appearing on your console:
```
>> Starting scan...
scandone
mgos_wifi_dev_scan_c WiFi scan done, num_res 18
++ Scan finished, 18 results:
{"ssid":"MyNetwork","channel":1,"rssi":-63,"authMode":3,"bssid":"12:34:56:78:90:12"}
.. 36812
```