{"id":22589638,"url":"https://github.com/arnoudbuzing/labquest2","last_synced_at":"2026-02-11T01:02:42.082Z","repository":{"id":153734551,"uuid":"104095201","full_name":"arnoudbuzing/labquest2","owner":"arnoudbuzing","description":"Wolfram Language paclet to interface with the LabQuest 2 device from Vernier","archived":false,"fork":false,"pushed_at":"2017-09-19T20:23:50.000Z","size":825,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-04T20:29:42.215Z","etag":null,"topics":["labquest","labquest2","mathematica","vernier","vernier-sensors","wolfram-language","wolframlanguage"],"latest_commit_sha":null,"homepage":null,"language":"Mathematica","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arnoudbuzing.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-09-19T15:47:35.000Z","updated_at":"2018-01-19T16:59:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"a401938c-ed14-4a8f-88bd-b2aa673d49c3","html_url":"https://github.com/arnoudbuzing/labquest2","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/arnoudbuzing/labquest2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnoudbuzing%2Flabquest2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnoudbuzing%2Flabquest2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnoudbuzing%2Flabquest2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnoudbuzing%2Flabquest2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arnoudbuzing","download_url":"https://codeload.github.com/arnoudbuzing/labquest2/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnoudbuzing%2Flabquest2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29323965,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T00:34:26.354Z","status":"ssl_error","status_checked_at":"2026-02-11T00:34:09.494Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["labquest","labquest2","mathematica","vernier","vernier-sensors","wolfram-language","wolframlanguage"],"created_at":"2024-12-08T08:14:21.128Z","updated_at":"2026-02-11T01:02:42.050Z","avatar_url":"https://github.com/arnoudbuzing.png","language":"Mathematica","funding_links":[],"categories":[],"sub_categories":[],"readme":"# labquest2\nWolfram Language paclet to interface with the LabQuest 2 device from Vernier\n\nDownload the latest package from here:\n\nhttps://github.com/arnoudbuzing/labquest2/releases\n\nInstall the package (change x.y.z to the appropriate numbers):\n\n    PacletInstall[\"LabQuest-x.y.z.paclet\"]\n\nStart the notebook interface, and load the package:\n\n    Needs[\"LabQuest2`\"]\n    \nConnect to your LabQuest 2 (change `\u003cip\u003e` numerical wifi ip address found under 'Connections' from the 'Home' screen):\n\n    labquest2 = InstallLabQuest2[\"\u003cip\u003e\"]\n    \nExample:\n \n    labquest2 = InstallLabQuest2[\"192.168.1.68\"]\n    \nThis will return a LabQuest2Object expression that you can use to control the device:\n\n    In[1]:= labquest2[\"Properties\"]\n\n    Out[1]= {\"Status\", \"Start\", \"Stop\", \"Sets\", \"Set\"}\n    \nThe `Status` property will return information about the current status of the device:\n\n    status = labquest2[\"Status\"]\n    \nThe `Sets` property will return information about all the data collection runs:\n\n    sets = labquest2[\"Sets\"]\n    \nYou can collect the recorded data for a specific set, e.g.:\n\n    data = labquest2[{\"Set\", \"279\"}]\n    \nSee the `test.nb` notebook for detailed examples.    \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farnoudbuzing%2Flabquest2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farnoudbuzing%2Flabquest2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farnoudbuzing%2Flabquest2/lists"}