Huy Đỗ Quang
unread,Jul 4, 2025, 7:24:32 AMJul 4Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mininet-wifi-discuss
Hi everyone, I’m trying to build a pure Wi-Fi Direct scenario in Mininet-WiFi (Python 3.8, mininet-wifi==2.6, Ubuntu 20.04). Even with two stations placed only a few metres apart, they never discover each other and ICMP fails.
Here's the log:
```
sudo python mn_wifi/examples/wifiDirect.py
*** Creating nodes
*** Configuring Propagation Model
*** Configuring nodes
*** Starting WiFi Direct
*** Starting network
*** Connecting to wmediumd server /var/run/wmediumd.sock
*** Running CLI
*** Starting CLI:
mininet-wifi> sta1 ping -c 1 sta2
PING 10.0.0.2 (10.0.0.2) 56(84) bytes of data.
From 10.0.0.1 icmp_seq=1 Destination Host Unreachable
--- 10.0.0.2 ping statistics ---
1 packets transmitted, 0 received, +1 errors, 100% packet loss, time 0ms
```