https://github.com/reinder/ecos-help-generator
Generate browsable HTML help for ESU Command Station (ECoS) network protocol
https://github.com/reinder/ecos-help-generator
ecos ecosnet esu
Last synced: 11 months ago
JSON representation
Generate browsable HTML help for ESU Command Station (ECoS) network protocol
- Host: GitHub
- URL: https://github.com/reinder/ecos-help-generator
- Owner: reinder
- License: gpl-3.0
- Created: 2024-02-29T22:33:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T23:00:09.000Z (over 2 years ago)
- Last Synced: 2024-03-01T00:21:16.935Z (over 2 years ago)
- Topics: ecos, ecosnet, esu
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HTML help generator for ESU Command Station (ECoS) network protocol
Simple script to generate HTML documentation of the ECoSNet protocol.
The generator connects to the ECoS, by issuing many `help(...)` commands it
downloads the documentation and creates HTML pages including hyperlinks to
make navigation easy.
## Usage
All you need is Python 3.10 or newer and the IP address of your ECoS.
To generate the documentation run e.g.:
```
python3 ecoshelpgenerator.py 192.168.1.230
```
All documentation will be put in the `output` directory.