This demo is the Ice hello world demo configured to use IceDiscovery.
Ice for MATLAB currently supports only client-side functionality, therefore you must use a server from any other language mapping. If you want to get started quickly, we recommend using the Python server.
After starting the server, run the MATLAB client:
client
The client uses IceDiscovery to locate the Ice hello object. See the
config.client
file for details on the IceDiscovery configuration.