Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Lightweight server to log, analyze and proxy data measured by internet connected Geiger counters

License

NotificationsYou must be signed in to change notification settings

vinceh121/gmcserver

Repository files navigation

GitHubGitHub Workflow StatusGitHub Workflow StatusGitHub repo sizeLGTM GradeLGTM GradeMost used swear

GMCServer is a lightweight service that allows logging, analysis, visualization and proxying of data recorded byGMC Geiger counters,Radmon counters andSafecast counters
Some of the features implemented so far:

  • User accounts
  • Device logging
  • Timeline visualization
  • Device World map
  • Simple statistical analysis (min, max, average, standard deviation)
  • Proxy to other platforms

A demo/main instance is available athttps://gmc.vinceh121.me

Map viewTimeline viewCalendar view

Motivation

On top of not being self-hostable and closed-source, gmcmap.com lacks some features relating to data analysis, visualization, API access, and overall security. This project aims to create a compatible, open-source and self-hostable alternative to gmcmap.com implementing those missing features and security fixes.GMCServer can alsoproxy records, that is, report measurements itself to other platforms such as gmcmap.com and radmon.org simultaneously upon receiving a record from your counter.

Setting up device

GQ Electronics' GMC

You should first set up WiFi on your GMC device. In theServer settings, you should set the following values:

  • Website : to the hostname of the server where GMCServer is running (gmc.vinceh121.me for the main instance)
  • URL : tolog2.asp
  • User ID : to the "GMC ID" of your account, visible next to your username when logged in on your user page. This ID is supposed to stay secret.
  • Counter ID : to the "GMC ID" of your device, visible next to the device's name when logged in on its page. This ID is supposed to stay secret.

Once those settings set, pressing the Test Connection button should show "Successful" after a second.

Cajoe

You will need to flash acustom ESP8266 firmware.

Installing

On Debian/Ubuntu

  • Install Java (apt install default-jre)
  • InstallMongoDB
  • Download the deb file from GitHub actions "Make debian" and install it with dpkg:
unzip gmcserver-debian-master-abcdef012345.zipdpkg -i work/gmcserver/gmcserver_0.0.0-1_amd64.deb

Building from source

The following dependencies are required to build:

  • make
  • maven
  • pnpm
git clone https://github.com/vinceh121/gmcservercd gmcservermakesudo make install

This will build all compenents of GMCServer (backend, frontend, emails), if you need to only build one specific component, cd to its folder and run make in it.

Configuring web server

GMCServer can act on its own as a web server, you just need to set theweb.enabled setting to true inconfig.properties

However, it may be more "proper" to use a separate web server/reverse proxy such as Apache or Nginx:

Licensing

Unless otherwise noted, files in this repository are licensed under the GNU AGPL V3 license.

Icon is by Lorc under the CC BY 3.0 license from game-icons.net

About

Lightweight server to log, analyze and proxy data measured by internet connected Geiger counters

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp