CloudWiFiSetupRK (community library)
Summary
| Name | Value |
|---|---|
| Name | CloudWiFiSetupRK |
| Version | 0.0.1 |
| Installs | |
| License | MIT |
| Author | rickkas7 |
| URL | https://github.com/rickkas7/CloudWiFiSetupRK |
| Repository | https://github.com/rickkas7/CloudWiFiSetupRK.git |
| Download | .tar.gz |
Library for setting Wi-Fi credentials over cellular
Example Build Testing
Device OS Version:
This table is generated from an automated build. Success only indicates that the code compiled successfully.
Library Read Me
This content is provided by the library maintainer and has not been validated or approved.
CloudWiFiSetupRK
Library for setting Wi-Fi credentials over cellular
- Repository: https://github.com/rickkas7/CloudWiFiSetupRK
- License: MIT
- Browseable API docs
- Web-based configuration tool
This library is used with the M-SoM to allow Wi-Fi credentials to be set over the cellular interface.
You typically include the function in your regular user firmware:
- Include the
CloudWiFiSetupRKlibrary in your project. - Include the header file in your main application .cpp file:
#include "CloudWiFiSetupRK.h"
- Include the setup call in your setup():
CloudWiFiSetupRK::instance().setup();
That's it!
The configuration tool can be found in the Particle docs at Cloud Wi-Fi config.
Browse Library Files