As the title says... Chat on...

User avatar
By zeroday
#5877 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?
User avatar
By alonewolfx2
#5880 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.
User avatar
By Markus Gritsch
#5882
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 :)
User avatar
By zeroday
#5921
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.