nekromant / esp8266-frankenstein

Alternative firmware for ESP8266 modules
318 stars 71 forks source link

new cmd_nslookup command domain resolve #63

Closed darkbyte-ru closed 9 years ago

darkbyte-ru commented 9 years ago

Example of usage:

frankenstein > nslookup darkbyte.ru
95.215.45.66

frankenstein > nslookup qweqwe.qw
nslookup failed

Also added cmd_ping, but currently not worked, so I comment it out of config.

Removed cmd_net because not used and duplicate for cmd_send and cmd_listen commands.