File tree 1 file changed +29
-0
lines changed
libraries/WiFi/examples/WiFiClientEnterprise
1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change
1
+ # ESP32-Eduroam
2
+ * Eduroam wifi connection with university login identity
3
+ * Working under Eduroam networks under FreeRadius service for 802.1x
4
+ * Eduroam is using methods: PEAP + MsCHAPv2
5
+
6
+ # Format
7
+
8
+ * PASSWORD = your password
9
+
10
+ # Usage
11
+ * Change IDENTITY
12
+ * Change password
13
+ * Upload sketch and enjoy!
14
+ * After sucessful assign of IP address, board will connect to HTTP page on internet to verify your authentification
15
+
16
+ # Tested locations
17
+ * Technical University in Košice (Slovakia) - Working
18
+ * Slovak Technical University in Bratislava (Slovakia) - Working
19
+ * University of Antwerp (Belgium) - Working
20
+ * UPV Universitat Politècnica de València (Spain) - Working
21
+ * Local RADIUS network under Linux Zeroshell - Unsuccessful connection
22
+
23
+ # Sucessful connection example
24
+ ![ alt text] ( https://i.nahraj.to/f/24Kc.png )
25
+ # Unsucessful connection example
26
+ ![ alt text] ( https://camo.githubusercontent.com/87e47d1b27f4e8ace87423e40e8edbce7983bafa/68747470733a2f2f692e6e616872616a2e746f2f662f323435572e504e47 )
27
+
28
+ # Boards
29
+ * Tested Under ESP32 Devkit v1
You can’t perform that action at this time.
0 commit comments