Hi there, I am working on a program for students to select what they want to buy for lunch, and then once all students pick an order, it will get submitted to a central computer.

The problem is, there could be a copy of this program on multiple computers, sending to the same place. Nothing fancy, just a number in a textbox and the central computer just adds the numbers up.

Is there a simple way to send data to another computer on a network? Thanks!