Changes between Version 10 and Version 11 of SCU


Ignore:
Timestamp:
Oct 5, 2010, 4:28:10 PM (14 years ago)
Author:
fornasiero
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SCU

    v10 v11  
     1= SCU - Secure Code Update Cookbook =
     2
     3TODO:
     4* Upload SCU software package
     5* Test procedure on other environments
     6
     7This document includes instructions how to install and to run the Secure Code Update protocol.
     8
     9[[PageOutline(2-3,Table of Contents,inline)]]
     10
     11== Introduction ==
     12
     13== Architectural Overview ==
     14
     15== Installation ==
     16
     17=== Hardware and Software Requirements
     18Installing the SCU protocol requires the following hardware tools and software packages:
     19
     20 * [http://www.ubuntu.com/ Linux PC] This guide has been tested using Ubuntu 8.10 and 10.04
     21 * [http://docs.tinyos.net/index.php/Getting_started TinyOS-2.x SDK]
     22 * SCU software package
     23 * At least 2 TelosB sensor nodes
     24
     25
     26Appunti:
     27Config files in
     28CONFIG_FILE=HOME_PATH+"/synapse-config.txt";
     29SECRET_KEYS_FILE=HOME_PATH+"/synapse-secret-keys.xml";
     30PUBLIC_KEYS_FILE=HOME_PATH+"/synapse-public-keys.bin";
     31
     32Security bits configured during deployment
     33
     34== Running a Secure Code Update session ==
     35
    136=== Folder structure
    237{{{