Changes between Version 9 and Version 10 of Resources/Services/RFControl
- Timestamp:
- May 18, 2020, 7:09:24 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Resources/Services/RFControl
v9 v10 7 7 '''NOTE:''' Where node names are required, please use the fully qualified domain name (FQDN) of the node (eg. `sdr1-s1-lg1.bed.cosmos-lab.org`). 8 8 9 [[BR]]10 11 9 === Usage 12 10 13 11 All the available methods are accessible from the a testbed console via an HTTP API located at `am1.cosmos-lab.org:5054/rf_control`. This API can be interacted with via a command line tool such as "curl" or any script using a "REST client" library. 14 15 [[BR]]16 12 17 13 === Get the current configuration === … … 24 20 ||= '''Name''' =||= '''Decription''' =||= '''Required''' =||= '''Acceptable Input''' =|| 25 21 || node || Comma separated list of node FQDNs || Y || (list of nodes) || 26 27 [[BR]]28 22 29 23 ==== Example 1 ==== … … 53 47 * TX of rf_port 3 is not connected to anything 54 48 55 56 [[BR]]57 58 49 ==== Example 2 ==== 59 50 … … 81 72 }}} 82 73 83 [[BR]]84 85 74 === Turn off power amplifiers === 86 75 … … 92 81 ||= '''Name''' =||= '''Decription''' =||= '''Required''' =||= '''Acceptable Input''' =|| 93 82 || node || Comma separated list of node FQDNs || Y || list of node names || 94 95 [[BR]]96 83 97 84 ==== Example 1 ==== … … 110 97 </response> 111 98 }}} 112 113 [[BR]]114 99 115 100 === Configure the TX chain === … … 135 120 || f_upper || f_bandwidth || (f_upper - bandwidth) to (f_upper) || 136 121 137 [[BR]] 122 The allowed transmit frequency bands are detailed on the [wiki:PoliciesCompliance#OutdoorRadioFrequencyAllocation] page. 138 123 139 124 ==== Example 1 ====