diff --git a/devices/protocols/IPX-800/README.rst b/devices/protocols/IPX-800/README.rst index ba7eb540ee83a7e1444ec5b17d981519c8741817..d4a7b3dffbb68eb06859c103551eddf561e4ac2a 100644 --- a/devices/protocols/IPX-800/README.rst +++ b/devices/protocols/IPX-800/README.rst @@ -1,24 +1,18 @@ xaal.ipx800 =========== This package contains a xAAL gateway for IPX-800 Ethernet Control System. +We tested it with IPX-800 V3. -Install -======= -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 - +Usage +----- 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. diff --git a/devices/protocols/IPX-800/pyproject.toml b/devices/protocols/IPX-800/pyproject.toml index f6e7f9a8159a3b2df6074ad27681d431fba033c2..332bc1f852f8c935c9dd77a020750d08a432f6fc 100644 --- a/devices/protocols/IPX-800/pyproject.toml +++ b/devices/protocols/IPX-800/pyproject.toml @@ -3,10 +3,14 @@ name = "xaal.ipx800" version = "0.1" description = "xAAL devices for IPX-800 Ethernet Control System" 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", "ipx-800"] dependencies = ["xaal.lib", "gevent"]