Introduction

The ipccli is the Python command line interface for OpenIPC.

Commands

General Usage

From a command prompt:

C:\> ipccli

From a python prompt:

In [1]: import ipccli
In [2]: ipc = ipccli.baseaccess()

All commands will be found under the ipc object.

Configuration

The configuration is selected by modifying C:\Intel\OpenIPC\Config\OpenIpcConfig.xml

For most situations, the configuration should be set to “Auto” to use SmartStart.

Table of Contents