esp32_nat_router icon indicating copy to clipboard operation
esp32_nat_router copied to clipboard

Feature request

Open megabyte2010 opened this issue 3 years ago • 2 comments

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..

megabyte2010 avatar May 26 '21 11:05 megabyte2010

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>

martin-ger avatar May 26 '21 11:05 martin-ger

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:

Scan API

Feel free to have a look at my project.

dchristl avatar Mar 26 '22 06:03 dchristl