Skip to content

RoanBrand/SpectroDashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpectroDashboard

Dashboard for metal spectrometer results

Dependencies

  • Go 11.1+

Build

  • Clone or download this repository.
  • Run go build cmd\SpectroDashboardMDB\SpectroDashboardMDB.go inside.
  • Run go build cmd\SpectroDashboardXML\SpectroDashboardXML.go
  • Copy the following to a folder where the services will live:
    • SpectroDashboard executable`
    • static folder
    • config.json

Run

  • Configure your config.json
  • You can run the service in a terminal, or:
  • You can install it as a OS service with SpectroDashboardXXX.exe -service install
  • You can also remove the service with -service uninstall

Notes

  • Windows 7 x86 uses DataSource String Provider=Microsoft.Jet.OLEDB.4.0;
  • Windows 10 x64 uses DataSource String Provider=Microsoft.ACE.OLEDB.12.0;
  • To build for 32 bit, make sure you run cmd, followed by set GOARCH=386, before running go build

About

Dashboard for metal spectrometer results

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published