181 | | |
182 | | |
| 181 | === B.2.3 Register slice and node names (create Pubsub nodes) === |
| 182 | |
| 183 | In order to enable the communication between testbed nodes and XMPP server, pubsub nodes must be created before experiments can be run. |
| 184 | |
| 185 | Run following command on your local machine: |
| 186 | {{{ |
| 187 | #!html |
| 188 | <span style="color:red">Don't forget to replace gimiXX with your current userID. |
| 189 | </span> |
| 190 | }}} |
| 191 | |
| 192 | {{{ |
| 193 | omf_create_psnode-5.4 emmy9.casa.umass.edu mkslice gimiXX nodeA nodeB nodeC nodeD nodeE |
| 194 | }}} |
| 195 | |
| 196 | You only need to create pubsub node once for each new slice name. |