Sunday, December 30, 2012

Measure Wi-Fi Strength from OS X

To get raw Wi-Fi strength numbers including noise measurements, OS X provides an in built tool with Lion.

1. Go To - /System/Library/CoreServices/ [From Finder Go->Go To Folder-]
2. Run Wi-Fi diagnostics

If you have a laptop, walk around the house and see the values change or move the router (adjust its location) for optimum strength in your frequently used locations.


No comments:

Int size on Apple Watch (watchOS)

  Even though Apple Watch chipset is 64-bits, Int is still 32-bit. To get 64 bit behavior you have to explicitly use Int64 https:// jeffver...