Skip to content

Releases: SEI-TAS/kalki-iot-interface

v1.9.0

18 May 17:00
5ab38a4
Compare
Choose a tag to compare

Wemo Plugin:

  • Updated Flask to avoid vulnerability.
  • This also required updating Python from 2.x to 3.x.
  • Updated Dockerfile to work properly behind SSL proxies, including change to use requirements.txt instead of Pipfile.

v1.8.0

25 Nov 16:35
Compare
Choose a tag to compare
  • Just updating for compatibility with kalki-db 1.8.0.

v1.7.0

01 Oct 19:23
Compare
Choose a tag to compare
  • Removed hard-coded credentials for devices, added support for getting them from device information sent by Device Controller.
  • Moved JSON parsing of objects to kalki-db.
  • Added flag to skip tests.
  • Added ability to select kalki-db version of base dev container to be used.
  • Compatible with kalki-db 1.7.0.

v1.6.0

22 Jul 18:29
Compare
Choose a tag to compare
  • Added log system that persists outside of docker container.
  • Added open source license.

v1.5.0

04 Jun 14:15
Compare
Choose a tag to compare

Dockerized build and running of iot interface, as well as added a dockerized HTTP API for the Wemo Python library.

v1.3.0

13 Feb 19:18
Compare
Choose a tag to compare
  • Restructured project to isolate each device type API implementation into a separate subproject, isolating dependencies.
  • Modified CommandSenders so that they just have to implement a method with the name of the command for each command they are handling.
  • Various cleanup and readme updates, adding more setup information.
  • Added a command to run some simple CommandSender tests

v1.2.0

23 Jan 20:24
Compare
Choose a tag to compare
  • Major refactoring to isolate CommandSenders and Monitor for specific device types in specific packages.
  • Chaning PHLE to use direct HTTP requests intead of installed buggy SDK
  • Other bug fixes

v1.1.2

19 Nov 15:56
Compare
Choose a tag to compare

Bug fixes and consistency

v1.1.1

04 Nov 19:40
Compare
Choose a tag to compare

Minor fixes for experiments 1 and 2

v1.1.0

18 Oct 14:54
Compare
Choose a tag to compare

First version fully tested in experiment 1.