Questions tagged [p2p]
For questions pertaining to Peer-2-Peer (p2p) protocols and applications.
21 questions
1 vote
0 answers
41 views
SUSE SLE Micro - Setup STA + p2p-go on Raspberry pi 4 Model B to connect Android using Wifi direct [duplicate]
I would like to setup my pi with station and p2p-go and want to connect Android Samsung to PI using WiFi Direct which is able to connect with my printer WIFI direct with simple connect so no problem ...
0 votes
0 answers
68 views
Missing P2P IE on RaspiOS Buster and Bullseye
I followed the steps documented here Connect Android smartphone with Wi-Fi Direct to a Raspberry Pi by @Ingo under 'Accepted Answer' to setup P2P on Raspberrypi and test it using an Android phone. ...
1 vote
0 answers
136 views
How to turn PI4 into a IOT device , discoverable and configurable via mobile app (Wifi P2P or BLE) [closed]
I've created a simple camera system on the PI 4 which I want to be discoverable with a custom android app. The should find the PI device, then automatically connect, then mobile app will share the ...
0 votes
1 answer
623 views
Peer-to-peer networking with ethernet
I had an idea for transferring data between Pi's. It involves directly connecting two Pi's to each other only using a single cat5 ethernet cable, and transferring data in a peer to peer manner. I have ...
1 vote
1 answer
451 views
Connect Laptop (NetworkManager) to Raspberry PI 3 over Wi-Fi direct [closed]
I want to connect from a Laptop (Linux Mint 20.2) with a running networkmanager to a RPI 3 Raspberry Pi OS Lite 2022-09-22 over Wi-Fi direct. I'm a teacher at a school where all the interactive boards ...
1 vote
0 answers
305 views
How to set up communication between two Raspberry Pi without internet [closed]
I was trying to learn how to set up communication between two raspberry pi in close proximity in a remote area without a router. I am new to raspberry pi and started trying to figure out MQTT/...
0 votes
0 answers
659 views
Connect wifi direct (GO) with 5GHZ frequency
I can connect with 2GHZ frequency and can transfer data successfully using WIFI DIRECT. In this connection, I have a data transfer rate is only 2MB/s. By online search, I found that if we use the 5GHZ ...
1 vote
2 answers
1k views
How auto connect work in wifi direct?
There is Raspberry pi and windows communication working with wifi direct. In my scenario, Raspberry pi is the GO. Auto-connect mins: I'm not setting its connection method as PBC(push button control). ...
0 votes
2 answers
1k views
WIFI Direct ( Wifi p2p) disconnection autometically after 10 second
I'm trying to connect android and Raspberry PI using WIFI Direct. It is connected successfully but it's the disconnect after 10 seconds automatically. My configuration file is as per below /etc/...
2 votes
1 answer
2k views
How to invoke the existing persistent p2p Go on restart of device (to create auto connect)
I am able to connect successfully with the android device with the following wpa_supplicant.conf ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=root update_config=1 device_name=DIRECT-Pi ...
2 votes
1 answer
3k views
Set up WiFi direct (p2p) between a dedicated pair of Raspberry Pi 3 B+ (one as the Group Owner, the other as the client)
What I would like to accomplish One is a dedicated pair of RPi's using Wi-Fi Direct (p2p), one GO (group owner) and the other its client. The GO is not to be an access point, as neither RPi needs to ...
1 vote
1 answer
135 views
Sharing trackless torrent files from a RaspberryPi that is running as its own Wireless Access Point
Firstly a little bit of background effectively I'm working on a project to develop a RaspberryPi controlled drone which is able to fly to and then transfer files to remote clients without internet ...
-1 votes
1 answer
128 views
p2p - Send data from Windows Computer to RPI [closed]
I want to be able to send a small amount of data quickly directly from a windows machine to a Raspberry Pi 3 B+. My restrictions include: Preferably not having any sort of wired connection between ...
2 votes
2 answers
2k views
RPi 3b to PC via ethernet peer-to-peer without internet sharing
All the material I find on the internet, is about sharing PC's internet connection with Rpi using the ethernet cable, and setting RPi static address etc. However, My RPi 3B already has it's own wifi ...
7 votes
6 answers
18k views
Direct two-way communication between a PC Application and a Pi Application
I work for a medical company and we produce systems which typically are composed by a data-acquisition device connected via USB to a PC where some desktop application runs so that it can control the ...