Changes between Version 2 and Version 3 of Tutorials/k0SDR/Tutorial12
- Timestamp:
- Oct 5, 2009, 7:07:15 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/k0SDR/Tutorial12
v2 v3 28 28 29 29 If Atheros wireless card: 30 wlanconfig athx destroy (Destroy the VAP, athx) 30 31 {{{ 32 wlanconfig athx destroy (Destroy the VAP, athx) 31 33 32 34 wlanconfig athx create wlandev wifi0 wlanmode adhoc (Create an adhoc VAP) … … 37 39 38 40 ifconfig athx 192.168.200.x 41 }}} 42 39 43 40 44 If Intel wireless card: 41 iwconfig ethx mode ad-hoc 45 46 {{{ 47 iwconfig ethx mode ad-hoc 42 48 43 49 iwconfig ethx essid test … … 46 52 47 53 ifconfig athx 192.168.200.x 54 }}} 55 48 56 49 57 Make sure the control interfaces are setting up correctly by pinging each other … … 51 59 Step 4: Setup TDMA time synchronization server at node (10,11) by executing 52 60 53 python TDMA_server.py 61 62 {{{ 63 python TDMA_server.py 64 }}} 65 54 66 55 67 Step 5: Execute the file 56 68 57 python ctrlplane_switch3_UDP_pkt500.py 69 70 {{{ 71 python ctrlplane_switch3_UDP_pkt500.py 72 }}} 73 58 74 59 75 (1). Please Input Network Interface: