Measuring Received Signal Stregth

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mirzarezaee
    New Member
    • Sep 2006
    • 1

    Measuring Received Signal Stregth

    Dear all,

    I want to measure received signal stregth from a wireless network card. Does any body knows what should I do?

    I look forward to hearing from you,
    Yours,
    Mitra Mirzarezaee
  • vssp
    Contributor
    • Jul 2006
    • 268

    #2
    USe te open sourcr JFFNMS I hope its very help ful for u

    Comment

    • tpawleska
      New Member
      • Sep 2006
      • 25

      #3
      Do a google search for programs that monitor signal strength how detailed do you want to get because there is a 4 bar image on the bottom right hand corner of your screen.

      Comment

      • Cyberdyne
        Recognized Expert Contributor
        • Sep 2006
        • 627

        #4
        The simplest way to do this is to open command prompt by going to Start > Run > and type ine CMD hit OK in that window type this command ...

        ipconfig and hit Enter

        then note the deafault gateway address of your wireless area connection and type...

        ping (deafault gateway address) usually 192.168.0.1 -t

        it should look something like this:

        ping 192.168.0.1 -t


        once you hit enter it will keep showing you the time it took for the ping to bounce back to you, as you pick up your laptop and walk around the house these numbers will change depending on how far you are from the router. Smaller numbers will indicate a better signal strength while bigger ones will indicate poor signal. So you can also use the signal strength indicator that windows has built in by going to your network connections and double click on the wireless one.

        Good Luck.

        Comment

        Working...