Hi,

this is a little channel scan utility to generate tzap/czap compatible 
channel lists. Just type make to build the tool and then call it like this:

    # ./scan > channellist

to write all scanned channels into your channel list. Now you tune to the 
next transponder and call

    # ./scan >> channellist

to append all new channels to the existing file. While searching you get some
output about received PAT's, NIT's and SDT's on stderr. After about 30 seconds
per transponder the search should be finished.

When you collected entries for all your transponders you might want to sort 
your list, remove multiple entries and install your channel list:

    # mkdir ~/.czap/
    # sort channellist | uniq > ~/.czap/channels.conf

for DVB-C or

    # mkdir ~/.tzap/
    # sort channellist | uniq > ~/.tzap/channels.conf

for DVB-T. Good luck,

Holger

