Hello everyone, I'm Carlo Pettinato, an italian student working on IBR-DTN. My goal is to connect two RaspberryPi 3 through a WiFi P2P connection. For this reason, I downloaded the WifiP2P library from the following link: https://github.com/ibrdtn/libwifip2p/. Then I downloaded hostapd from git://w1.fi/srv/git/hostap.git and I added it to 'hostap' directory of libwifip2p. Then I installed the library. So was able to run IBR-DTN daemon with WifiP2PManager module. The neighbor discovery seems to work well. The problem occurs when a Raspberry try to connect to the other one. In fact, it seems that the connection request fails. I think it could be an authentican issue, but i'm not able to fix the problem. Does anyone have any ideas? Thank you in advance.
Best regards, Carlo