{"id":26483535,"url":"https://github.com/faucetsdn/daq","last_synced_at":"2025-03-20T04:55:52.022Z","repository":{"id":33547778,"uuid":"133448635","full_name":"faucetsdn/daq","owner":"faucetsdn","description":"DEPRECATED -- DAQ (Device Automated Qualification) framework in no longer in use, supported, or maintained. It is here for archival purposes only.","archived":false,"fork":false,"pushed_at":"2024-02-06T12:09:21.000Z","size":11503,"stargazers_count":41,"open_issues_count":94,"forks_count":34,"subscribers_count":17,"default_branch":"master","last_synced_at":"2024-05-01T20:31:52.918Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/faucetsdn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-15T02:34:21.000Z","updated_at":"2024-02-25T09:19:46.000Z","dependencies_parsed_at":"2023-01-15T01:31:03.389Z","dependency_job_id":null,"html_url":"https://github.com/faucetsdn/daq","commit_stats":null,"previous_names":[],"tags_count":147,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faucetsdn%2Fdaq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faucetsdn%2Fdaq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faucetsdn%2Fdaq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/faucetsdn%2Fdaq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/faucetsdn","download_url":"https://codeload.github.com/faucetsdn/daq/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244554064,"owners_count":20471173,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-20T04:55:51.455Z","updated_at":"2025-03-20T04:55:52.014Z","avatar_url":"https://github.com/faucetsdn.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![CI Tests](https://github.com/faucetsdn/daq/workflows/DAQ%20test%20suite/badge.svg?branch=master)\n\n# DAQ: \u003cb\u003eD\u003c/b\u003eevice \u003cb\u003eA\u003c/b\u003eutomated \u003cb\u003eQ\u003c/b\u003eualification for IoT Devices.\n\n**DEPRECATED DEPRECATED DEPRECATED DEPRECATED DEPRECATED**\n\nDAQ is a framework designed to test and operate IoT devices in an enterprise IoT environment.\nNominally about device testing and qualification, Device Automated Qualification (DAQ), provides\na means to _automate_ many capabilities, resulting in a more manageable, robust, and\nsecure platform.\n\nJoin the [DEPRECATED daq-users@googlegroups.com](https://groups.google.com/forum/#!forum/daq-users) email\nlist for ongoing discussion about using DAQ for enterprise IoT devices.--\n\nThere are several main categories of capabilities that DAQ addresses:\n* [_Device automated qualification and testing_](docs/qualification.md):\nTesting the behavior of a device against established security and network standards.\nMore details about the goals and objectives behind this can be found in the IEEE Computer article\n[Taming the IoT: Operationalized Testing to Secure Connected Devices](https://www.computer.org/csdl/mags/co/2018/06/mco2018060090-abs.html).\n* [_Network security orchestration_](docs/orchestration.md): Use standard\n[SDN capabilities](https://queue.acm.org/detail.cfm?id=2560327), such as the\n[FAUCET OpenFlow controller](https://faucet.nz/), to orchestrate \"microsegmentation\" on\nthe network for improved security.\n* _Device Management Tools_: A suite of tools, consoles, and dashboards that help operate\na robust ecosystem of IoT devices. (Details forthcoming.)\n\n## System Requirements\n\nMost aspects of DAQ assume a baseline setup consisting of:\n* Linux install: DAQ has been tested against both `Ubuntu 18.04.2 LTS bionic` and\n`Debian GNU/Linux 9.4 stretch`, YMMV with other platforms.\n* Dedicated network adapters: At the very minimum one dedicated ethernet adapter is\nrequired. This could either be a separate built-in NIC, or a USB-Ethernet dongle.\n* (Optional) OpenFlow-compatible hardware switch, described in the\n[Network Topologies](docs/topologies.md) overview.\n\n## Quick Start\nPlease reference [here](docs/quickstart.md)\n\n## Folder Structure\n\nThe top-level DAQ folders correspond to the following structure:\n* `bin/`: System setup and management commands.\n* _`build/`_: Dynamically created directory for build logs.\n* `cmd/`: Primary commands for running DAQ testing.\n* `config/`: System and module configuration files.\n* `daq/`: Python source for DAQ runtime.\n* `docker/`: Docker build files for DAQ components and tests.\n* `docs/`: Documentation.\n* `etc/`: Version files and external switch setup files.\n* _`faucet/`_: Dynamically downloaded version of SDN controller.\n* _`forch/`_: Dynamically downloaded version of SDN orchestrator.\n* `firebase/`: Hosted pages and functions for web dashboard.\n* `functions/`: Additional Cloud Functions for data processing.\n* _`inst/`_: Install directory for specific runtime contents.\n* **`local/`**: Local setup and config information.\n* _`mininet/`_: Local version of the mininet virtual network host framework.\n* `mudacl/`: Utilities for managing and testing MUD network files.\n* `mud_files/`: Examples and prototype device MUD files.\n* _`out/`_: Misc transitory output files.\n* `proto/`: Protobuf related files.\n* _`protoc-gen-doc/`_: Dynamically downloaded Protobuf documentation generator.\n* `pubber/`: Sample code for generating cloud-ingest traffic.\n* `resources/`: Templates for reports, module configs, test-site definitions.\n* `schemas/`: Device/cloud data exchange schemas.\n* `subset/`: Subsets of device tests (e.g. penetration tests).\n* `testing/`: Scripts for system continuous integration testing.\n* `topology/`: Network topology setups.\n* `validator/`: Tools for validating data exchange schemas.\n* _`venv/`_: Dynamically downloaded python virtual environment files.\n\nItems in _italics_ can generally be deleted without any loss of functionality (dynamically\ncreated at install/runtime). The **local** subdirectory contains local setup information that\nis not part of the source distribution.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaucetsdn%2Fdaq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffaucetsdn%2Fdaq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffaucetsdn%2Fdaq/lists"}