[NodeMcu] Requested new features and API
Posted: Sat Nov 22, 2014 12:40 pm
Consider the constraint resources that ESP8266 has, only basic api added for now.
Am I missing something very useful?
Am I missing something very useful?
-->
Open Community Forum for ESP8266, Come share Arduino and IoT (Internet of Things)
https://www.esp8266.com/
zeroday wrote:Consider the constraint resources that ESP8266 has, only basic api added for now.
Am I missing something very useful?
wifi.sta.getnetmask()
wifi.sta.getbroadcast()
wifi.sta.getgateway()
net.socket:getremoteinfo()
memory.read(address) -- returns the 32 bit value of the 32 bit address
memory.write(address, value) -- writes the 32 bit value to the 32 bit address