peer 2 peer

Just starting out? Need help? Post your questions and find answers here.
arma
User
User
Posts: 67
Joined: Sun Jul 24, 2016 11:54 pm

peer 2 peer

Post 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?
User avatar
mk-soft
Always Here
Always Here
Posts: 6270
Joined: Fri May 12, 2006 6:51 pm
Location: Germany

Re: peer 2 peer

Post 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!
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
User avatar
idle
Always Here
Always Here
Posts: 5967
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: peer 2 peer

Post 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.
Post Reply