I will develop an app, DeviceMonitorApp, which contains a TTLControllerFrame and sends the actual request to the proxy server in order to set the level and override.
How the feature is implemented
DeviceMonitorApp is a subclass of BaseApp in QIWIS. It consists of the followings:
A TTLControllerFrame to monitor (actually not in this issue) and control TTL channels.
A TTLLevelThread and TTLOverrideThread instance, which request setting the level and override to the proxy server.
Feature you want to implement
I will develop an app,
DeviceMonitorApp
, which contains aTTLControllerFrame
and sends the actual request to the proxy server in order to set the level and override.How the feature is implemented
DeviceMonitorApp
is a subclass ofBaseApp
in QIWIS. It consists of the followings:TTLControllerFrame
to monitor (actually not in this issue) and control TTL channels.TTLLevelThread
andTTLOverrideThread
instance, which request setting the level and override to the proxy server.See also: #152