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

Fix docs


git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/Python/branches/0.7@3204 b32b6428-25c9-4566-ad07-03861ab6144f
parent 167f3ea6
No related branches found
No related tags found
No related merge requests found
xaal.ipx800 xaal.ipx800
=========== ===========
This package contains a xAAL gateway for IPX-800 Ethernet Control System. This package contains a xAAL gateway for IPX-800 Ethernet Control System.
We tested it with IPX-800 V3.
Install Usage
======= -----
You can use both pip, with pip install xaal.ipx800 or setup.py
You can test the package with :
python setup.py develop (or install) --user
To run the gateway: To run the gateway:
- edit your config file (~/.xaal/xaal.ipx800.ini)
- launch python -m xaal.ipx800
- edit your config file (*ipx800.ini*)
- launch *python -m xaal.ipx800*
TODO
====
Due to time constraint, only channel outputs (relays) are
supported right now. You can add easily analog or digital
inputs, everything is ready.
Perhaps, in future. TODO
----
Due to time constraint, only channel outputs (relays) are supported right now.
You can add easily analog or digital inputs, everything is ready.
...@@ -3,10 +3,14 @@ name = "xaal.ipx800" ...@@ -3,10 +3,14 @@ name = "xaal.ipx800"
version = "0.1" version = "0.1"
description = "xAAL devices for IPX-800 Ethernet Control System" description = "xAAL devices for IPX-800 Ethernet Control System"
readme = "README.rst" readme = "README.rst"
authors = [ { name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" } ] authors = [
license = { text = "GPL License"} { name = "Jerome Kerdreux", email = "Jerome.Kerdreux@imt-atlantique.fr" },
classifiers = ["Programming Language :: Python", ]
"Topic :: Software Development :: Libraries :: Python Modules"] license = { text = "GPL License" }
classifiers = [
"Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules",
]
keywords = ["xaal", "ipx-800"] keywords = ["xaal", "ipx-800"]
dependencies = ["xaal.lib", "gevent"] dependencies = ["xaal.lib", "gevent"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment