Forum Replies Created

Viewing 13 posts - 46 through 58 (of 58 total)
  • Author
    Posts
  • in reply to: Radiation vs Weather #2514

    At the end of last week (Saturday thru Monday) we got some windy and rainy weather here in Bucharest. I’ve noticed a slight increase in background radiation those days. Probably if my unit was closer to the ground the readings would have been more accurate.

    in reply to: uRADMonitor-D beta ready #2462

    @robouden, you can find uRADMonitor-D repository on GitHub here.

    in reply to: uRADMonitor-D beta ready #2453

    Hi, radhoo. There’s any chance adding a microSDHC slot and make this a fully portable unit?

    in reply to: uRADMonitorX #2239

    I’ve added system tray notifications and made a few minor improvements.
    You can find the new version (0.39.0) here in the release directory.

    Also, the source code is available on GitHub.

    in reply to: uRADMonitorX #2214

    What should be the default radiation value (in uSv/h because cpm is detector specific) to trigger the notification?

    in reply to: Notable radiation events noticed? #2126

    Not sure where to post this, but I was looking at the map and saw that unit #11000046 (Australia, Perth) recorded a radiation spike today. Any thoughts?

    in reply to: uRADMonitorX #2081

    A new version (0.37.0) is available. Check the changelog for more details.

    In the next release I’ll add system tray notifications.

    in reply to: New Firmware enables rrdtool graphing. #2058

    Meanwhile I’ve done my own implementation but written in Perl.

    Some key features are:
    – automatic conversion to uSv/h when generating the graphs (the conversion is done using the appropriate factor for the detector present in the device);
    – works with model A2 (pressure graphs).

    You can find it on GitHub.

    Also you can view the live graphs from my uRADMonitor device readings here.

    in reply to: uRADMonitorX #2048

    Hi guys, thanks for feedback.


    @Rob
    , of course. An auto-scan feature can be a nice addition especially for non-tech people. As I said I’ll release the source code soon.


    @David
    , I’ve already had in mind adding some notifications to system tray (e.g. application cannot connect to the device, device got an error when sending data to the server – server return code is not 200). I am adding those you mentioned to the todo list.

    About the other thing, now it only supports strict IPv4 addresses, but I think I can change the validation to accept something like {ip_address}:{port} if that helps you.

    in reply to: uRADMonitorX #2040

    Hi Radu,

    Once I get the code base stabilized I’ll release it as open source. There are still few things on my todo list I want to implement.

    I believe it can be run under Linux/Mac OS X using Mono. I have no experience with WinForms apps on Mono, but only with ASP.NET Web Apps.

    PS. I wonder if someone can send me a sample page from a device running firmware version 110 or below to test it for compatibility.

    in reply to: Extend the maps #2016

    The database with information about nuclear power plants can be found here.

    in reply to: Extend the maps #1857

    Hi, uaneme.

    The raw data for that fusion table can be found here:

    https://www.google.com/fusiontables/data?docid=12STP7Kqxgm1eYiPKMEwM59OASgyM4SZsEXwonmk#rows:id=1

    You can see from the description that the data is from WNA (World Nuclear Association), but is dated 2012. Also the data from Enipedia is good.

    I’ll keep you posted about my progress.

    in reply to: Extend the maps #1787

    Hello everyone. This is my first message here.

    This is a very good idea to have additional layers on the map, like nuclear power plants, hazardous places (e.g. Chernobyl), radioactive waste management facilities, natural (e.g. mines), etc.;

    As a matter of fact I’ve already started to aggregate data about npps from various sources. Afterwards I was thinking to release it on GitHub.

    My data structure is something more complex. SQL table structure below:

    SELECT nuclear_power_plants.id,
    nuclear_power_plants.name,
    nuclear_power_plants.longitude,
    nuclear_power_plants.latitude,
    nuclear_power_plants.country,
    nuclear_power_plants.status,
    nuclear_power_plants.type,
    nuclear_power_plants.model,
    nuclear_power_plants.built_start_year,
    nuclear_power_plants.operational_from_year,
    nuclear_power_plants.operational_to_year
    FROM nuclear_power_plants;

    Cristian S.

Viewing 13 posts - 46 through 58 (of 58 total)