@embedded-js/wifi-connection-manager
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@embedded-js/wifi-connection-manager", | ||
"description": "A wifi connection manager for Embedded JS that supports multiple networks and auto-reconnect.", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"type": "module", | ||
"main": "dist/index.js", | ||
"author": { | ||
"name": "Andréas HANSS", | ||
"email": "contact@codingspark.io" | ||
}, | ||
"license": "MIT", | ||
"keywords": [ | ||
"wifi", | ||
"connection", | ||
"manager", | ||
"embedded-js", | ||
"iot" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ScreamZ/wifi-connection-manager" | ||
}, | ||
"devDependencies": { | ||
@@ -8,0 +24,0 @@ "@arethetypeswrong/cli": "^0.17.0", |
# Embedded : WiFi connection manager | ||
> [!IMPORTANT] | ||
> This module is ESM only. | ||
> This module is ESM only and only available for usage with the Moddable SDK as it uses core dependencies. | ||
> Learn how to setup an Embedded JavaScript project using [xs-dev](https://xs-dev.js.org/). | ||
@@ -43,8 +44,8 @@ A robust solution to manage Wi-Fi connections in embedded systems using the Moddable SDK. `WiFiConnectionManager` simplifies the process of maintaining an active connection to a Wi-Fi access point. | ||
switch (msg) { | ||
case WiFiConnectionManager.gotIP.connected: | ||
case WiFiConnectionManager.connected: | ||
break; // still waiting for IP address | ||
case WiFiConnectionManager.gotIP.gotIP: | ||
case WiFiConnectionManager.gotIP: | ||
trace(`IP address ${Net.get("IP")}\n`); | ||
break; | ||
case WiFiConnectionManager.gotIP.disconnected: | ||
case WiFiConnectionManager.disconnected: | ||
break; // connection lost | ||
@@ -51,0 +52,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
9830
9
0
1
63
0