DigiExam / simplewifi

.NET 4.5 library to manage wifi connections in Windows - written in C#
GNU Lesser General Public License v3.0
131 stars 82 forks source link

Ubuntu/Linux Support. #17

Closed jonathan148 closed 8 years ago

jonathan148 commented 8 years ago

Will there be any Ubuntu/Linux support?

If no, Can I fix it somehow?

Greetings, Me.

robinwassen commented 8 years ago

Hi @jonathan148

I have no plans on building support for linux, the code design is not prepared for cross platform support either.

In order to build support for linux you would first have to research on how to handle wifi connections programmatically, then implement the whole thing in the library, so it is not simply a small change.

Seems like nl80211 is used for managing wifi on modern linux builds: http://stackoverflow.com/questions/5102186/wireless-api-for-linux-in-c-or-java

Regards, Robin