Overview
These samples show how to use the URL Classification.
It contain example programs showing how to connect to a URL database locally and remotely.
Also it contains some samples how to perform update and scheduling tasks by using multiple threads.
See also:
- file: dca/samples/url_samples/readme.txt - for newest updates on URL Classification samples
Samples Main Documentation: Samples
URL samples
url_sample_remote
- Shows how to perform URL Classification using a remote URL database.
urldbdownloadsample
- Demonstrates the use of dca::DbConnection, dca::UpdateModule and dca::DcaInstance::schedule() to update a local database.
url_sample_local
- This sample shows how to use URL Classification using a local URL database.
url_sample_extended
- Shows how to use the URL Classification using a local URL database and the update and scheduling functionality in dedicated threads.