| 1 | | test |
| | 1 | |
| | 2 | Load the nodes with images: |
| | 3 | {{{ |
| | 4 | omf load -i abhiadhikari-node-mob4-3.sb1.cosmos-lab.org-2023-10-27-21-13-48.ndz -t mob4-2 |
| | 5 | omf load -i abhiadhikari-node-mob4-2.sb1.cosmos-lab.org-2023-10-27-20-40-46.ndz -t mob4-1 |
| | 6 | }}} |
| | 7 | |
| | 8 | `mob4-1` is the transmitter, and `mob4-2` is the receiver. |
| | 9 | |
| | 10 | Within the console, make sure the PAAMs are activated properly: |
| | 11 | |
| | 12 | `mob4-1`: |
| | 13 | |
| | 14 | {{{ |
| | 15 | curl "http://rfdev-mob4-1.sb1.cosmos-lab.org:3000/array_mgmt/connect?dev_name=Local&ics=all&num_elements=16&txrx=tx&pol=h&theta=0&phi=0" |
| | 16 | curl "http://rfdev-mob4-1.sb1.cosmos-lab.org:3000/array_mgmt/enable?dev_name=Local&ics=all&num_elements=16&txrx=tx&pol=h&theta=0&phi=0" |
| | 17 | curl http://rfdev-mob4-1.sb1.cosmos-lab.org:3000/array_mgmt/steer?dev_name=Local&theta=0&phi=0 |
| | 18 | }}} |
| | 19 | |
| | 20 | `mob4-2`: |
| | 21 | |
| | 22 | {{{ |
| | 23 | curl "http://rfdev-mob4-2.sb1.cosmos-lab.org:3000/array_mgmt/connect?dev_name=Local&ics=all&num_elements=16&txrx=tx&pol=h&theta=0&phi=0" |
| | 24 | curl "http://rfdev-mob4-2.sb1.cosmos-lab.org:3000/array_mgmt/enable?dev_name=Local&ics=all&num_elements=16&txrx=tx&pol=h&theta=0&phi=0" |
| | 25 | curl http://rfdev-mob4-2.sb1.cosmos-lab.org:3000/array_mgmt/steer?dev_name=Local&theta=0&phi=0 |
| | 26 | }}} |
| | 27 | |
| | 28 | Now create two terminals. `Terminal 1` will be used for `mob4-1`. `Terminal 2` will be used for `mob4-2`. |
| | 29 | |
| | 30 | Within `Terminal 1`, run: |
| | 31 | {{{ |
| | 32 | ssh -Y root@mob4-1 |
| | 33 | }}} |
| | 34 | |
| | 35 | Within `Terminal 2`, run: |
| | 36 | {{{ |
| | 37 | ssh -Y root@mob4-2 |
| | 38 | }}} |