Page 1 of 1

peer 2 peer

Posted: Sun Jun 16, 2024 1:33 pm
by arma
Hello everybody;

I want to write a software and i need to comminucate p2p connection inside such as skype, telegram, etc chat software. Possible to do this inside of Purebasic?

Re: peer 2 peer

Posted: Sun Jun 16, 2024 1:41 pm
by mk-soft
You always need a network server to exchange data between the clients.
See https://www.purebasic.com/documentation ... index.html

But please also refer to wiki to see how network communication works!

Re: peer 2 peer

Posted: Sun Jun 16, 2024 10:05 pm
by idle
Libdatachannel will do this
https://www.purebasic.fr/english/viewto ... 10#p614110

You still need a public facing server to signal with but when it comes to doing stun you can use public stun servers rather than hosting your own.