esp32_nat_router
esp32_nat_router copied to clipboard
Feature request
I like your repeater code. It works very well. But it would be nice if we could scan nearby access points, and show some information about them, like ssid, dbm etc..
Should be not so difficult to combine it with something like: https://github.com/VALERE91/ESP32_WifiScan
If I (or somebody else) find some time.
Von: megabyte2010 @.*** Gesendet: Mittwoch, 26. Mai 2021 13:27 An: martin-ger/esp32_nat_router Cc: Subscribed Betreff: [martin-ger/esp32_nat_router] Feature request (#53)
I like your repeater code. It works very well. But it would be nice if we could scan nearby access points, and show some information about them, like ssid, dbm etc..
You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/martin-ger/esp32_nat_router/issues/53 , or unsubscribe <https://github.com/notifications/unsubscribe-auth/AF2UTCZSR5QATBKD7RSVT5DTP TLIFANCNFSM45RZ5DCA> . <https://github.com/notifications/beacon/AF2UTC4AQGQPKAKTMRZSHDTTPTLIFA5CNFS M45RZ5DCKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4NOHC4AQ.gif>
I like your repeater code. It works very well. But it would be nice if we could scan nearby access points, and show some information about them, like ssid, dbm etc..
Hi @megabyte2010 , I missed the same functionality and used this project as a starting point for learning microcontroller programming. Your requested feature is already implemented:
Feel free to have a look at my project.