Skip to content
Snippets Groups Projects
Commit e3cf3f9f authored by Matthias Stefan Bodenbenner's avatar Matthias Stefan Bodenbenner
Browse files

further repo-clean up

parent 8649b34f
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,10 @@ pip install --extra-index-url https://package-read:gkYP4xrm2PxicUbW1wra@git-ce.r
pip install --extra-index-url https://package-read:sTkDQPiyBqkUyYVXZfeK@git-ce.rwth-aachen.de/api/v4/projects/1527/packages/pypi/simple wzl-udi
```
## Documentation
A full documentation of the entire library does not exist yet and is currently work in progress.
## Usage
For using the PUDI device interface you need to have a SOIL-Model of your device in JSON-Format. See the Wiki for more information.
You can design the model by hand our use the [SOIL-Web-Editor](https://iot.wzl-mq.rwth-aachen.de/soil/), to generate the source code and get a ready-to-run python script for your device server.
......
name: pudi
channels:
- defaults
dependencies:
- ca-certificates=2022.3.29=haa95532_0
- certifi=2021.10.8=py39haa95532_2
- openssl=1.1.1n=h2bbff1b_0
- pip=21.2.4=py39haa95532_0
- python=3.9.12=h6244533_0
- setuptools=61.2.0=py39haa95532_0
- sqlite=3.38.2=h2bbff1b_0
- toml=0.10.2=pyhd3eb1b0_0
- tzdata=2022a=hda174b7_0
- vc=14.2=h21ff451_1
- vs2015_runtime=14.27.29016=h5e58377_2
- wheel=0.37.1=pyhd3eb1b0_0
- wincertstore=0.2=py39haa95532_2
- pip:
- aiohttp==3.8.1
- aiosignal==1.2.0
- alabaster==0.7.12
- async-timeout==4.0.2
- attrs==21.4.0
- babel==2.9.1
- charset-normalizer==2.0.12
- colorama==0.4.4
- deprecated==1.2.13
- docstring-parser==0.7.3
- docutils==0.17.1
- frozenlist==1.3.0
- idna==3.3
- imagesize==1.3.0
- jinja2==3.0.3
- markupsafe==2.1.1
- multidict==6.0.2
- nest-asyncio==1.4.3
- packaging==21.3
- paho-mqtt==1.6.1
- pygments==2.11.2
- pyparsing==3.0.8
- pytz==2022.1
- requests==2.27.1
- snowballstemmer==2.2.0
- sphinx==3.5.2
- sphinx-rtd-theme==1.0.0
- sphinxcontrib-applehelp==1.0.2
- sphinxcontrib-devhelp==1.0.2
- sphinxcontrib-htmlhelp==2.0.0
- sphinxcontrib-jsmath==1.0.1
- sphinxcontrib-qthelp==1.0.3
- sphinxcontrib-serializinghtml==1.1.5
- strict-rfc3339==0.7
- urllib3==1.26.9
- wrapt==1.14.0
- wzl-mqtt==2.5.1
- wzl-utilities==1.2.2
- yarl==1.7.2
File moved
name: udi
channels:
- conda-forge
- defaults
dependencies:
- aiohttp=3.7.3=py37hcc03f2d_0
- async-timeout=3.0.1=py_1000
- attrs=20.3.0=pyhd3deb0d_0
- ca-certificates=2020.11.8=h5b45459_0
- certifi=2020.11.8=py37h03978a9_0
- chardet=3.0.4=py37hf50a25e_1008
- idna=2.10=pyh9f0ad1d_0
- multidict=4.7.5=py37h4ab8f01_2
- nest-asyncio=1.4.3=pyhd8ed1ab_0
- openssl=1.1.1h=he774522_0
- pip=20.2.4=py_0
- python=3.7.8=h7840368_2_cpython
- python_abi=3.7=1_cp37m
- setuptools=49.6.0=py37hf50a25e_2
- sqlite=3.33.0=he774522_1
- strict-rfc3339=0.7=py_1
- typing-extensions=3.7.4.3=0
- typing_extensions=3.7.4.3=py_0
- vc=14.1=h869be7e_1
- vs2015_runtime=14.16.27012=h30e32a0_2
- wheel=0.35.1=pyh9f0ad1d_0
- wincertstore=0.2=py37hc8dfbb8_1005
- yarl=1.6.3=py37hcc03f2d_0
- zlib=1.2.11=h62dcd97_1010
- pip:
- docstring-parser==0.7.3
- paho-mqtt==1.5.1
\ No newline at end of file
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment