Forum Replies Created

Viewing 13 posts - 751 through 763 (of 763 total)
  • Author
    Posts
  • in reply to: Android/iOS App #743
    uRADMonitor
    Keymaster

    Great initiative.

    I think one useful feature will be to automatically show on app startup all stations close to user’s position, so the app would be as informative as possible. Also stats on radiation trends and a few lines on exposure limits and their effects, as published in current literature.

    Email alerts or push notifications should be configured on the website, and delivered to the mobile apps, for events like: major changes in background radiation levels at some location, preconfigured threshold reached, etc.

    The ui should take advantage of modern UI/UX

    in reply to: Extend the maps #737
    uRADMonitor
    Keymaster

    I think this idea was first formulated by Peter ( https://www.uradmonitor.com/?open=11000026 ) . What he said was to add an overlay with the nuclear plants on the uRADMonitor map, with a descriptive icon. To this I would add the option of having a switch, to toggle such overlay on/off.

    The good thing here is such information is publicly available: http://en.wikipedia.org/wiki/List_of_power_stations_in_Germany (this is an example for Germany).

    We only need to build a list with Name, country, city and GPS coordinates and this can be easily integrated.

    in reply to: opening Development section? #736
    uRADMonitor
    Keymaster

    ok, consider it done.

    in reply to: Plans for the network – data access #717
    uRADMonitor
    Keymaster

    Hi Richard!

    There was some very good progress with an updated firmware which opens port 80 on the unit, so you can connect to it via your browser in the local network. As soon as it is ready and it passes all stability tests, it will be released and available for update. The idea with this is to break the dependancy to the central server: in case something bad happens and the server goes down, you’ll be able to access the unit’s measurements directly in your local network, using only the Internet Browser.

    in reply to: more than one central-server? #716
    uRADMonitor
    Keymaster

    So if I understand it correctly, this could be packed into the following scenario:
    1) By default program the units with a default mac, a default ID and uradmonitor.com as single server
    2) When the unit connects, it would download a freshly allocated mac/device ID and a list of alternative servers and store the data in its EEPROM.
    3) Periodically, the unit would check if other alternative servers are available (and delete those that are offline).

    Would this work? Does it cover everything, enough to make this decentralisation stand?

    I believe the logic will require only a minimal code, that can fit in the available flash memory. The only issue is I find multiple transmissions of the same data to multiple servers a bit redundant (not a big issue though).

    in reply to: Automated Dynamic ID allocation #704
    uRADMonitor
    Keymaster

    Hmm…this is an excellent idea! I can’t find a scenario to invalidate it yet. But let’s think it through.

    in reply to: more than one central-server? #700
    uRADMonitor
    Keymaster

    My pleasure. The “connection-watchdog” is set to 5 minutes.

    in reply to: Introduce Yourself! #699
    uRADMonitor
    Keymaster

    Hi all,

    I’m Radu, I live in Timisoara, Romania. I was trained as a software developer, been doing that for a few years now, focusing mostly on mobile development. Hobby brings me close to electronics and physics.

    in reply to: more than one central-server? #694
    uRADMonitor
    Keymaster

    These are all valid points, Vinz, and we should see how to secure the central server dependancy.

    But at least for the IP, things are not that bad:
    – the units use DNS to resolve data.uradmonitor.com to latest IP
    – if communication fails, the units will automatically reboot, part of a watchdog mechanism, so at least this part is covered.

    As you said it is a good time to start thinking about a way “to break the dependency to the central server”, while keeping the solution easy to use (plug and play)

    in reply to: Firmware upgrade #688
    uRADMonitor
    Keymaster

    It sure does! 🙂 The risk is there, alright. The hardware is the problem, it just doesn’t have enough memory to store the download, and then replace the current firmware, like it’s done with other OTA updates.

    The microcontrollers used are the atmega328p, with 32K of flash, 2KB ram and 1KB eeprom.

    The binary firmware is currently getting close to 14KB.

    I guess some will be able to update the firmware, while some will only be able to continue using the stock one.

    in reply to: Database optimisations #678
    uRADMonitor
    Keymaster

    Currently there is a single database for both development and production. There are two tables, one is devices and the other is uradmonitor.

    t1) devices
    Has a single row / uRADMonitor detector, the primary key is the device id. It holds only the latest readings, the 24h average for radiation (as CPM) , the detected location, the overridden location , country code and offline/online status (considered offline if no data received for more than 10minutes).
    As we speak this has 116rows and uses a little over 12KB.

    t2) uradmonitor
    This now has 7,4 million rows and a size of 432MB.
    Each unit in the network sends data via a HTTP Get call to the data.uradmonitor.com . The parameters include the unit ID, measurements and a CRC. All this data gets into the database.
    So each minute, one station send aprox. 58Bytes of data to the server.
    The problem is we got quickly from one unit to ten, and we are now approaching 100 units.
    Probably we’ll need to archive some of the old data. Would be nice to find a way to do it automatically, to get faster DB queries on the fresh data, but for scientific purposes to allow slower queries but on ALL the data.

    in reply to: Security: invalid data injection #676
    uRADMonitor
    Keymaster

    Delay check might help at least to exclude packets coming too early, so we could have this among other mechanisms.

    PKI would be excellent, but probably impossible for the reasons you’ve mentioned, but also because it requires a relatively complex code, and the available memory is low.

    We also need to think of a solution as close to plug-and-play as possible. If it’s too hard to implement on DIY units, it will not work.

    in reply to: Firmware upgrade #675
    uRADMonitor
    Keymaster

    We’ll need to open the units and do the update manually 🙁

    Wish there was a way to implement OTA updates, but that’s simply not possible with the current firmware.

    To update, a programmer is needed. I personally use the USPAsp. Any of these two variants will work:
    http://www.ebay.com/itm/351223992863
    http://www.ebay.com/itm/351223992863
    Though I prefer the one with longer cable. Also it’s important they are set to 3.3V using the jumper. Using it set at 5V is dangerous for the Ethernet module in the uRADMonitor unit.

Viewing 13 posts - 751 through 763 (of 763 total)