Inspirel banner

Programming Distributed Systems with YAMI4

9.2 Calculator

The calculator example is a simple client-server system where information flows in both directions.

The client sends a pair of integer numbers to the server. The server receives messages, extracts the pairs from each message, computes the results of four basic operations and sends them back to clients.

The easiest way to try this example is to perform the following actions:

9.2.1 Ada

9.2.2 C++

9.2.3 Java

9.2.4 .NET

9.2.5 Python