[chirp_devel] Support for other band plans?
Dan Smith
Wed Mar 6 07:00:13 PST 2013
> Chirp has support for automatic repeater offsets. I haven't looked
> into it in detail, but I assume this is for the North American band
> plan?
Yeah.
> Australian Amateurs have their own band plan that's based off ITU
> allocations and tailored for the region:
> http://www.wia.org.au/members/bandplans/data/documents/Australian%20Band%20Plans%20100404.pdf
>
> Any thoughts on the acceptability of supporting selection of band
> plan? They could be bundled as text files that include repeater
> offsets, suggested modes, power limits etc? The automatic repeater
> offsets option would become an automatic band settings option.
> Devices that support band limits could also import them as band
> limits (eg. bug #651<http://chirp.danplanet.com/issues/651>
> ).
Fine with me, although I'm not sure we need to go so far as an external
parseable file. Could we just have a regions.py file (perhaps in
chirpui/) that would be a dict of dicts to expose regional differences?
Something like:
regions = {
'us': {
'name': 'United States',
'auto_repeater_offsets: (the data structure from common),
'amateur bands': [(1800000, 2000000), ... ],
},
'au': {
'name': 'Australia',
....
?
--
Dan Smith
www.danplanet.com
KK7DS
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
Url : http://intrepid.danplanet.com/pipermail/chirp_devel/attachments/20130306/ec542ae4/attachment-0001.bin
More information about the chirp_devel
mailing list