Skip to content

Latest commit

 

History

History
 
 

Minimal

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Minimal

This example application illustrates how IceRPC can communicate with ZeroC Ice using the ice protocol and Slice1 mode.

First, build the client and server applications for IceRPC with:

dotnet build

Then, build the client and/or server for any of the following minimal ZeroC Ice example applications:

You can then run any combination of Ice-based and IceRPC-based client and server applications.

The commands below start the IceRPC-based client application:

cd Client
dotnet run

The commands below start the IceRPC-based server application:

cd Server
dotnet run