{"id":23582617,"url":"https://github.com/alexandergw/gqgmc-data-feed","last_synced_at":"2026-04-30T13:33:03.370Z","repository":{"id":187613345,"uuid":"608880717","full_name":"AlexanderGW/gqgmc-data-feed","owner":"AlexanderGW","description":"CPM/CPS data feed tested on GQ-300E Geiger counter (on a Raspberry Pi). (fork sourceforge.net/p/gqgmc)","archived":false,"fork":false,"pushed_at":"2023-03-31T11:26:05.000Z","size":3743,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-16T22:13:39.039Z","etag":null,"topics":["geiger-muller-device","raspberry-pi","usb-device"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlexanderGW.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-03-02T23:24:05.000Z","updated_at":"2023-03-04T15:27:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"652ccc39-4815-48da-97c2-0eb61f1a9463","html_url":"https://github.com/AlexanderGW/gqgmc-data-feed","commit_stats":null,"previous_names":["alexandergw/gqgmc-data-feed"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AlexanderGW/gqgmc-data-feed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderGW%2Fgqgmc-data-feed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderGW%2Fgqgmc-data-feed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderGW%2Fgqgmc-data-feed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderGW%2Fgqgmc-data-feed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexanderGW","download_url":"https://codeload.github.com/AlexanderGW/gqgmc-data-feed/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexanderGW%2Fgqgmc-data-feed/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32466333,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"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":["geiger-muller-device","raspberry-pi","usb-device"],"created_at":"2024-12-27T01:12:15.156Z","updated_at":"2026-04-30T13:33:03.347Z","avatar_url":"https://github.com/AlexanderGW.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GQ Geiger-Müller counter (GMC) CPM/CPS data feed\nForked from https://sourceforge.net/p/gqgmc/code/ci/master/tree/\n\n## Changes made\nUpdated `make` configs to build `gqgmc` driver only, compatible with Raspberry Pi (`CPUSIZE` to `mbe32`).\n\nWith `main` running a loop, printing a ISO-8601 timestamp and requested datapoint line, every second.\n\n## Commands\n`cpm` for Counts Per Minute (default).\n\n`cps` for Counts Per Second.\n\n## Usage\n`./bin/gqgmc \u003cusb-port-device-name\u003e \u003ccommand\u003e`\n\nInstall `51-gqgmc.rules` at `/etc/udev/rules.d` (configured for GMC-300E Plus) to map `/dev/gqgmc` otherwise provide the correct `tty` when calling command, i.e. `/dev/ttyUSB1`\n\n### Default\n`./bin/gqgmc [/dev/gqgmc] [cpm]`\n\n## Testing\nGQ GMC-300E Plus\n\n## UI\nWork in progress: [Next.js with D3](https://github.com/AlexanderGW/gqgmc-ui)\n\n## Original Author\nBased on work by Phil Gillaspy\n\n## Original README\n\n INSTALLATION INSTRUCTIONS\n \n 1. Download the code from sourceforge into a directory of your choice.\n    This will be referred to as your root directory.\n \n 2. The following list of files need to be downloaded. Obtain them from\n    the gqgmc folder.\n\n    Makefile\n    Defines.mk\n    Patterns.mk\n    Targets.mk\n    gqgmc.cc\n    gqgmc.hh\n    main.cc\n    main_gui.cc\n    plotter.hh\n    plotter.cc\n\n    51-gqgmc.rules\n    \n 3. Create the following subdirectories of your root directory:\n    bin\n    libs\n    obj\n    \n    For example, \"mkdir bin\", \"mkdir libs\", \"mkdir obj\".\n    \n 4. Edit Defines.mk and change the definition of BASE to the\n    path of your root directory. If you will be compiling for 32-bit\n    Linux, change the definition of CPUSIZE from \"-m64\" to \"-m32\"\n    in Defines.mk. \n    \n 5. From the command line, you should be able to build the \n    'gqgmc_gui' and 'gqgmc' executables which if the build is successful\n    will be put into bin subdirectory. Try \"make all\" as the build\n    command. \n\n 6a. Copy the 51-gqgmc.rules file to the /etc/udev/rules.d directory and\n    force the reload of udev rules:\n    \n    sudo cp ./51-gqgmc.rules /etc/udev/rules.d/51-gqgmc.rules\n    sudo udevadm control --reload-rules\n\n    Disconnect the GQ GMC-300 from the computer and then reconnect.\n    Verify that there exists a /dev/gqgmc in the /dev directory with\n    read/write permission for all users.\n\n    ls -la /dev/gqgmc\n \n    \n 6b. With the GQ geiger counter connected to your PC via USB and turned\n    on, start either bin/gqgmc or bin/gqgmc_gui from a console command\n    line. The USB device name must be supplied from the command line, e.g.,\n\n    bin/gqgmc /dev/gqgmc\n    bin/gqgmc_gui /dev/gqgmc\n    \n    The code expects the GQ GMC USB device name to be /dev/gqgmc. This\n    device name was created at step 6a.\n    \n 7. The following is a list of prerequisites for successful compilation:\n \n    a. Ubuntu Linux 11.10, 12.04 or 14.04\n    b. GNU g++ 4.6.x or more recent compiler installed\n    c. Qt4 Software Development Kit (SDK) installed\n       or Qt Creator installed (required only for GUI)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandergw%2Fgqgmc-data-feed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexandergw%2Fgqgmc-data-feed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandergw%2Fgqgmc-data-feed/lists"}