Skip to content
This repository was archived by the owner on Sep 10, 2023. It is now read-only.

Commit 553a360

Browse files
authored
changed
1 parent 759abf7 commit 553a360

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
# ESP32-eduroam
2-
# Sketch is tested under core from June 2018 (available in my repositories). Newer versions have problem with connection to Enterprise networks.
3-
* wifi connection with university login identity
4-
* Working under eduroam networks under FreeRadius service for 802.1x
5-
* eduroam is using: PEAP + MsCHAPv2
2+
# All tested working sketches was under June 2018 ESP32 Arduino core
3+
4+
# This repo offers
5+
* Wifi connection to eduroam powered networks with university login and password
6+
* Supported methods: PEAP + MsCHAPv2 & EAP-TTLS + MsCHAPv2
67
* **Inform me after you use that .ino file in your university if it is working! Email below**
7-
* 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
8-
* In this repository, there are examples for MQTT, HTTP, HTTPS connections to user applications or IoT applications - Thingspeak, IBM, Cayenne, etc.
8+
* 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.
99

1010
# Format
1111
* ANONYMOUS IDENTITY = anonymous@example.com (for instance: anonymous@tuke.sk)
1212
* IDENTITY = id@example.com (for instance: nickname@tuke.sk)
1313
* PASSWORD = your password
1414

1515
# Usage
16-
* Change your identities
16+
* Change your identities (anonymous + visible)
1717
* Change password
1818
* Upload sketch and enjoy!
1919

20-
# Tested locations
20+
# Tested locations (WifiClientSecure example)
2121
|University|Board|Method|Result|
2222
|-------------|-------------| -----|------|
2323
|Technical University in Košice (Slovakia)|ESP32 Devkit v1|PEAP + MsCHAPv2|Working|

0 commit comments

Comments
 (0)