msolters / wifi-control-node

A NodeJS module that allows you to scan for, connect to and disconnect from wireless access points near the server. Great for offline or local apps.
https://www.npmjs.com/package/wifi-control
MIT License
167 stars 48 forks source link

static ip example? #19

Open eriksape opened 8 years ago

eriksape commented 8 years ago

Hi!

There is an example to config with static ip?

msolters commented 8 years ago

No, this library really only requests WiFi interface-specific actions. It does not assume or attempt to manipulate IP assignment. IMO that varies too greatly by OS. Even within Linux, say, there are so many different ways to configure an interface to be static or DHCP. But really, the SSID association has nothing to do with IP addresses. That's a different level of the network stack entirely.