View Single Post
Old 12-18-2006   #71 (permalink)
Scruge
Nyuk nyuk!
 
Scruge's Avatar
 
Join Date: Jan 2005
Location: TX
Posts: 1,444
Quote:
Originally Posted by Jay95
If possible I'd like to change the color schemes for which channel the sites are on, SSID ID's and if they have WEP enabled or disabled.

I'd like to try and save these files seperately (channel/SSID/WEP) so at a glance we can see which sites and areas have dead spots or need channel changing.
You can change the channel colors by replacing the color (3 byte hex) codes with your preference, those being the first 15 lines of the knsgem.cfg.
The color transparancy level and secure/unsecure can be set as well.

I used this link as a reference.

Code:
<chnlpcolor01=ffccff>       // lavender 
<chnlpcolor02=FFFF00>       // yellow   
<chnlpcolor03=000080>       // blue     
<chnlpcolor04=FF00FF>       // magenta  
<chnlpcolor05=00FFFF>       // cyan     
<chnlpcolor06=ffffff>       // white    
<chnlpcolor07=00FF00>       // lime     
<chnlpcolor08=ff9933>       // orange   
<chnlpcolor09=808080>       // grey     
<chnlpcolor10=800080>       // purple   
<chnlpcolor11=0000FF>       // lt blue 
<chnlpcolor12=808000>       // olive    
<chnlpcolor13=008080>       // teal    
<chnlpcolor14=FFFF66>       // lt yellow
<chnlpcolorna=000000>       // black    
<gmtoffset=-6>              // GMT time offset works only with NS1 files
<securepcolor=008000>       // Secure Network color Green
<nsecurepcolor=FF0000>      // Non Secure Network color Red
<swaplinefillcolor=1>       // 0 or 1 swaps channel and secure colors 
<filltransparency=90>       // fill transparency ff opaq 00 transparent
<linetransparency=ff>       // line transparency ff opaq 00 transparent
<smoothingbias=5>           // curve smoothing bias -5 to 10 (min average signal level)
<rollingaverage=5>          // rolling average 0 to 10 (average signal range at any point)
<curvesegments=5>            // segments per curve 3 to 10
<maxradiusdegrees=.018>      // Max Radius in degrees  .009 degrees is approx 1km
<labeltype=0>                // Map Labels 0 for MAC   1 for SSID
<redicon=C:/knsgem/icons/red.png>         // Path to GE icon
<greenicon=C:/knsgem/icons/green.png>     // Path to GE icon
<yellowicon=C:/knsgem/icons/yellow.png>   // Path to GE icon
<parseonly=0>                // 0 for normal merge and kml creation   1 for parse only and stop
<>
__________________
KNSGEM
A wifi boundary plotter for Google Earth
Click Me
Scruge is offline   Reply With Quote