View Single Post
Old 09-24-2004   #6 (permalink)
goldfndr
Knight Tooth Puller
 
goldfndr's Avatar
 
Join Date: Aug 2004
Location: Bellevue, WA, USA
Posts: 182
Quote:
Originally Posted by ludwingdiaz
How can I log in real time to a file? I need to process in real time my APs signal strength to make decisions with my program. Any script that will do it?
If all you need is the current status, you can use something like the master script. Turn speech and MapPoint off, and DiGLE on. Augment the DiGLE to add a "OnScanResult" type function that sends the signal and noise data to the registry (assuming the SSID and/or BSSID match) and get it called by the master. Then have your main program periodically read the registry.

If you also want history, it's pretty simple to append to a file with the info. But that wouldn't necessarily be the "real time" you said you sought.
goldfndr is offline   Reply With Quote