Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
12b407ff
Commit
12b407ff
authored
Oct 16, 2014
by
funshine
Browse files
add net.socket:dns api, some bug fix
parent
3ca7f36c
Changes
3
Hide whitespace changes
Inline
Side-by-side
0.9.2/512k-flash/eagle.app.v6.flash.bin
View file @
12b407ff
No preview for this file type
0.9.2/512k-flash/eagle.app.v6.irom0text.bin
View file @
12b407ff
No preview for this file type
README.md
View file @
12b407ff
...
@@ -285,3 +285,8 @@ close()
...
@@ -285,3 +285,8 @@ close()
描述:关闭socket
描述:关闭socket
dns(domain, function cb(net.socket, ip) )
描述:获取domain的ip
domain:字符串
function cb(net.socket, ip):回调函数。第一个参数为socket连接本身, 第二个为获取的ip, 字符串形式。
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment