Skip to content
This repository was archived by the owner on Mar 14, 2021. It is now read-only.

Releases: Dysproz/teleserver

3.0.0

Choose a tag to compare

@Dysproz Dysproz released this 08 Mar 19:56
eb3681d

In this release:

  • Bug fixes
  • Calendar with thermal camera integration demo
  • Added user config to setup which pages should GUI show

2.4.0

Choose a tag to compare

@Dysproz Dysproz released this 18 Dec 07:39

In this release:

  • New feature: Calendar
  • Added URL history to cast field
  • Demo for IoT client

2.3.0

Choose a tag to compare

@Dysproz Dysproz released this 20 Nov 14:15
16e37a9

In this release:

  • Added https communication to teleserver. Now all data is encrypted!
  • CLI can now lookup do server IP in network
  • Fixed some bugs

2.2.0

Choose a tag to compare

@Dysproz Dysproz released this 08 Nov 04:54
83f50e8

In this release:

  • Refactored installation proces to drop ansible playbooks and make everything easier with Makefile.
  • Refactored API into groups of commands that are relevant to system, web browser or keyboard.
  • Increased security by implementing better user verification. Now there are three ways of accessing teleserver: with GUI credentials, with service principal generated from system tab or with temporary token created via /login route of API.
  • Implemented teleserver CLI - now API user has clean CLI that supports login feature on the go.
  • Created experimental architecture for IoT devices. Now teleserver has IoT Client versión which may be installed on Raspberry or other microcomputer to server data from IoT devices.
  • Added interface to communicate with thermal cameras from alhua TPC-BF2120-x series.

2.1.0

Choose a tag to compare

@Dysproz Dysproz released this 28 Sep 19:09
bf427e8

In this release:

  1. Instead of installing teleserver with ansible playbooks, I implemented shell scripts install.sh and uninstall.sh.
    Although, I made a Makefile that utilizes these scripts so user can simple type make install and make uninstall

  2. Teleserver was inherited as system application stored in /var/lib/teleserver.
    During installation cloned project will be copied into /var/lib/teleserver/app directory.
    Although, under /var/lib/teleserver/data directory will be utilized to store files that are available from Files tab in teleserver.

3.All constant variables are now stored under tools/common.py

  1. run.py and set_login_credentials.py can be run as a script (without python3 before script)

  2. There is documentation! Under docs/ directory you will find documentation generated with Sphinx.

  3. Contributing and Authors files were added - Now it is true OpenSource!

Enjoy!

2.0.0

Choose a tag to compare

@Dysproz Dysproz released this 21 Feb 18:35

Project moved to dash GUI.
Developed new features:

  • Screen Mirroring
  • Screen Keyboard
  • Shortcuts Keys
  • Files

1.0.0

Choose a tag to compare

@Dysproz Dysproz released this 28 Dec 12:06
flake8 refactor

Merge branch 'master' of https://github.com/Dysproz/teleserver