A python module to fetch MHW DVB propietary data
initial commit

heads

tip
browse log

clone

read-only
https://hg.sr.ht/~ocurero/libmhw
read/write
ssh://hg@hg.sr.ht/~ocurero/libmhw

#libmhw

A python module to fetch MHW DVB propietary data

#Usage

from libmhw import MHW
data = MHW()
channels, programs = data.scan_stream("/dev/dvb/adapter0/demux0")
for program in program:
    print program