https://github.com/petergrace/gqgmclib
A rust library for interfacing with GQ Electronics GMC geiger counters
https://github.com/petergrace/gqgmclib
Last synced: 12 months ago
JSON representation
A rust library for interfacing with GQ Electronics GMC geiger counters
- Host: GitHub
- URL: https://github.com/petergrace/gqgmclib
- Owner: PeterGrace
- License: mit
- Created: 2023-11-20T13:11:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-22T21:40:58.000Z (over 2 years ago)
- Last Synced: 2025-02-15T02:44:29.497Z (over 1 year ago)
- Language: Rust
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gqgmclib
I bought a GQ Electronics GMC-300S with hopes of data logging for fun. It has a USB-based serial connection.
The main software used for interfacing with this is called [geigerlog](https://sourceforge.net/projects/geigerlog/).
I wanted to have a Rust-based library to interface with this unit for long term data collection.