Remoting and TCP

M

Marco Trapanese

Hi!

I've just discovered the Remoting class... I'm able to communicate
between two executables on the same machine. Furthermore, I may use a
remote TCP/IP connection selecting the appropriate IP address/port
number pair in the Remoting configuration.

I guess it's too complex... however I'd like to ask you if I might use a
Rabbit board (which has a TCP/IP capability) to communicate directly to
my .NET application.

What do you think?

Marco / iw2nzm
 
G

Guest

I guess it's too complex... however I'd like to ask you if I might use a
Rabbit board (which has a TCP/IP capability) to communicate directly to
my .NET application.

What do you think?

..NET Remoting uses a proprietary protocol. If you want to talk TCP to the
Rabbit board, take a look at System.Net instead and the Socket/TCPClient
classes.
 
M

marcotrapanese

.NET Remoting uses a proprietary protocol. If you want to talk TCP to the
Rabbit board, take a look at System.Net instead and the Socket/TCPClient
classes.

Ok, thanks.

Marco / iw2nzm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top