-->
Page 1 of 3

about wifi setip api

PostPosted: Mon Dec 29, 2014 5:48 am
by zeroday
hi,
plan to add an api to set ip for wifi module

questions: :idea:
should I add a wifi.sta.setip() ?or,
combine getip with setip like this:
ip=wifi.sta.ip()
wifi.sta.ip("192.168.0.2")

also get/set mac api. get/set mode api.

and since it is open source now, should I set some goals/road-map for one may want to contribute code?
any thoughts?

Re: about wifi setip api

PostPosted: Mon Dec 29, 2014 5:58 am
by alonewolfx2
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.

Re: about wifi setip api

PostPosted: Mon Dec 29, 2014 6:14 am
by Markus Gritsch
zeroday wrote:and since it is open source now, should I set some goals/road-map for one may want to contribute code?
any thoughts?


A roadmap would be nice, to let people know, what features are coming. Maybe some topics from the "Requested new features and API" forum? (Shamelessly hoping for file.read(bytes) to get implemented soon :)

Re: about wifi setip api

PostPosted: Mon Dec 29, 2014 8:28 pm
by zeroday
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.