Forum Replies Created
-
AuthorPosts
-
cristianst85 (nox)
ModeratorAt 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.
cristianst85 (nox)
Moderator@robouden, you can find uRADMonitor-D repository on GitHub here.
-
This reply was modified 9 years, 7 months ago by
cristianst85 (nox).
cristianst85 (nox)
ModeratorHi, radhoo. There’s any chance adding a microSDHC slot and make this a fully portable unit?
cristianst85 (nox)
ModeratorI’ve added system tray notifications and made a few minor improvements.
You can find the new version (0.39.0) here in therelease
directory.Also, the source code is available on GitHub.
-
This reply was modified 9 years, 8 months ago by
cristianst85 (nox).
cristianst85 (nox)
ModeratorWhat should be the default radiation value (in uSv/h because cpm is detector specific) to trigger the notification?
Attachments:
cristianst85 (nox)
ModeratorNot 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?
Attachments:
cristianst85 (nox)
ModeratorA new version (0.37.0) is available. Check the changelog for more details.
In the next release I’ll add system tray notifications.
-
This reply was modified 9 years, 9 months ago by
cristianst85 (nox).
cristianst85 (nox)
ModeratorMeanwhile 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.
cristianst85 (nox)
ModeratorHi 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.
cristianst85 (nox)
ModeratorHi 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.
-
This reply was modified 9 years, 10 months ago by
cristianst85 (nox).
cristianst85 (nox)
ModeratorThe database with information about nuclear power plants can be found here.
cristianst85 (nox)
ModeratorHi, 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.
cristianst85 (nox)
ModeratorHello 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
FROMnuclear_power_plants
;Cristian S.
-
This reply was modified 9 years, 12 months ago by
cristianst85 (nox).
-
This reply was modified 9 years, 12 months ago by
cristianst85 (nox).
-
This reply was modified 9 years, 12 months ago by
cristianst85 (nox).
-
This reply was modified 9 years, 7 months ago by
-
AuthorPosts