Skip to content

Latest commit

 

History

History

python

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Python Demos

Overview

This directory contains Python sample programs for various Ice components. These examples are provided to get you started on using a particular Ice feature or coding technique.

Most of the subdirectories here correspond directly to Ice components, such as Glacier2, IceGrid, and so on. Note that Manual contains complete examples for some of the code snippets in the Ice manual.

Refer to the C++11 demos for more examples that use the Ice services.

Prerequisites

You'll need to install Ice for Python in order to use any of the sample programs. Our documentation describes how to install the Python packages.

Running the Demos

Refer to the README file in each demo directory for usage instructions.