Jump to content

WiFi Dongle communication


PAVERA

Recommended Posts

Hello, i would like to monitor my whole wifi network using my wifi dongle Asus USB-N13 dongle. The idea is to get whole information about wifi environment. So it basically means to write an app that will show me names of all access points around and their signal strength. I was not able to find any good example how to obtain this information, or how to communicate with any wifi modules.

Link to comment

Hi,

 

I'd say the Windows native Wifi library seems like a starting point. I've never used it in LV but it works in other languages, so you will only need to match the data types :)

- https://msdn.microsoft.com/en-us/library/windows/desktop/ms706749(v=vs.85).aspx

wlanapi.dll is in System32 (or SysWOW64).

 

Other ways could be reusing high-level open-source library that pretty much do all the job. ManagedWifi is quite famous for that:

https://managedwifi.codeplex.com/

 

 

--Eric

  • Like 1
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.