This repository has been archived by the owner on Sep 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
759abf7
commit 553a360
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
# ESP32-eduroam | ||
# Sketch is tested under core from June 2018 (available in my repositories). Newer versions have problem with connection to Enterprise networks. | ||
* wifi connection with university login identity | ||
* Working under eduroam networks under FreeRadius service for 802.1x | ||
* eduroam is using: PEAP + MsCHAPv2 | ||
# All tested working sketches was under June 2018 ESP32 Arduino core | ||
|
||
# This repo offers | ||
* Wifi connection to eduroam powered networks with university login and password | ||
* Supported methods: PEAP + MsCHAPv2 & EAP-TTLS + MsCHAPv2 | ||
* **Inform me after you use that .ino file in your university if it is working! Email below** | ||
* eduroam example with HTTP connection is now available in official repository as example named WifiClientEnterprise: https://github.com/espressif/arduino-esp32/blob/master/libraries/WiFi/examples/WiFiClientEnterprise/WiFiClientEnterprise.ino | ||
* In this repository, there are examples for MQTT, HTTP, HTTPS connections to user applications or IoT applications - Thingspeak, IBM, Cayenne, etc. | ||
* In this repository, there are examples for MQTT, HTTP, HTTPS connections to user applications or IoT applications - Thingspeak, IBM, Cayenne, IBM Watson, AzureIoT, Thinx Cloud, etc. | ||
|
||
# Format | ||
* ANONYMOUS IDENTITY = [email protected] (for instance: [email protected]) | ||
* IDENTITY = [email protected] (for instance: [email protected]) | ||
* PASSWORD = your password | ||
|
||
# Usage | ||
* Change your identities | ||
* Change your identities (anonymous + visible) | ||
* Change password | ||
* Upload sketch and enjoy! | ||
|
||
# Tested locations | ||
# Tested locations (WifiClientSecure example) | ||
|University|Board|Method|Result| | ||
|-------------|-------------| -----|------| | ||
|Technical University in Košice (Slovakia)|ESP32 Devkit v1|PEAP + MsCHAPv2|Working| | ||
|