Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 415 Bytes

File metadata and controls

12 lines (7 loc) · 415 Bytes

IsoMonksComm

Communication between Java and C# for IsoMonks

How to use

Linux

Just use javac <name_of_java_file>to compile. You'll need to compile all Java classes. Then just execute java Main. It should launch a Server.

Now compile C# classes. Type mcs client.cs. Then mono client.exe. You will launch a Client.

After this two instances are launched, you can send messages between terminals.