Skip to content
Snippets Groups Projects
Commit aceca8dd authored by jkerdreu's avatar jkerdreu
Browse files

Added some docs


git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3198 b32b6428-25c9-4566-ad07-03861ab6144f
parent d7aeba8d
Branches
No related tags found
No related merge requests found
xaal.dashboard
==============
This is a dashboard for the xAAL project. It is a web application that displays the current status of devices. Its main purpose is to
build a nice and easy to use interface to monitor the xAAL network. We used this dashboard to monitor the xAAL network during a large
number of demos.
This dashboard is somehow deprecated because the project provide a Home Assistant integration that is more powerful and more flexible.
However, this dashboard is still useful for people who want to have a quick and easy to use interface to monitor their xAAL network.
Usage
-----
To start the dashboard, you need to have a xAAL network running. You can start the dashboard with the following command:
.. code:: shell
python -m xaal.dashboard
# or
xaal-pkgrun dashboard
[project]
name = "xaal.dashboard"
version = "0.1"
version = "0.2"
description = "xAAL Dashboard"
readme = "README.rst"
authors = [ { name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" } ]
license = { text = "GPL License"}
classifiers = ["Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules"]
authors = [
{ name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" },
]
license = { text = "GPL License" }
classifiers = [
"Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules",
]
keywords = ["xaal", "socketio", "html", "dashboard"]
dependencies = ["xaal.lib",
"bottle",
"gevent",
"gevent-websocket",
"python-engineio",
"python-socketio",
"mako",
"requests"]
dependencies = [
"xaal.lib",
"bottle",
"gevent",
"gevent-websocket",
"python-engineio",
"python-socketio",
"mako",
"requests",
]
[tool.setuptools.packages.find]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment