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?
peer 2 peer
Re: peer 2 peer
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!
See https://www.purebasic.com/documentation ... index.html
But please also refer to wiki to see how network communication works!
My Projects ThreadToGUI / OOP-BaseClass / EventDesigner V3
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
PB v3.30 / v5.75 - OS Mac Mini OSX 10.xx - VM Window Pro / Linux Ubuntu
Downloads on my Webspace / OneDrive
Re: peer 2 peer
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.
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.