PHP and Real Time WiFi 802.11b Directional Antenna

| | Comments (1) | TrackBacks (0)
M.G.A.P.S --> Maximum Galoots Atypical PHP Soapbox! :: General purpose here we come!

Maximum Galoots Atypical PHP Soapbox demonstrates using a few lines of PHP to point a directional WiFi antenna in real time.
With all the probs, projects, and emergencies, I have to say that I love PHP. I spent the first half of today working on getting a Belkin 802.11b PCI card to work with an access point up the street using a home made (~) 24db directional antenna. The antenna is strong! However, it was absolute cake to hack out something real fast to see what the card was doing using php. Remeber, this is being done from the command line.

<?

<?php

while(true)
{
passthru('clear');
passthru('/sbin/iwconfig eth2');
sleep(1);
}

?>

?>

0 TrackBacks

Listed below are links to blogs that reference this entry: PHP and Real Time WiFi 802.11b Directional Antenna.

TrackBack URL for this entry: http://kennethhunt.com/mt/mt-tb.cgi/754

1 Comments

Don said:

Can you point me to the plans for the (~) 24db directional antenna?

About this Entry

This page contains a single entry by klsh published on May 18, 2003 11:10 AM.

Firebird Flys as Version 0.6 (Glendale) was the previous entry in this blog.

Jettison Passport -- Microsoft Security Glitch is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.