/SmartHome

Client-server app managing smart home devices. It's based on Ice - RPC framework. Server is implemented in Kotlin and client in Python

Primary LanguageKotlin

Prerequisites: slice2java, slice2py

Use these commands to generate files:

slice2java --output-dir src/main/generated slice/smarthome.ice
slice2py --output-dir client slice/smarthome.ice
Usage of client.py:

image