Go to file
luoyaoming 643723da82 delete debian/gbp.conf 2024-04-30 19:16:03 +08:00
debian delete debian/gbp.conf 2024-04-30 19:16:03 +08:00
debian-example Import Upstream version 2018.05.09 2022-05-14 03:18:32 +08:00
web Import Upstream version 2018.05.09 2022-05-14 03:18:32 +08:00
.gitignore Import Upstream version 2018.05.09 2022-05-14 03:18:32 +08:00
CONTRIBUTING Import Upstream version 2018.05.09 2022-05-14 03:18:32 +08:00
LICENSE Import Upstream version 2018.05.09 2022-05-14 03:18:32 +08:00
Makefile Import Upstream version 2018.05.09 2022-05-14 03:18:32 +08:00
README Import Upstream version 2018.05.09 2022-05-14 03:18:32 +08:00
db.txt Import Upstream version 2018.05.09 2022-05-14 03:18:32 +08:00
db2bin.py Import Upstream version 2018.05.09 2022-05-14 03:18:32 +08:00
db2fw.py [PATCH] wireless-regdb: Fix iteration in create_wmms() for python 3 2022-05-14 03:18:33 +08:00
dbparse.py [PATCH] wireless-regdb: Fix comparison of WmmRule with NoneType in python 3 2022-05-14 03:18:33 +08:00
gen-pubcert.sh Import Upstream version 2018.05.09 2022-05-14 03:18:32 +08:00
regulatory.bin Import Upstream version 2018.05.09 2022-05-14 03:18:32 +08:00
regulatory.bin.5 Import Upstream version 2018.05.09 2022-05-14 03:18:32 +08:00
regulatory.db Import Upstream version 2018.05.09 2022-05-14 03:18:32 +08:00
regulatory.db.5 Import Upstream version 2018.05.09 2022-05-14 03:18:32 +08:00
regulatory.db.p7s Import Upstream version 2018.05.09 2022-05-14 03:18:32 +08:00
sforshee.key.pub.pem Import Upstream version 2018.05.09 2022-05-14 03:18:32 +08:00
sforshee.x509.pem Import Upstream version 2018.05.09 2022-05-14 03:18:32 +08:00
sha1sum.txt Import Upstream version 2018.05.09 2022-05-14 03:18:32 +08:00
wireless-regdb.spec Import Upstream version 2018.05.09 2022-05-14 03:18:32 +08:00

README

This repository contains the plain text version of the regulatory
database file I maintain for use with Central Regulatory Database
Agent daemon.  Also included is the compiled binary version of this
file signed with my RSA key.  This represents a good faith attempt
to capture regulatory information that is correct at the time of its last
modification.  This information is provided to you with no warranty
either expressed or implied.

Also included are the tools used to compile and sign the regulatory.bin
file as well as a MoinMoin macro used for viewing the database.

 TECHNICAL INFORMATION
=======================

The regulatory information in `db.txt' is stored in a human-readable
format which can be read using the `dbparse.py' python module. This
python module is used by the web viewer (Regulatory.py) which is
implemented as a MoinMoin macro (and used on http://wireless.kernel.org)
to allow viewing the database for verification.

The dbparse module is also used by db2bin.py and db2fw.py, the `compilers'
that compile the database to its binary formats.

For more information, please see the CRDA git repository:

	git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/crda.git

John W. Linville
17 November 2008