This progress report summarizes the DepenDNS browser extension project. It outlines that the match algorithm has been implemented with JavaScript and a SQLite database was created for data storage. The Chrome extension GUI is half complete and DNS querying still needs to be implemented using NPAPI. Debugging and integrating all components while fixing bugs are upcoming tasks.
2. Progress Report
Done
Implement the Match Algorithm with
JavaScript.
Create SQLite database , and use JavaScript
to access database.
Half
Chrome extension GUI.
TODO
Use NPAPI to Implement DNS Query.
3. Run Match Algorithm
Use JavaScript to
Implement ArrayList
in Java.
Debug Mode
4. Database
Use HTML5 to access
SQLite database
which inside the
browser.
API:
http://dev.w3.org/html5
/webdatabase