02-16-2021 10:09 AM
Hello, im dodi
I'm doing my final project on campus
I want to make a wifi analyzer application in Labview without using hardware ?
please help me to get suitable reference
02-16-2021 12:05 PM - edited 02-16-2021 12:06 PM
What exactly are you trying to "analyze"? (RF signal, traffic, coverage, etc.).
If you don't have any hardware (except for a computer, which is of course hardware too!), there is nothing to analyze unless you also simulate whatever you are trying to analyze. What field is your main focus?
02-21-2021 10:38 PM
I am implementing a thesis to read RSSI data using Labview without just using pc, like read ( signal quality, bandwidht, security, channel, etc) like wifi analyzer,
conclusion create wifi analyzer using labview
02-22-2021 09:32 AM
Pretty simple, use the LabVIEW System Exec VI to run the Windows Network shell, and parse the text it returns.
02-22-2021 12:40 PM
You know about the read rssi using nimyrio program, I can already run it, so I want to display a program like that but without using nimyrio,