# HG changeset patch # User stephen # Date 1274974477 -3600 # Node ID 1715f50a066dff871b9e7b6d0de3db0db836308c # Parent 1d832a05eb87aa13f9f98caeadaf95d4e8f5779b powerdone diff -r 1d832a05eb87 -r 1715f50a066d images/S-off-small.jpg Binary file images/S-off-small.jpg has changed diff -r 1d832a05eb87 -r 1715f50a066d images/S-off.jpg Binary file images/S-off.jpg has changed diff -r 1d832a05eb87 -r 1715f50a066d images/S-on-small.jpg Binary file images/S-on-small.jpg has changed diff -r 1d832a05eb87 -r 1715f50a066d images/S-on.jpg Binary file images/S-on.jpg has changed diff -r 1d832a05eb87 -r 1715f50a066d images/S-turingon-small.jpg Binary file images/S-turingon-small.jpg has changed diff -r 1d832a05eb87 -r 1715f50a066d images/S-turingon.jpg Binary file images/S-turingon.jpg has changed diff -r 1d832a05eb87 -r 1715f50a066d images/resizeem --- a/images/resizeem Thu May 27 15:03:28 2010 +0100 +++ b/images/resizeem Thu May 27 16:34:37 2010 +0100 @@ -1,6 +1,6 @@ #!/bin/bash -set -x +# set -x for file in S-*.jpg do @@ -11,6 +11,7 @@ if [ ! -f "$fb-small.jpg" ] then # there's no -small variant + echo "Doing $file" convert -geometry 300x400 $fb.jpg $fb-small.jpg fi fi diff -r 1d832a05eb87 -r 1715f50a066d index.html --- a/index.html Thu May 27 15:03:28 2010 +0100 +++ b/index.html Thu May 27 16:34:37 2010 +0100 @@ -12,7 +12,7 @@

Logo N4C Summer 2010 Trial

-DRAFT 2010-05-26 SUBJECT TO CHANGEcontact: stephen.farrell@cs.tcd.ie +DRAFT 2010-05-27 SUBJECT TO CHANGEcontact: stephen.farrell@cs.tcd.ie

Contact, Privacy, security etc., @@ -57,10 +57,13 @@ battery level is too low. There is a small screen on the village DTN router (inside the window) that displays the current state, which for example, will indicate when the device will next reboot, if it is in -a low-power state. (When the device is turned off, it will not provide +a low-power state. When the device is turned off, it will not provide any services:-)

-

Please don't tamper with these devices - as you can imagine it can +

Full details of the (limited) user interface to this +hardware can be found here.

+ +

Please DON'T TAMPER WITH THESE DEVICES - as you can imagine it can take a lot of effort to go visit one to fix it!

We have installed equipment on two Padlelanta map - http://www.padjelanta.com/en/karta/index.asp

+ http://www.padjelanta.com/en/karta/index.asp @@ -115,43 +118,47 @@
  • To have configured your mail client with an account that uses our message store ("IMAP" server) and mail relay ("SMTP" server). The same settings will work in all of our locations, and (when you get home) from the Internet, for the duration of the trial. + + - - + + - - + + - - + + - - + + - - + + +
    Incoming Mail (IMAP) Server - optional SSL:imap.village.n4c.eu
    - -Use SSL: Yes
    -Port: 143 (without SSL) or 993 (with SSL)
    Incoming Mail (IMAP) Server - optional SSL:imap.village.n4c.eu
    +Use SSL: Yes
    +Port: 143 (without SSL) or 993 (with SSL) +
    Outgoing Mail (SMTP) Server - optional TLS or SSL:smtp.village.n4c.eu (use authentication)
    -Use Authentication: Yes
    +
    Outgoing Mail (SMTP) Server - optional TLS or SSL:smtp.village.n4c.eu (use authentication)
    +Use Authentication: Yes
    -Port without SSL or TLS/STARTTLS: 25
    -Port for TLS/STARTTLS: 587
    +Port without SSL or TLS/STARTTLS: 25
    +Port for TLS/STARTTLS: 587
    Port for SSL: 465 -
    Account Name: your full email address (including @village.n4c.eu) Account Name: your full email address (including @village.n4c.eu)
    Email Address: your email address (username@village.n4c.eu) Email Address: your email address (username@village.n4c.eu)
    Password: your chosen password Password: your chosen password
    +
    How you configure this depends on your client, but there are many -web pages that explain this, for example: http://mail.google.com/support/bin/answer.py?hl=en&answer=13287. +web pages that explain this, for example: +http://mail.google.com/support/bin/answer.py?hl=en&answer=13287. Note that if your password is something you use elsewhere, then you really should turn on the TLS or SSL security options.
  • @@ -161,8 +168,6 @@ from a gmail or Yahoo! account. Note that we cannot do that, so you need to figure that part out yourself. - -
  • Patience! Mail won't be quick!
  • @@ -171,7 +176,7 @@

    Web Services

    -

    To use the web service you need a WiFi-enabled device with a standard browser. +

    To use the web service you need a WiFi-enabled device with a standard browser.

    There are two ways to get at web pages - each day we push some content to each of the village DTN routers, and @@ -183,7 +188,7 @@

    Pushed Web Content

    -To access "pushed" web content, you simply browse to the usual places and our +

    To access "pushed" web content, you simply browse to the usual places and our web infrastructure will serve up the web pages, if they are present. Since we clearly cannot copy the entire web, only a limited set of pages are available. Mostly, those are news, weather and other local sites that we expect to be of @@ -197,7 +202,7 @@ href="mailto:help@village.n4c.eu">help@village.n4c.eu and we'll try to add that to the list (no guarantees though!). Be as specific as you can about the content you'd like (many sites use complex active scripts that won't work well -in a trial like ours). +in a trial like ours).

    Requesting Specific Pages

    @@ -298,7 +303,7 @@ experimental network and depends on users behaving well, so please do not abuse the system! (Thanks:-)

    -DRAFT 2010-05-26 SUBJECT TO CHANGEcontact: stephen.farrell@cs.tcd.ie +DRAFT 2010-05-27 SUBJECT TO CHANGEcontact: stephen.farrell@cs.tcd.ie diff -r 1d832a05eb87 -r 1715f50a066d router-screen.html --- a/router-screen.html Thu May 27 15:03:28 2010 +0100 +++ b/router-screen.html Thu May 27 16:34:37 2010 +0100 @@ -23,9 +23,13 @@ Any such tampering is likely to result in an non-functional village DTN router so please don't do it!

    -

    Figure 1 shows a village DTN router deployed in Staloluokta in 2009.

    +

    +Village DTN router
    +Figure 1 shows a village DTN router deployed in Staloluokta in 2009.
    +(For all images on this page, you can click on the image for a full-sized version.) +

    -

    Turning On and Off

    +

    Turning On and Off

    The large switch at the side of the device is used to turn it on and off. The device requries approximately two minutes to fully boot and bring up all of @@ -34,16 +38,28 @@ particular, the filesystems - such an error would be the equivalent of a hard-disk failure in a laptop.

    -

    Figure 2 shows the ON/OFF switch in the "ON" position.

    +

    +switch
    +Figure 2 shows the ON/OFF switch in the "ON" position. +

    -

    Figure 3 shows the ON/OFF switch in the "OFF" position.

    +

    +switch
    +Figure 3 shows the ON/OFF switch in the "OFF" position. +

    -

    Figure 4 shows a user switch the device to the "ON" position.

    +

    +switch
    +Figure 4 shows a user switching the device to the "ON" position. +

    -

    That's all very simple so far, but its gets a little more complicated when -we need to understand how the device manages its use of power.

    +

    That's all nice and simple so far, but its gets a little more complicated when +we need to understand how the device manages power, which is, of course, in +short supply in Padjelanta!

    -

    Power Management

    +

    Power Management

    + +

    Basic Power States

    As a solar-powered device, the village DTN router must manage its power so as to conserve battery in case there is not sufficient sunlight to charge the @@ -53,18 +69,111 @@

  • When sufficient power is available and the device is operating normally, it is in the "UP" state. In the "UP" state, all WiFi, mail and web services are operating.
  • -
  • When power levels are lower, the device may switch to a standby mode of - operation for a short period (30 minutes) to allow some time for the +
  • When power levels are lower, the device will switch to a standby mode + for a short period (30 minutes) to allow time for the batteries to recharge, this is the "STANDBY-SHORT" state. In this state the device uses much less power, but no services are available as the processor in the device is asleep, just like a laptop in standby mode. After 30 minutes, the device will power up, and if power levels are sufficient will change to the "UP" state.
  • -
  • If power levels fall further, the device will
  • +
  • If power levels fall further, the device will enter the "STANDBY-LONG" + state, where it will go to sleep for 3 hours.
  • +
  • And if power levels drop very low, then the device will power itself + off completely, until the batteries have been recharged to approximately + 50% full. This can take three to four hours with good sunlight, but + substantially longer in bad weather conditions.
  • +
  • Finally, the device is set to put itself to sleep overnight, between + 22:00 and 06:00, in order to conserve power.
  • -

    +

    In each of the sleep or standby states, the device displays the time +at which it is set to reboot, but note that after reboot, the device may +go right back to sleep, if the power conditions warrant taking that +action.

    + +

    Override Mode

    + +

    Whilst the device is sleeping, if a communications opportunity arises (e.g., +a helicopter arrives), the device will not detect this since its radios are +off, and we could lose the opportunity to send and receive data, which would be +unfortunate, since such opportunities are relatively rare. However, a user who +is present can turn the device on temporarily. The device will power itself up +for 30 minutes, during which it will operate normally (if there is sufficient +power), and then transit to whatever is the appropriate state, depending on the +power conditions. This is the "OVERRIDE" mode of operation.

    + +

    The device can be put into the OVERRIDE state at any time that it is +sleeping.

    + +

    To put the device into the OVERRIDE state, the user simply turns +the switch to the "OFF" position, waits 5 seconds, and then turn the +switch to the "ON" position. As usual it will take 2 minutes for the +device to reboot, but it will then be in the OVERRIDE state and all +WiFi, email and web services will be operational.

    + +

    Summary of Power States

    + +The table below summarises the different power states. Since the +battery voltage level is displayed on the LCD screen +we include the approximate voltage levels corresponding to each of +the states. Voltage levels are somewhat technical, but provides the +best way to measure the battery level, for the kind of battery we +are using. The nominal voltage level when operating is 12V but in +fact the levels fluctuate between 11.1V and approximately 13V +depending on the state of the battery.

    + +

    -

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    StateBrieflyDescriptionVoltage Levels
    UPFully functionalThe device is operating normally as a WiFi access point, email and web server11.6V and above
    STANDBY-SHORTSleep for 30 minutesThe device is sleeping, to try charge the batteries.11.4V to 11.6V
    STANDBY-LONGSleep for 3 hoursThe device is sleeping, to try charge the batteries.11.1V to 11.4V
    OFFEntirely powered offEither switched off manually, or else power is too low even for sleep11.1V and below
    OVERRIDEWork for 30 minutesThe device will try operate fully for the next 30 minutes, if power permitsN/A
    + +

    LCD Screen

    + +

    TBD

    +