Changes between Version 7 and Version 8 of PhalUserGuide

Show
Ignore:
Timestamp:
11/07/08 14:56:10 (16 years ago)
Author:
ismael (IP: 62.57.188.40)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PhalUserGuide

    v7 v8  
    2828If you follow this guide and plan to launch Wimax waveform (see next), you won't need to modify any of these files. 
    2929 
    30 '''NOTE''': Make sure that swman_execs/linux contains (or links to) the binaries for your waveform compiled for the platform you plan to launch them. 
     30'''NOTE''': Make sure that swman_execs/linux contains (or links to) your waveform binaries compiled for the platform you plan to launch them. 
    3131 
    3232Now you can launch P-HAL console passing the phal-repositories path (just downloaded) as an argument: 
     
    5555== Downloading a waveform: Wimax == 
    5656 
    57 You can download the latest version of the Wimax waveform from our repository: Remember that you will be prompted for a valid username. 
     57You can download Wimax waveform latest version from our repository: Remember that you will be prompted for a valid username. 
    5858 
    5959{{{ 
     
    124124  * 0x1n: n=[0..F], Slave Control Interface. 
    125125  * 0xpq: p=[2..F],q=[0..F], Data Interfaces 
     126 * ''address'': IP address of the interface. For input interfaces it will be the one to bind to, for output ones, it will be the remote one. 
     127 * ''port'': IP port for the connection. 
     128 * ''mode'': Direction of the inteface, can be one of the following: 
     129  * in: Input interface (data only) 
     130  * out: Output interface (data only) 
     131  * inout: Input/Output interface, listening socket, typically for slave control interfaces 
     132  * outin: Input/Output interface, output socket, typically for master control interface. 
    126133 
    127134[[BR]]