|
Last blog posts
Login |
Viewing blog post - Network SecurityReturn to blogOrienting WiFi antenna without help?
I keep adding new Internet links to my house system... some as real links with traffic shaping, load balancing, etc.
...Some, just as backup links. I confess it has gotten a little bit out of hand, having just added the sixth link. So, MetroFi in Sunnyvale, CA started offering a free city-wide WiFi connectivity since December 2005 — and I just could not resist it. I got a handy +8dBi directional antenna (by Airlink), a 7ft antenna cable, and a PCI WiFi card... a little hole into the wall, hang the directional antenna right underneath the solar panels, point to the WiFi link on the lamp post... Now the problem, how do you orient the antenna? And, as a geek, can you do it with a one-liner? watch "iwlist eth1 scan 2>/dev/null|grep -o \"Signal level=[0-9-]* dBm\"|head -n 1 | festival --tts"
Then I just go outside, I can hear the dBm readings loud and clear, so all that's left is a little bit of patience while getting the antenna to point in the right direction. Note, that there is a little bit of lag time on the card scanning the APs — you should get two or three readings between re-pointing the antenna
|