| 110 | At NYU-Poly: |
| 111 | {{{ |
| 112 | omf exec -e gec15sensor gec15sensor-poly.rb |
| 113 | }}} |
| 114 | |
| 115 | At UCLA: |
| 116 | {{{ |
| 117 | omf exec -C omf-expctl.yaml -e gec15sensor gec15sensor-ucla.rb |
| 118 | }}} |
| 119 | (Custom EC config used so that all of the measurements from both sites will be stored together at NYU-Poly). |
| 120 | |
| 121 | Visit the web interface to see the experiment visualization in real time: |
| 122 | * [http://witestlab.poly.edu:4000/ NYU-Poly] |
| 123 | * [http://witestlab.poly.edu:5757/ UCLA] |
| 124 | |
| 125 | (The UCLA visualization is forwarded from UCLA server using SSH tunneling; run |
| 126 | {{{ |
| 127 | ssh root@omf-server.cs.ucla.edu -L 5757:omf-server.cs.ucla.edu:4000 |
| 128 | }}} |
| 129 | on the witestlab.poly.edu console to create the tunnel, and leave it running.) |
| 130 | |
| 131 | Look at the sent measurements (NYU-Poly) and received measurements (UCLA) and confirm that the data matches. |
| 132 | |