This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Description
Using today's build:
MicroPython v1.9.1-477-g75ead22c on 2017-09-05; ESP32 module with ESP32
Type "help()" for more information.
>>>
>>> import usocket as socket
I (175278) modsocket: Initializing
>>> socket.getaddrinfo('iot.eclipse.org', 1883)
[]
>>> socket.getaddrinfo('google.com', 80)
[]
>>>