Raritan JSON-RPC Software Development Kit
=========================================

Welcome to the Raritan JSON-RPC Software Development Kit! This archive
contains libraries and documentation for developing programs using the
JSON-RPC interface of Raritan product series PX2, PX3, BCM and EMX.

Open the file html\index.html file in a web browser to view the complete
documentation.

Archive Contents
================

ChangeLog.txt                   List of interface changes between firmware releases
LICENSES                        License files referred to by SPDX license tags
html                            SDK documentation in HTML format
idl                             Formal interface definitions in IDL format
LICENSE.api-documentation       License information for the API documentation
LICENSE.txt                     General license information
LuaPLC_Examples                 Example Lua scripts for device-side execution
LuaPLC_Introduction.pdf         Documentation about device-side Lua scripting feature
luaservice_client.py            Interactive program for managing device Lua scripts
pdu-dotnet-api                  C# client library for JSON-RPC interface
pdu-java-api                    Java client library for JSON-RPC interface
pdu-perl-api                    Perl client library for JSON-RPC interface
pdu-python-api                  Python client library for JSON-RPC interface
perl-json-rpc-demo.pl           Example script for using the Perl client library
px2_configure.pl                Mass configuration utility base on the Perl client lib
px2_shell.py                    Interactive Python shell for exploring the JSON-RPC API
python-idl-example.py           Example script for using the Python client library, focused on settings
python-json-rpc-demo.py         Example script for using the Python client library, focused on metering and switching
px2_bulk_password_change.py     Script to change the password of multiple PDUs
px2_bulk_update.py              Script to update a large number of PDUs in parallel (Python, recommended)
px2_bulk_update.pl              Script to update a large number of PDUs in parallel (Perl)
sensor_log_receiving_service.py Example script for receiving Sensor Log messages using a PDUs Data Push mechanism
README.px2_configure            Documentation for px2_configure.pl utility
Well-Known-URIs.txt             List of well-known resource IDs of JSON-RPC objects
