friedrith / node-wifi

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

Support for hotspot #63

Closed kisinga closed 3 years ago

kisinga commented 5 years ago

Would be nice to include this functionality as well

friedrith commented 5 years ago

Please can you better describe your use case. Hotspot may have various implementation.

morgan-wild commented 3 years ago

Hi think he just want to create a Hotspot!

dodois commented 3 years ago

oh yes , It would be very nice to be able to create hotspots!

Spent a week creating hotspots in windows 10 from node.js, using ICS, but to no avail, hope someone can help me!

Thanks

friedrith commented 3 years ago

At first this library has been implemented for automated tests for a hotspot product. A company was founded for 3 years on this product. So I know pretty well wifi hotspots. Hotspot features in windows are badly maintained. For example the implementation changed a lot between Windows 8 and 10. It caused the end of the company who created this library at first.

Besides this feature is not easy on other platforms like Linux and macOS. The main goal of node-wifi is to work on all platforms. So I won't implement or maintain any hotspot feature myself even if I know it a lot. Feel free to do it yourself using a PR, your own fork or another library.

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.