readme updates
authorJohannes Berg <johannes@sipsolutions.net>
Thu, 22 May 2008 13:03:23 +0000 (15:03 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Thu, 22 May 2008 13:03:23 +0000 (15:03 +0200)
README

diff --git a/README b/README
index 4494ab6..d3b1aa9 100644 (file)
--- a/README
+++ b/README
@@ -6,22 +6,25 @@ This is the Central Regulatory Domain Agent effort.
 Primative diagram:
 
 Db --> Fdb
-D can read Fdb
+D can read Fdb (regulatory.bin)
 K queries D, D reads Fdb, D passes an R to the Kernel
 K enforces R
 
 Legend:
 
-Db: MySQL database
-Fdb: File database
+Db: SQL database (defined in db/01-regulatory.sql)
+Fdb: File database (defined in daemon/regdb.h)
 D: CRDA Daemon
 K: The Linux kernel
 R: A regulatory domain structure built by D and passed to the K
 
 Phase I
 --------
-For now we will build a MySQL database with some temporary data to populate the database
-and a script to extract this into a file, Fdb. Proper regulatory information is coming.
+We have scripts to populate the (My)SQL database in db/*.sql, which are then
+dumped into an sqlite database for the dbgen.py script which generates the
+binary database Fdb. Proper regulatory information is coming too.
+
+Example C code to read Fdb is available as daemon/dump.c.
 
 Phase II
 --------