vinceh121 / gmcserver

Lightweight server to log, analyze and proxy data measured by internet connected Geiger counters
https://gmc.vinceh121.me
GNU Affero General Public License v3.0
20 stars 5 forks source link

Handle log endpoints from other platforms/geiger counter types #22

Closed vinceh121 closed 3 years ago

vinceh121 commented 3 years ago

Backend only. Requires changes to reverse proxy configuration. Platforms:

vinceh121 commented 3 years ago

It seems like Safecast's device - bGeigie Nano - isn't internet capable: https://github.com/Safecast/bGeigieNanoKit See parts list and firmware doesn't seem to mention such capability. However the operation manual says otherwise.

Edit: bGeigie Nano's Wifi capability is provided by a separate module. Upload to API: https://github.com/Safecast/bGeigieNano-wifi/blob/master/user/safecast.c

vinceh121 commented 3 years ago

uRadMonitor's push API is private: https://github.com/vinceh121/gmcserver/issues/19#issuecomment-843629338