# Overview
MicroEJ Java WiFi Test Application to verify ecom-wifi functionality.

# Usage

This library contains tests for both STA (station) and SoftAP (access point) modes.

To run the test suite define at least the following properties:
- `ecom.wifi.testsuite.softap.ssid`
- `ecom.wifi.testsuite.softap.password`
- `ecom.wifi.testsuite.wifi.ssid`
- `ecom.wifi.testsuite.wifi.password`
- `ecom.wifi.testsuite.wifi.utf8.ssid`
- `ecom.wifi.testsuite.wifi.utf8.password`

`ecom.wifi.testsuite.wifi.utf8.ssid` and `ecom.wifi.testsuite.wifi.utf8.password` properties need at least one non-ASCII UTF-8 character.

Launchers examples are located under the folder "launchers".

If using this as a test suite project dependency, add the following line to your `module.ivy`:

    <dependency org="com.microej.pack.ecom-wifi" name="ecom-wifi-2_1-testsuite" rev="0.2.2"/>

# Requirements

This library requires the following Foundation Libraries:

    ECOM-WIFI-2.1, EDC-1.3, NET-1.1

# Dependencies
_All dependencies are retrieved transitively by Ivy resolver_.

# Source
N/A

# Restrictions
None.

---
_Copyright 2020-2026 MicroEJ Corp. All rights reserved._
_Use of this source code is governed by a BSD-style license that can be found with this software._
