Changes between Version 1 and Version 2 of SdrrSirds


Ignore:
Timestamp:
2013-08-15T11:30:57-04:00 (12 years ago)
Author:
warb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SdrrSirds

    v1 v2  
    11 === sirds ===
     2
     3[[TOC]]
    24
    35==== Command line usage ====
     
    114116* '''--noscenario ''' -specifies that the user is not using any scenario input nor any dynamic input. Same as -n
    115117
     118===== SDRR Device Specification =====
    116119
     120SDRR/sirds takes a device specification with a flexable syntax
     121
     122The format is generally   devSpec = protocol:arguments
     123each protocol has it's own arguments
     124
     125You can send to multiple devieces with (devSpec1+devSpec2)
     126You can specify alternatives with (devSpec1 | devSpec2)
     127
     128Supported Protocols:
     129
     130ecgrdr:
     131
     132ecgif:
     133
     134pipe:
     135
     136ipop:
     137
     138ecgp:
     139
     140multi:
     141
     142hgi:
     143
     144
     145
     146
     147
     148
     149
     150
     151
     152
     153
     154
     155
     156
     157
     158
     159For Example:
     160
     161 device="ecgif:bipa/ZDV"
     162
     163device="(ecgrdr:pipa/BAM1,BAM2,BAM3+ecgrdr:pipb/BAM1,BAM2,BAM3+ecgrdr:bipa/BAM1,BAM2,BAM3+ecgrdr:bipb/BAM1,BAM2,BAM3)"
     164
     165device="pipe:zlc-zoa"
    117166
    118167===== The Configuration file ([[SdrrCfgfile|cfgfile]])  =====