Hi
I am a complete beginner with vb.net (2005) I have minor experience with vb6.
I am writing an app that will configure and do some control on a broadband antenna. (Wimax)
I can now configure the unit via VB (telnet), and get data from it via telnet.
What i now need to do, and i have no clue of how to do it, is to get a couple of lines with text, wich gives me the signal strength. I need to strip it, put the data i need into text boxes, and then compare them...
My goal is to try different configs, save signal for each config, and determine wich was the best.
The signal strength data looks like this:
DL SNR [21 dB] DL RSSI [-82 dBm] Optimal RX rate [QAM64 3/4] Last TX rate [BPSK 1/2] Last TX power [20 dBm] UL SNR [2 dB] UL RSSI [-98 dBm]
DL SNR [21 dB] DL RSSI [-82 dBm] Optimal RX rate [QAM64 3/4] Last TX rate [BPSK 1/2] Last TX power [20 dBm] UL SNR [3 dB] UL RSSI [-97 dBm]
This is two lines, wich will not be broken up by line break. (single line)
The data that i need, is DL SNR wich is 21, DL RSSI wich is -82, and UL SNR wich is 3 and UL RSSI wich is -97
i need at least two lines to find an average on each config. I do not care about the RX and TX rates, for now.
I would like to save these entries in their own textboxes, one numeric value pr txtbox, and a separate set of txtbox's pr config. I will do 5 different configs.
After that i want to find wich config that was best. RSSI values should be as high as possible, -100 is bad, and -40 is about as good as we get. SNR values are best at about 35 and bad at 0.
Is this doable in any easy way?
Thanx for all help!
--
Kim
I am a complete beginner with vb.net (2005) I have minor experience with vb6.
I am writing an app that will configure and do some control on a broadband antenna. (Wimax)
I can now configure the unit via VB (telnet), and get data from it via telnet.
What i now need to do, and i have no clue of how to do it, is to get a couple of lines with text, wich gives me the signal strength. I need to strip it, put the data i need into text boxes, and then compare them...
My goal is to try different configs, save signal for each config, and determine wich was the best.
The signal strength data looks like this:
DL SNR [21 dB] DL RSSI [-82 dBm] Optimal RX rate [QAM64 3/4] Last TX rate [BPSK 1/2] Last TX power [20 dBm] UL SNR [2 dB] UL RSSI [-98 dBm]
DL SNR [21 dB] DL RSSI [-82 dBm] Optimal RX rate [QAM64 3/4] Last TX rate [BPSK 1/2] Last TX power [20 dBm] UL SNR [3 dB] UL RSSI [-97 dBm]
This is two lines, wich will not be broken up by line break. (single line)
The data that i need, is DL SNR wich is 21, DL RSSI wich is -82, and UL SNR wich is 3 and UL RSSI wich is -97
i need at least two lines to find an average on each config. I do not care about the RX and TX rates, for now.
I would like to save these entries in their own textboxes, one numeric value pr txtbox, and a separate set of txtbox's pr config. I will do 5 different configs.
After that i want to find wich config that was best. RSSI values should be as high as possible, -100 is bad, and -40 is about as good as we get. SNR values are best at about 35 and bad at 0.
Is this doable in any easy way?
Thanx for all help!
--
Kim