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
170d5de
commit 5e66cdf
Showing
1 changed file
with
6 additions
and
6 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,13 +1,13 @@ | ||
# ESP32-Eduroam | ||
# ESP32-eduroam | ||
# Sketch is tested under core from June 2018. Newer versions have problem with connection to Enterprise networks. | ||
* Eduroam wifi connection with university login identity | ||
* Working under Eduroam networks under FreeRadius service for 802.1x | ||
* Eduroam is using: PEAP + MsCHAPv2 | ||
* wifi connection with university login identity | ||
* Working under eduroam networks under FreeRadius service for 802.1x | ||
* eduroam is using: PEAP + 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 | ||
* 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 | ||
|
||
# Format | ||
* IDENTITY = nickname@university.domain (for instance: [email protected]) | ||
* IDENTITY = id@university.com (for instance: [email protected]) | ||
* PASSWORD = your password :-) | ||
|
||
# Usage | ||
|