|
|
|
|
| Trunking Control Channel Decoding For discussion of installation, setup, configuration, and use of the Trunker / Unitrunker digital decoding utilities (for decoding Trunking control channels) |

06-30-2009, 01:53 AM
|
|
Member
|
|
 Database Admin
|
|
Join Date: Oct 2002
Location: Orange County CA
Posts: 309
|
|
UniTrunker History (.log) Files
how do I view them ?
|

06-30-2009, 08:11 AM
|
 |
Member
|
|
|
Join Date: Feb 2008
Location: SE Sask.
Posts: 246
|
|
Quote:
Originally Posted by mdfillipp
how do I view them ?
|
Click on Unitrunker to open it. You will see folder(s) numbered like this : S00000002 at the top of the page . Click on the folder you want to view.
__________________
Trunk tracking Sask.Public Safety P25 system with Win500/PSR600C and Pro96com/PSR500C and trunk tracking FleetNet 800 EDAC system with BC250/BC780XLT. Scanning everything else with an Icom R10.
|

06-30-2009, 08:14 PM
|
|
Seņor Member
|
|
 Database Admin
|
|
Join Date: Dec 2001
Location: Texas
Posts: 3,480
|
|
For summary logs, go to the site window, click on the "Logs" button. The folder associated with that site will appear in Windows Explorer. If the folder is empty, you must not have enabled logging. Go to the Site's Info tab and check logging.
For decode logs, go to the receiver window, click on the "Logs" button. The folder associated with that receiver will appear in Windows Explorer. If the folder is empty, you must not have enabled logging. Go to the receiver's Info tab and check logging.
|

06-30-2009, 10:11 PM
|
|
Member
|
|
 Database Admin
|
|
Join Date: Oct 2002
Location: Orange County CA
Posts: 309
|
|
Quote:
Originally Posted by Unitrunker
For summary logs, go to the site window, click on the "Logs" button. The folder associated with that site will appear in Windows Explorer. If the folder is empty, you must not have enabled logging. Go to the Site's Info tab and check logging.
For decode logs, go to the receiver window, click on the "Logs" button. The folder associated with that receiver will appear in Windows Explorer. If the folder is empty, you must not have enabled logging. Go to the receiver's Info tab and check logging.
|
in hindsight, I should've asked what is required to view the files themselves ?
I know where the files are written, and I'm able to view today's file, which is presently in text form, but after the clock strikes midnight, it becomes some kind of giberish, and starts a new text file for that day. What am I missing ?
|

06-30-2009, 11:13 PM
|
|
Seņor Member
|
|
 Database Admin
|
|
Join Date: Dec 2001
Location: Texas
Posts: 3,480
|
|
Quote:
Originally Posted by mdfillipp
I'm able to view today's file, which is presently in text form, but after the clock strikes midnight, it becomes some kind of giberish, and starts a new text file for that day.
|
The program displays the last four hours worth of activity. The log file is just plain text with no annotation of talkgroup labels or radio labels. Eventually the two will be combined. If you're looking for a specific ID or type of event, you can use command-line text searching tools like grep, sed or awk to mine information from these logs.
|

07-01-2009, 03:36 PM
|
|
|
Quote:
Originally Posted by mdfillipp
in hindsight, I should've asked what is required to view the files themselves ?
I know where the files are written, and I'm able to view today's file, which is presently in text form, but after the clock strikes midnight, it becomes some kind of giberish, and starts a new text file for that day. What am I missing ?
|
I think Unitrunker automatically compresses the log files at midnight, when there is no more data to be added to the file. I have always been able to decompress old log files using a program like WinZip so that I can view them in Excel.
|

07-01-2009, 09:36 PM
|
|
Seņor Member
|
|
 Database Admin
|
|
Join Date: Dec 2001
Location: Texas
Posts: 3,480
|
|
Quote:
Originally Posted by jlanfn
I think Unitrunker automatically compresses the log files at midnight, when there is no more data to be added to the file.
|
It does.
|

07-01-2009, 11:44 PM
|
|
Member
|
|
 Database Admin
|
|
Join Date: Oct 2002
Location: Orange County CA
Posts: 309
|
|
Quote:
Originally Posted by jlanfn
I think Unitrunker automatically compresses the log files at midnight, when there is no more data to be added to the file. I have always been able to decompress old log files using a program like WinZip so that I can view them in Excel.
|
that was the key. Nice catch.
though, it begs the question why the XP zip utility doesn't recognize these compressed files ?
And, why is the time stamp always 7 hrs ahead of my time ?
|

07-02-2009, 12:29 AM
|
|
|
Quote:
Originally Posted by mdfillipp
And, why is the time stamp always 7 hrs ahead of my time ?
|
That happens on my system as well. I'm not sure why.
|

07-02-2009, 07:28 AM
|
|
Member
|
|
 Database Admin
|
|
Join Date: May 2003
Location: Queensland, Australia
Posts: 319
|
|
Quote:
Originally Posted by mdfillipp
And, why is the time stamp always 7 hrs ahead of my time ?
|
Just a thought. Is your time zone 7 hours behind GMT / UTC.
--
Comint
|

07-02-2009, 10:09 PM
|
|
Member
|
|
 Database Admin
|
|
Join Date: Oct 2002
Location: Orange County CA
Posts: 309
|
|
Quote:
Originally Posted by Comint
Just a thought. Is your time zone 7 hours behind GMT / UTC.
--
Comint
|
I figured that was the significance of that number, I just don't understand why its not compensating for the difference
|

07-03-2009, 06:23 PM
|
 |
Forums Manager
|
|
 Database Admin
|
|
Join Date: Dec 2000
Location: San Joaquin Valley, CA
Posts: 5,848
|
|
I ran in to that same problem; it uses GMT. I gave Rick my two cents about it. 
|

07-03-2009, 06:53 PM
|
|
OH/WV DB Admin
|
|
 Database Admin
|

Audio Feed Provider
|
|
Join Date: Dec 2006
Location: Jefferson County, Ohio
Posts: 2,642
|
|
Quote:
Originally Posted by mdfillipp
though, it begs the question why the XP zip utility doesn't recognize these compressed files ?
|
They aren't ZIP files, GZIP files, RAR files or plain TAR (archive, noncompressed) files.. They are compressed with a common compression algorithm popular on *nix platforms - , Compress is one such unix compression utility using said algorithm. Bill Gates apparently doesn't want to support that one. Of course it's pretty ancient but still used.
Mike
|

07-03-2009, 09:27 PM
|
|
Seņor Member
|
|
 Database Admin
|
|
Join Date: Dec 2001
Location: Texas
Posts: 3,480
|
|
Quote:
Originally Posted by mtindor
They aren't ZIP files
|
Here's a thorough description of the compression library used. The compression algorithm is a descendant of PKZIP.
Last edited by Unitrunker; 07-03-2009 at 09:30 PM..
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 02:41 PM.
|
|
|
|
| |
|
|