-
I want to use wfb-ng to transfer some custom message. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
-
I started wfb_tx and RTP program to send h264 encoded data to 127.0.0.1:5600 radxa@rock-3a:~/third/wfb-ng$ sudo ./wfb_tx -p 0 -u 5600 -K drone.key wlan0
Listen on 5600 for wlan0
940130 LISTEN_UDP_CONTROL 55829
Listen on 55829 for management commands
940132 PKT 0:0:0:0:0:0:0
941132 TX_ANT ff 104:0:22:79:283
941132 PKT 0:71:36830:104:75978:0:0
942133 TX_ANT ff 106:0:23:104:2013
942133 PKT 0:69:36025:106:83009:0:0
943133 TX_ANT ff 107:0:23:127:2321
943133 PKT 0:70:35700:107:79344:0:0 And on my laptop, I started wfb_rx: felix@felix-laptop:~/third/wfb-ng$ sudo ./wfb_rx -p 0 -c 127.0.0.1 -u 5600 -K gs.key wlxfca3860f0e6a
6902898 PKT 0:0:0:0:0:0:0:0:0
6903879 PKT 0:0:0:0:0:0:0:0:0
6904879 PKT 0:0:0:0:0:0:0:0:0
6905879 PKT 0:0:0:0:0:0:0:0:0
......
7192879 PKT 0:0:0:0:0:0:0:0:0
7193879 PKT 0:0:0:0:0:0:0:0:0
7194879 PKT 0:0:0:0:0:0:0:0:0
7195879 PKT 0:0:0:0:0:0:0:0:0
Unable to decrypt packet #0xa8c09
Unable to decrypt packet #0xa8e07
7196878 PKT 2:1289:2:0:0:0:0:0:0
7197879 PKT 0:0:0:0:0:0:0:0:0
7198880 PKT 0:0:0:0:0:0:0:0:0 It seems that RX can NOT receive TX. I have set the 8812au to monitor mode, and both of them are set to same channel. radxa@rock-3a:~/third/wfb-ng$ sudo iw dev wlan0 info
Interface wlan0
ifindex 3
wdev 0x1
addr 1c:a7:70:e7:44:ca
type monitor
wiphy 0
channel 6 (2437 MHz), width: 20 MHz, center1: 2437 MHz
txpower -1.00 dBm On gs felix@felix-laptop:~/third/wfb-ng$ sudo iw dev wlxfca3860f0e6a info
Interface wlxfca3860f0e6a
ifindex 2
wdev 0x1
addr fc:a3:86:0f:0e:6a
type monitor
wiphy 0
channel 6 (2437 MHz), width: 20 MHz, center1: 2437 MHz
txpower 5.00 dBm |
Beta Was this translation helpful? Give feedback.
Thank you very much! But I got some new problems.