Airport
Airport
- Subject: Airport
- From: Peter Baxter <email@hidden>
- Date: Wed, 18 Jul 2007 06:01:37 +1000
Hi people,
I am trying to write a script to identify interference on an airport network. We get inconsistent results when staff log on in some rooms. I would like to identify the base station that each laptop uses in the room, and its relative signal strength. This should be easy, however I get a fault all the time:
tell application "Internet Connect" set SignalLevel to the signal level of AirPort configuration 1 set AirportID to the base station ID of AirPort configuration 1 set networkType to the network type of AirPort configuration 1 end tell
AirportID --> AirportID is not defined
My choice early in life was either to be a piano-player in a whorehouse or a politician. And to tell the truth, there's hardly any difference. -- Harry S. Truman (circa 1962)
Peter Baxter
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
- Follow-Ups:
- Re: Airport
- From: Jean-Baptiste LE STANG <email@hidden>