Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

WifFi scan app in JS

Awesome Lists containing this project

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
```