pszemkor / SmartHome

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Kotlin 55.5%Language:Python 35.2%Language:Slice 9.3%