T O P I C R E V I E W |
bidouilleur |
Posted - 09/06/2022 : 07:31:01 I don't know the hardware and don't know if it can support this.
I have been playing with my 500+ and all the software I could find and find it rather complicated (not software base) to get data offloaded even with the excellent geigerlog. I would need once more to setup a little dedicated device with wifi on my wlan etc etc. I have several devices that send on wlan their data to an external server just like we send to the map here, and next to that just via UDP and a fixed port. Once on my internal network any device using a listener to that port can grab the data (in my case I just start a VM or docker on my proxmox for ex that can grab the data via lan since it is there on the Udp stream) Pretty simple and straightforward and since each device starts its data stream (json) with its unique identifier you can even easily know what you get from what device and tunnel it in its database.
Would this be something that a software evolution of the GQ devices could implement ? Would make it way more open to grab data and do something with it without complicated stuff. Ex have a listener and tunnel it in Grafana .... |
2 L A T E S T R E P L I E S (Newest First) |
ullix |
Posted - 09/06/2022 : 23:48:20 Some is possible, though not quite easy to do due to issues in the GMC-500 series firmware.
See chapter "WiFiClient Devices" in the GeigerLog manual.
|
EmfDev |
Posted - 09/06/2022 : 15:46:32 Hi bidouilleur, thank you for your suggestion, I will forward it to support to check. |