friedrith / node-wifi

📶 NodeJS tool to manage wifi (connections, scans)
MIT License
395 stars 161 forks source link

Ad-Hoc support? #77

Closed jslay88 closed 3 years ago

jslay88 commented 5 years ago

Curious if this could support creating ad-hoc networks?

I have a particular use case where I need the computer to host a WiFi network with a specified SSID and password. 2.4Ghz if it matters. DHCP addressing would be great too! :)

friedrith commented 5 years ago

Hi, Sorry for the delay. This is funny because at the beginning node-wifi was meant to be used in a project to create self-hosted wifi networks and we also had a dhcp server. Hosting wifi might be a feature to implement if we found a solution to make it worked on all OS which is easy. Please propose an implementation if you want these feature.

However DHCP is not planned since it is totally different technology. I think that you can find nice DHCP servers in node.js

friedrith commented 2 years ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.