From 3762ba75f763d2cf420dcadc3e2f5020b1cc4210 Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 8 Aug 2018 01:57:15 +0200 Subject: [PATCH 1/2] informations about sketch --- .../examples/WiFiClientEnterprise/README.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 libraries/WiFi/examples/WiFiClientEnterprise/README.md diff --git a/libraries/WiFi/examples/WiFiClientEnterprise/README.md b/libraries/WiFi/examples/WiFiClientEnterprise/README.md new file mode 100644 index 00000000000..2ba2726e2eb --- /dev/null +++ b/libraries/WiFi/examples/WiFiClientEnterprise/README.md @@ -0,0 +1,28 @@ +# ESP32-Eduroam +* Eduroam wifi connection with university login identity +* Working under Eduroam networks under FreeRadius service for 802.1x +* Eduroam is using methods: PEAP + MsCHAPv2 + +# Format +* IDENTITY = nickname@university.domain +* PASSWORD = your password + +# Usage +* Change IDENTITY +* Change password +* Upload sketch and enjoy! + +# Tested locations +* Technical University in Košice (Slovakia) - Working +* Slovak Technical University in Bratislava (Slovakia) - Working +* University of Antwerp (Belgium) - Working +* UPV Universitat Politècnica de València (Spain) - Working +* Local RADIUS network under Linux Zeroshell - Unsuccessful + +# Sucessful connection + ![alt text](https://i.nahraj.to/f/24Kc.png) +# Unsucessful connection + ![alt text](https://camo.githubusercontent.com/87e47d1b27f4e8ace87423e40e8edbce7983bafa/68747470733a2f2f692e6e616872616a2e746f2f662f323435572e504e47) + +# Boards +* Tested Under ESP32 Devkit v1 From 14fb468a4cc015fb8f2ad2fc117ad56fc41ad239 Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 8 Aug 2018 02:00:35 +0200 Subject: [PATCH 2/2] Update README.md --- libraries/WiFi/examples/WiFiClientEnterprise/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/libraries/WiFi/examples/WiFiClientEnterprise/README.md b/libraries/WiFi/examples/WiFiClientEnterprise/README.md index 2ba2726e2eb..9c42adfa2c0 100644 --- a/libraries/WiFi/examples/WiFiClientEnterprise/README.md +++ b/libraries/WiFi/examples/WiFiClientEnterprise/README.md @@ -11,17 +11,18 @@ * Change IDENTITY * Change password * Upload sketch and enjoy! +* After sucessful assign of IP address, board will connect to HTTP page on internet to verify your authentification # Tested locations * Technical University in Košice (Slovakia) - Working * Slovak Technical University in Bratislava (Slovakia) - Working * University of Antwerp (Belgium) - Working * UPV Universitat Politècnica de València (Spain) - Working -* Local RADIUS network under Linux Zeroshell - Unsuccessful +* Local RADIUS network under Linux Zeroshell - Unsuccessful connection -# Sucessful connection +# Sucessful connection example ![alt text](https://i.nahraj.to/f/24Kc.png) -# Unsucessful connection +# Unsucessful connection example ![alt text](https://camo.githubusercontent.com/87e47d1b27f4e8ace87423e40e8edbce7983bafa/68747470733a2f2f692e6e616872616a2e746f2f662f323435572e504e47) # Boards