Questions tagged [p2p]

For questions pertaining to Peer-2-Peer (p2p) protocols and applications.

Peer-2-Peer is a network load distribution scheme where users are passing network traffic to each other ("peer to peer") instead all users connecting to a server. This has advantages of alleviating network congestion at bottlenecks, and has a special benefit in file sharing schemes where the server holding the file could be down, but enough users have enough pieces of a file to collectively have the entire file available.

21 questions
7
votes
6 answers

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 hardware and display the connected data in…
heltonbiker
  • 191
  • 1
  • 2
  • 8
4
votes
2 answers

Deluge fluctuating download speeds

My upload and download speeds on my seedbox hosted on my pi constantly fluctuated between 2.5MBps and 50/0KBps. I have done file download speed tests and get upwards of 3.3Mbps, yet even on the best seeded torrents my dl/up speed soars for a couple…
Carlo Revelli
  • 123
  • 1
  • 8
4
votes
2 answers

How to connect Pi to an Android phone through WiFi Direct?

I am trying to connect Raspberry Pi with a Samsung Galaxy S3 through WiFi Direct. The online information on such process is quite sparse. The most close reference I can find is from CodeMonkeyRicky's Youtube video for Realtek 8188cu chips. He…
Penghe Geng
  • 361
  • 1
  • 5
  • 10
3
votes
0 answers

Raspberry PI WiFi Direct

I am trying to implement WiFi Direct using raspberry pi and Samsung Galaxy I9300. The raspberry pi of model B is running 3.9.11 kernel with raspbian wheezy image (2013-12-20-wheezy-raspbian.img) and the wifi dongle is Edimax EW7811 un (rt8188cus…
user2652517
  • 51
  • 1
  • 5
2
votes
2 answers

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 connection to the Internet. I don't need to share…
Mithun
  • 51
  • 5
2
votes
1 answer

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 persistent_reconnect=1 network={ ssid="DIRECT-Pi" …
arayan
  • 21
  • 2
2
votes
2 answers

Bidirectional M2M communication via ethernet (WAN) with raspberry pi

I want to run a script remotely on raspberry pi and get feedback. It's easy when I have 1 raspberry pi: I just log in with ssh, do my stuff and see feedback on my remote terminal. To be precise: the script downloads files from dropbox. And of course…
2
votes
1 answer

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 connect elsewhere; they only talk to each other. I…
2
votes
2 answers

Controlling a headless torrent server via transmission

I'm running transmission-daemon on a Raspberry Pi running headless Raspbian. I can SSH into it fine, and the FTP server on it runs without a hitch, but I can't use the terminal interface for Transmission to control it. Running: $…
Ian Hyzy
  • 205
  • 3
  • 8
1
vote
1 answer

aMule and Deluge on Raspberry Pi

I'm already using my Pi as a media center, now I would also like to transform it into my download center. I've seen that both deluged and amule-daemon packages are available, but the question is, will I be able to use them both? I have a 128/128 MB…
Avio
  • 1,239
  • 2
  • 15
  • 27
1
vote
0 answers

SUSE SLE Micro - Setup STA + p2p-go on Raspberry pi 4 Model B to connect Android using Wifi direct

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 with phone. My operating system is SUSE SLE micro.…
user393014
  • 61
  • 2
1
vote
0 answers

How to turn PI4 into a IOT device , discoverable and configurable via mobile app (Wifi P2P or BLE)

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 WiFi configuration or allow manual input of wifi…
1
vote
1 answer

Connect Laptop (NetworkManager) to Raspberry PI 3 over Wi-Fi direct

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 are connect to AppleTV-devices, which as a Linux…
tern
  • 11
  • 2
1
vote
0 answers

How to set up communication between two Raspberry Pi without internet

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/Mosquitto but upon further research, I think that MQTT…
1
vote
2 answers

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). I'm using it's connection method as set…
bhvn
  • 15
  • 6
1
2