-->
Page 2 of 3

Re: about wifi setip api

PostPosted: Tue Dec 30, 2014 6:26 am
by alonewolfx2
zeroday wrote:
alonewolfx2 wrote:I think it should getip and setip. I am trying to implement this function. I also trying to implement node.info function for version and build date.


Hi, some of them is implemented already in branch dev094.

i tried but it seems setip not working.
Edit: i created pull request for solve this issue

Re: about wifi setip api

PostPosted: Thu Jan 01, 2015 7:51 pm
by PuceBaboon
Zeroday,

What's the syntax for your new setip() call, please? I'm too
dumb to get it working.

Thanks, -John-

Re: about wifi setip api

PostPosted: Thu Jan 01, 2015 11:57 pm
by laidlow
Awesome man, really looking forward to the new firmware! Thanks for all your hard work, this is by far the most feature rich platform for the esp8266 at the moment!

In terms of roadmap i'd LOVE to see some of the features from the MQTT firmware implemented when all the bugs are worked out!

Re: about wifi setip api

PostPosted: Fri Jan 02, 2015 4:37 am
by zeroday
PuceBaboon wrote:Zeroday,

What's the syntax for your new setip() call, please? I'm too
dumb to get it working.

Thanks, -John-


sorry, un-doc-ed yet...
Code: Select allwifi.sta.setip({ip="192.168.18.119",netmask="255.255.255.0",gateway="192.168.18.1"})