graphit/controlpi-wsserver.git
3 years agoCatch CancelledError for connections.
Benjamin Braatz [Thu, 29 Jul 2021 22:17:31 +0000 (00:17 +0200)]
Catch CancelledError for connections.

3 years agoRemove debug output.
Benjamin Braatz [Thu, 29 Jul 2021 13:08:38 +0000 (15:08 +0200)]
Remove debug output.

3 years agoDo not cache served files and use aiofiles to read.
Benjamin Braatz [Thu, 29 Jul 2021 13:02:30 +0000 (15:02 +0200)]
Do not cache served files and use aiofiles to read.

3 years agoRequire master branch in setup.py.
Benjamin Braatz [Wed, 28 Jul 2021 12:10:57 +0000 (14:10 +0200)]
Require master branch in setup.py.

3 years agoMIME type for jpg and redirect path to trailing slash.
Benjamin Braatz [Wed, 28 Jul 2021 12:08:57 +0000 (14:08 +0200)]
MIME type for jpg and redirect path to trailing slash.

3 years agoWait for port if address in use.
Benjamin Braatz [Tue, 27 Jul 2021 06:16:48 +0000 (08:16 +0200)]
Wait for port if address in use.

3 years agoOptional name and MAC in connection.
Benjamin Braatz [Tue, 27 Jul 2021 01:46:39 +0000 (03:46 +0200)]
Optional name and MAC in connection.

3 years agoInclude MAC in connection event.
Benjamin Braatz [Mon, 26 Jul 2021 22:36:39 +0000 (00:36 +0200)]
Include MAC in connection event.

3 years agoAllow configuration (name and filters) of websocket.
Benjamin Braatz [Wed, 19 May 2021 08:47:15 +0000 (10:47 +0200)]
Allow configuration (name and filters) of websocket.

3 years agoSimplify connection closed exception.
Benjamin Braatz [Wed, 19 May 2021 03:58:28 +0000 (05:58 +0200)]
Simplify connection closed exception.

4 years agoImprove style.
Benjamin Braatz [Fri, 9 Apr 2021 07:29:30 +0000 (09:29 +0200)]
Improve style.

4 years agoImprove Debug presentation for nested structures.
Benjamin Braatz [Tue, 23 Mar 2021 17:26:14 +0000 (18:26 +0100)]
Improve Debug presentation for nested structures.

4 years agoImprove Debug web app.
Benjamin Braatz [Tue, 23 Mar 2021 12:43:19 +0000 (13:43 +0100)]
Improve Debug web app.

4 years agoAllow web apps in package directories.
Benjamin Braatz [Mon, 22 Mar 2021 21:10:53 +0000 (22:10 +0100)]
Allow web apps in package directories.

4 years agoAdapt to changes in controlpi.
Benjamin Braatz [Mon, 22 Mar 2021 14:35:13 +0000 (15:35 +0100)]
Adapt to changes in controlpi.

4 years agoShow recursive structures in message values
Benjamin Braatz [Wed, 10 Mar 2021 10:13:10 +0000 (11:13 +0100)]
Show recursive structures in message values

4 years agoAdd plugin name to bus registration and debug app
Benjamin Braatz [Tue, 9 Mar 2021 19:13:22 +0000 (20:13 +0100)]
Add plugin name to bus registration and debug app

4 years agoPrevent overflow in template container
Benjamin Braatz [Mon, 8 Mar 2021 21:01:33 +0000 (22:01 +0100)]
Prevent overflow in template container

4 years agoAdapt to JSON schema in controlpi
Benjamin Braatz [Mon, 8 Mar 2021 18:37:11 +0000 (19:37 +0100)]
Adapt to JSON schema in controlpi

4 years agoImprove section layout (get rid of innerHTML)
Benjamin Braatz [Sun, 7 Mar 2021 21:03:55 +0000 (22:03 +0100)]
Improve section layout (get rid of innerHTML)

4 years agoImprove layout for interfaces with multiple lines
Benjamin Braatz [Sun, 7 Mar 2021 20:25:04 +0000 (21:25 +0100)]
Improve layout for interfaces with multiple lines

4 years agoRefactor debug Javascript code (for DRY-ness, ...)
Benjamin Braatz [Sun, 7 Mar 2021 19:21:21 +0000 (20:21 +0100)]
Refactor debug Javascript code (for DRY-ness, ...)

4 years agoAdd debug Web app
Benjamin Braatz [Sun, 7 Mar 2021 02:23:49 +0000 (03:23 +0100)]
Add debug Web app

4 years agoUse GenericWait in example config and client
Benjamin Braatz [Sun, 7 Mar 2021 02:23:04 +0000 (03:23 +0100)]
Use GenericWait in example config and client

4 years agoAdapt to changes in 'State' interface
Benjamin Braatz [Fri, 5 Mar 2021 22:40:38 +0000 (23:40 +0100)]
Adapt to changes in 'State' interface

4 years agoSwitch README.md and description to English
Benjamin Braatz [Fri, 5 Mar 2021 14:43:43 +0000 (15:43 +0100)]
Switch README.md and description to English

4 years agoClean imports and check configuration
Benjamin Braatz [Fri, 5 Mar 2021 09:09:57 +0000 (10:09 +0100)]
Clean imports and check configuration

4 years agoRepair code style in example-client.py
Benjamin Braatz [Fri, 5 Mar 2021 08:16:09 +0000 (09:16 +0100)]
Repair code style in example-client.py

4 years agoStreamline example
Benjamin Braatz [Fri, 5 Mar 2021 08:09:05 +0000 (09:09 +0100)]
Streamline example

4 years agoUnregister closed connections
Benjamin Braatz [Fri, 5 Mar 2021 08:08:41 +0000 (09:08 +0100)]
Unregister closed connections

4 years agoImplement the websocket server
Benjamin Braatz [Fri, 5 Mar 2021 00:59:49 +0000 (01:59 +0100)]
Implement the websocket server

with example configuration and example python client

4 years agoMove controlpi.plugins to controlpi-plugins
Benjamin Braatz [Fri, 5 Mar 2021 00:35:46 +0000 (01:35 +0100)]
Move controlpi.plugins to controlpi-plugins

Namespace packages should not be inside regular packages:
https://stackoverflow.com/a/62992832

4 years agoHarmonise spelling of "ControlPi"
Benjamin Braatz [Thu, 4 Mar 2021 22:00:15 +0000 (23:00 +0100)]
Harmonise spelling of "ControlPi"

4 years agoFix quote type in setup.py
Benjamin Braatz [Thu, 4 Mar 2021 21:34:17 +0000 (22:34 +0100)]
Fix quote type in setup.py

4 years agoAdd .gitignore
Benjamin Braatz [Tue, 2 Mar 2021 22:26:49 +0000 (23:26 +0100)]
Add .gitignore

4 years agoAdd controlpi to setup.py requirements
Benjamin Braatz [Tue, 2 Mar 2021 22:23:35 +0000 (23:23 +0100)]
Add controlpi to setup.py requirements

4 years agoInitial commit of plugin structure
Benjamin Braatz [Tue, 2 Mar 2021 22:12:07 +0000 (23:12 +0100)]
Initial commit of plugin structure