This repository contains the projects to setup a Wi-Fi connection using the SoftAP mode a Wi-Fi chip.
Setup ivy to resolve its dependencies in workspace:
- Click on Window -> Preferences
- Go to Ivy -> Classpath Container
- Check Resolve dependencies in Workspace
- Press Apply and Close
Import the projects:
- com.microej.example.wifi.setup: this project provides abstraction classes to setup the Wi-Fi AP credential using a Soft AP.
- com.microej.example.wifi.setup.rest: this project mounts a rest server to provide the Access Point credential to join a Wi-Fi.
- com.microej.example.wifi.setup.web: this project presents a HTTP page in addition of a rest server to provide the Access Point credential to join a Wi-Fi.
Both com.microej.example.wifi.setup.rest and com.microej.example.wifi.setup.web contain an Entry point to execute the project.
The full demo will be using com.microej.example.wifi.setup.web, how to run it is explained in the project's README.md.
- EDC-1.2 or higher
- SSL-2.1 or higher
- NET-1.0 or higher
- ECOM-WIFI-2.1 or higher
- ECOM-NETWORK-2.0 or higher
All dependencies are retrieved transitively by Ivy resolver.
N/A
None.
Markdown
Copyright 2018-2022 MicroEJ Corp. All rights reserved.
Use of this source code is governed by a BSD-style license that can be found with this software.