Changes between Version 7 and Version 8 of PhalUserGuide
- Timestamp:
- 11/07/08 14:56:10 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PhalUserGuide
v7 v8 28 28 If you follow this guide and plan to launch Wimax waveform (see next), you won't need to modify any of these files. 29 29 30 '''NOTE''': Make sure that swman_execs/linux contains (or links to) the binaries for your waveformcompiled 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. 31 31 32 32 Now you can launch P-HAL console passing the phal-repositories path (just downloaded) as an argument: … … 55 55 == Downloading a waveform: Wimax == 56 56 57 You can download the latest version of the Wimax waveformfrom our repository: Remember that you will be prompted for a valid username.57 You can download Wimax waveform latest version from our repository: Remember that you will be prompted for a valid username. 58 58 59 59 {{{ … … 124 124 * 0x1n: n=[0..F], Slave Control Interface. 125 125 * 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. 126 133 127 134 [[BR]]