tinydns icon indicating copy to clipboard operation
tinydns copied to clipboard

update uasyncio IORead

Open varna9000 opened this issue 3 years ago • 4 comments

There is no IORead in the latest uasyncio. It is replaced by IOQueue.queue_read() as far as I can see.

I'm trying to get a simple captive portal, so I'll appreciate if you let me know how can you forward all domains to a certain ip.

varna9000 avatar Jun 07 '21 07:06 varna9000

Hi Varma,

Unfortunately I don't have ESP based device now so I can't really test it (

Feel free to implement support and make a pull request! :)

belyalov avatar Jun 07 '21 15:06 belyalov

Hello,

Why not use a emulator ? Here MicroPython on ESP32 https://wokwi.com/arduino/new?template=micropython-esp32

Hierosme avatar Oct 20 '21 23:10 Hierosme

Wow, that's nice :) Haven't ever heart about it

belyalov avatar Oct 20 '21 23:10 belyalov

You welcome.

I devellop a Micro POSIX Shell for MicroPython, and without it tools that impossible . Enjoy it cher Maker !

The project: https://wokwi.com/arduino/projects/312818372713644610 Control + D for restart the board and enter in the SHELL.

Hierosme avatar Oct 23 '21 09:10 Hierosme