0

I want to make a client and server app. The client would be able to send a request and receive the relevant data that the server would make. The client would run on a single computer with a static IP address and the clients would run on multiple machines.

So far I've been trying to use Remoting but couldn't get it to work properly as all the examples I found seem to be old, is this the best way to enable this service or is there a better way to do this?

Hauba
  • 75
  • 3
  • 8

1 Answers1

0

I used the answer that was posted by sipwiz on this question: How can I send data over the internet using a socket? , I modified the code to send and recive a serialized tuple and it works great for my needs.

Community
  • 1
  • 1
Hauba
  • 75
  • 3
  • 8