Skip to content

Demo for collecting data from Kromek D3s's on remote machines and pushing results to central server for display

Notifications You must be signed in to change notification settings

lbl-anp/radmon_d3s

 
 

Repository files navigation

radmon_d3s

Demo for collecting data in Python from Kromek D3s's on remote machines and pushing results to central NodeJS server for display.

Usage

The readout of streaming data from a D3S can be performed over a USB connection or Bluetooth (untested). The main script below will find devices and connect to the first. It then connects to the web server to stream count data for basic plotting. The python acquisition script is:

python3 ./sensor/capture.py

The web server requires NodeJS. It is run with:

node ./server/index.js

TODO

  • Expand docs after testing on MacOS
  • Add Dockerfile for python readout and docs
  • Add Dockerfile for NodeJS server and docs

Credit

  • Maintainer: Joey Curtis (@jccurtis)
  • Original author: Dave Jacobowitz
  • Kromek readout from ???

Version

Consider this version -1. This is only a demo tool.

About

Demo for collecting data from Kromek D3s's on remote machines and pushing results to central server for display

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.7%
  • Python 18.0%
  • Other 0.3%