Data transfer using Chanels (General questions)
How can I make channels between client-sever so that I can transfer data from client to server using mediator service.plz help me out.
Re: Data transfer using Chanels
Rajan,
did you try our sample? Once connected and you open some channel, it makes you listen on your local PC on certain port you selected, and then forwards everything to remote wodVPN's port you selected.
This is pretty much regular pipe. Is this what you had in mind? We're adding 'SendFile' and 'GetFile' capabilities to transfer files directly, but perhaps current channels are enough for you already.
Can you explain more what you're trying to do?
Kreso
Re: Data transfer using Chanels
HI Thanks for quick reversal
We are developing a client server application where we would like to connect client and server in a peer to peer fashion.
Our application is designed in a way that server must aquire port no 15015 for communication between client and server.
SO our issue is that how can we use WODVPN to connect to server, kindly help us out we are first time users of WODVPN
it will be appriciated if we can have a small snippet showing the solution.
Rajan,
did you try our sample? Once connected and you open some channel, it makes you listen on your local PC on certain port you selected, and then forwards everything to remote wodVPN's port you selected.
This is pretty much regular pipe. Is this what you had in mind? We're adding 'SendFile' and 'GetFile' capabilities to transfer files directly, but perhaps current channels are enough for you already.
Can you explain more what you're trying to do?
Kreso
Re: Data transfer using Chanels
Rajan,
did you try the sample that came with wodVPN? You should run in on separate computers and try to connect them. Does that work?
Kreso