GQ Electronics Technical Support Forum Active Users: / Visits Today:
Highest Active Users:
GQ Electronics Technical Support Forum
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 GQ Electronics Forums
 1.Geiger Counter World Map(www.GMCmap.com)
 GMC map to radmon map Windows or PHP

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List Spell Checker
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

   Insert an Image File
Check here to include your profile signature.
    

T O P I C    R E V I E W
Marco de Chaligny Posted - 07/22/2022 : 08:51:32
This software tested with Windows XP32 and 7/64 makes it possible to read the data sent to the GMC server and automatically transfer them to the radmon server. (Of course, you must be registered with GMC AND radmon).



It will be necessary to fill in the file "Gmc to Radmon 1.1.exe.config.
It is a file in xml format, we can edit it with for example the Windows Notepad or other.
At the very bottom of this file, we have the "GMC_To_radmon.My.MySettings" section that interests us:

<GMC_To_radmon.My.MySettings>
            <setting name="radmonUser" serializeAs="String">
                <value>XXXXXXXXXXXXXX</value>
            </setting>
            <setting name="radmonPass" serializeAs="String">
                <value>XXXXXXXXXXX</value>
            </setting>
            <setting name="gmcID" serializeAs="String">
                <value>XXXXXXXXXX</value>
            </setting>
            <setting name="gmcTimezone" serializeAs="String">
                <value>0</value>
            </setting>
            <setting name="updateInterval" serializeAs="String">
                <value>150</value>
            </setting>
</GMC_To_radmon.My.MySettings>

(The settings sections may be in a different order, it does not change anything).

You must inform:

- the radmon identifier.
- the radmon password.
- Your GMC account/detector ID.
- The time zone of the detector location.
- The time interval (in seconds) between each reception/transmission.

This little software is available for free here:
https://marcodechaligny.fr/page_informatique/freew_mh/informatique01.htm#GMC2radmon
========================================================

GMC to Radmon PHP

If you send your measurements to GMC map but want to transmit them easily and automatically to radmon here is PHP script.

If you have a website or a personal server supporting PHP, you can keep the "GMC to radmon.php" page active in a browser that will refresh every x seconds determined in the <META HTTP-EQUIV="Refresh" CONTENT tag ="xxx"> (xxx in seconds), to send the measurements to radmon.

If you don't want to keep the page active in a browser, you can automatically send the measurements to radmon with for example a repetitive CRON task which will trigger "GMC to radmon".

In the PHP/html code, you will have to replace the XXXXXX by:

- The time interval (in seconds) between each reception/transmission.
- Your GMC account/detector ID.
- The time zone of the detector location.
- the radmon identifier.
- the radmon password.

HTML/PHP code:



Result:



This little code is available for free here:
https://marcodechaligny.fr/page_informatique/freew_mh/informatique01.htm#GMC2radmonPHP

3   L A T E S T    R E P L I E S    (Newest First)
igel Posted - 04/23/2023 : 02:10:09
quote:
Originally posted by Marco de Chaligny


Very helpful idea! But can't connect. Can You solve this?

EmfDev Posted - 02/22/2023 : 10:20:25
check with radmon server devs, there is gmc string result with [{"time":"...}]
keyzard Posted - 02/22/2023 : 05:04:11

I'm going to assume something changed on the GMC Map side as there is no longer any data returned?


GQ Electronics Technical Support Forum © Copyright since 2011 Go To Top Of Page
Generated in 0.08 sec. Snitz's Forums 2000