python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Testproject Messager with Flutter using Peer-to-Peer Technology
I'm working on a Testproject, where I want to exchange information via peer-to-peer from one Mobile device to another.
My goal is to make a little chat widget, where when you post a message, you can s...

Tomas Simons
Votes: 0
Answers: 1
Is there any straight way to establish P2P UDP connection behind NAT in delphi?
I've been trying to establish a P2P connections for a couple of weeks. After writing some code and using Indy's components, I've realized that it can not access the peer that is behind the NAT. Furthe...

mehdi sedehi
Votes: 0
Answers: 1
How to get external port from stun server
How to get external ip and port from stun server? For example Google's stun server, stun.l.google.com
So I can use that to establish P2P connection with sockets between clients behind NAT.
Currently, ...

Sonu Mohammad
Votes: 0
Answers: 0
Webserver hosted on an ESP32 using p2p
I was thinking about how could i host a webserver from an esp32 that is accessible from outside of it's network.
The first thing i did was i port forwarded my esp32 private ip on my router and configu...

Dr.Random
Votes: 0
Answers: 1