Changes between Version 5 and Version 6 of SCU


Ignore:
Timestamp:
Oct 5, 2010, 3:43:00 PM (14 years ago)
Author:
fornasiero
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SCU

    v5 v6  
    3939
    4040
    41 
    42 
    43 
    44 === Detailed HOWTO ===
     41=== Detailed HOWTO
    4542       
    4643SecureSynapseInterface is just a high-level interface that manages in a parallel fashion all nodes connected to the pc.
     
    5754
    5855
    59 ==== SynapseKeyStorage tool ====
     56==== SynapseKeyStorage tool
    6057
    6158 java SynapseKeyStorage [-generate <# of security bits for authentication> <#of uses per key> <# of security bits for encryption> <# of security bits for DoS protection> <filename>] [-get-public <key storage filename> <destination filename>]
     
    6562 java net.tinyos.signet.SynapseKeyStorage -get-public /tmp/pippo/synapse-secret-keys.xml /tmp/pippo/synapse-public-keys.bin
    6663
    67 ==== KeyVolumeManagerClient tool ====
     64==== KeyVolumeManagerClient tool
    6865
    6966 java KeyVolumeManagerClient [-comm <source>] [-verbose] [-progress] [-upload <public key file>] [-download <output file>]
     
    7168 java net.tinyos.signet.KeyVolumeManagerClient -comm serial@/dev/ttyUSB0:telosb -progress -upload /tmp/pippo/synapse-public-keys.bin
    7269
    73 ==== FlashManagerClient tool ====
     70==== FlashManagerClient tool
    7471
    7572 FlashManagerClient [-comm <source>] [-verbose] [-progress] [-print-table] [-format] [-read <read_addr> <read_size> <output filename>] [-readid <partition ID,4 digits radix 16> <output file>] [-writefile <desired partition ID, 4 digits radix 16> <local filename> <program start offset radix, 4 digits radix 16>]
    7673
    77 ==== SecurityTaggerV0 tool ====
     74==== SecurityTaggerV0 tool
    7875
    7976java SecurityTaggerV0 [-sign <keys filename> <block size> <inputfile> <outputfile> [-update-keys [-low-overhead]] [-use-key-refresh] ]
    8077
    81 ==== SecurityEncrypterV0 tool ====
     78==== SecurityEncrypterV0 tool
    8279
    8380 java net.tinyos.signet.SecurityEncrypterV0 <private keys file> <imputfile> <outputfile>
    8481
    85 ==== Suino tool ====
     82==== Suino tool
    8683
    8784 java net.tinyos.signet.Suino [-comm <source>] < --prepare | --format | --reset | --load <app.id> | --transfer <app.id> | --alive >
     85