View Single Post
Old 12-25-2004   #19 (permalink)
FLECOM
Registered Member
 
FLECOM's Avatar
 
Join Date: Dec 2002
Posts: 36
Ok I would really love to use this script, but im having a heck of a time getting it to work...

I dropped it into my NetStumbler folder and created the Cicons and placed the icons inside of Cicons... I am using the following config...

Code:
'This file is designed to be GlobalExecute'd into the master script
'It contains all settings


'************ Master User Configurable Switches ************
'***********************************************************
'Mapping software; pick one?
UseMappoint = True	'***** Mappoint:  This overrides DropCrumbs and TrackVehicle
UseDiGLE = False	'***** DiGLE:  Free mapping utility; see WiGLE.net; also Musatcha's software


'***** Speech:  Speak names of networks in view
UseSpeech = False


'***** Sounds:  ' Non-speech audio - if using speech this may trigger if no new ssids to say
UseAudio = True


'***** SignalStrength:  MIDI obsoletes this; True if you want varying signal strength sounds
		'if using speech it might trigger if there are no new ssids to say, and UseAudio = True
UseSignalStr = True


'***********************************************************
'****************End of master switches*********************
'***********************************************************


RunDefs


'***********************************************************
'***********************************************************
if UseMappoint then
'***********************************************************
'***** Beginning of Mappoint-specific settings
'***********************************************************

		'Do you want to use a default map?
const UseDefaultMap = True

		'self explanatory - only used if UseDefaultMap is True
const DefaultMapLocation = "C:\stumbling\Map.ptm"

		'True to delete the last vehicle location and/or last track - only if using default map
const delLastLoc = True
const delLasttrack = True
When I launch NetStumbler I get the NetStumbler splash screen, MapPoint opens with the map specified in the settings. Then MapPoint starts using 100% of my CPU and NetStumbler hangs... If I kill MapPoint, NetStumbler stays frozen and i have to kill it also...

The script works fine if I disable map-point (sounds etc) but I would really like to have the live position tracking/ap's on the map working correctly
FLECOM is offline   Reply With Quote