For Wifi personal security mode. It is always cumbersome to change the password whenever there is a breach in the network. and even more annoying is to distribute the passwords to the clients/guests. WifiFlexManager is a project that can change the password (with a random predefined length string) whenever the admin sends a specific IR code (through android app) and can retrieve the current password or the connected users (Through Bluetooth screen). So as a client who wants to get connected to the router, you only need to point your phone's IR towards the mbed and press a button, and the current password will be shown at your phone's screen.
Dependencies: EthernetInterface HTTPServer RemoteIR SDFileSystem mbed-rpc mbed-rtos mbed
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
5:e4c3ce3f66a2 | 2015-05-04 | mskamoona | IR, Bluetooth, Telnet are working! |
4:779396fc3f76 | 2015-05-04 | mskamoona | Everything Works! Thanks Faris |
3:e8334a5aeeff | 2015-05-04 | mskamoona | Random is working ... code integrity check next |
2:17304882739c | 2015-05-03 | mskamoona | 7 all working ... Change printf to remove extra and remove extra code lines |
1:79a18ad6eeb5 | 2015-04-28 | mskamoona | 3 Telnet, IR and BT work; Next is to add Random Passwords! |
0:c08dc0b2963b | 2015-04-28 | mskamoona | 2 Working + IR commands call functions |