{"id":37524472,"url":"https://github.com/daqifi/daqifi-java-api","last_synced_at":"2026-01-16T08:21:38.749Z","repository":{"id":159056638,"uuid":"534044792","full_name":"daqifi/daqifi-java-api","owner":"daqifi","description":"Java API for interacting with DAQiFi devices","archived":false,"fork":false,"pushed_at":"2024-12-23T06:04:17.000Z","size":176,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-12-23T06:32:31.221Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daqifi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-08T04:08:40.000Z","updated_at":"2024-12-23T06:02:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"add49dd9-608b-4abf-a578-34147cc6097a","html_url":"https://github.com/daqifi/daqifi-java-api","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/daqifi/daqifi-java-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daqifi%2Fdaqifi-java-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daqifi%2Fdaqifi-java-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daqifi%2Fdaqifi-java-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daqifi%2Fdaqifi-java-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daqifi","download_url":"https://codeload.github.com/daqifi/daqifi-java-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daqifi%2Fdaqifi-java-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28478047,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T06:30:42.265Z","status":"ssl_error","status_checked_at":"2026-01-16T06:30:16.248Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2026-01-16T08:21:38.670Z","updated_at":"2026-01-16T08:21:38.741Z","avatar_url":"https://github.com/daqifi.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DAQiFi Java API and Device Emulator\n\nJava API for interacting with DAQiFi devices.\n\n## Getting started\n- Java Development Kit (JDK) 17: Ensure that JDK 17 is installed on your system.\n\n## Build\n```sh\n# Generate protobuf classes, compile java and build a runnable jar\n./gradlew build\n```\n\nNote: to force specific JDK installation, add the following to build.gradle (change path as needed):\n```sh\ncompileJava.options.fork = true\ncompileJava.options.forkOptions.executable = 'C:\\\\Program Files\\\\Java\\\\jdk1.8.0_181\\\\bin\\\\javac.exe'\n```\n\n## Run\n\nSingle emulator\n```sh\njava -jar ./build/libs/daqifi-java-api-0.3.0.jar 9760\n```\n\nMultiple emulators\nNote that the serial number and MAC address are deterministic and based on the port number.\n```sh\n# starts three device emulations\njava -jar ./build/libs/daqifi-java-api-0.3.0.jar 9760 9761 9762\n```\n\n## Useful Stuff\nUseful Classes:\n   * Server can be run as a stand-alone Java application \n     that emulates the DAQiFi SCPI Measure command. \n     Data generated is a saw wave with a vertical offset \n     equal to the channel and a period of 1 second.\n   * UdpResponder can be run as a stand-alone Java application \n     that emulates the DAQiFi device discovery feature.\n\n## Third Party Dependencies\n   * Java 17\n   * Google Protocol Buffers\n\n## Generating Messages classes from .proto files:\n   1 At the project root run (Mac/Linux):\n      * protoc --java_out src/ resources/WiFiDAQOutMessage.proto\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaqifi%2Fdaqifi-java-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaqifi%2Fdaqifi-java-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaqifi%2Fdaqifi-java-api/lists"}