https://github.com/thom-x/pronto2broadlink
Simple docker image to convert proton IR code to Broadlink packet
https://github.com/thom-x/pronto2broadlink
broadlink converter docker pronto
Last synced: about 1 month ago
JSON representation
Simple docker image to convert proton IR code to Broadlink packet
- Host: GitHub
- URL: https://github.com/thom-x/pronto2broadlink
- Owner: Thom-x
- License: mit
- Created: 2020-06-12T11:41:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-12-16T13:25:52.000Z (over 5 years ago)
- Last Synced: 2025-10-19T14:48:58.435Z (8 months ago)
- Topics: broadlink, converter, docker, pronto
- Language: Python
- Homepage: https://hub.docker.com/repository/docker/thomx/pronto2broadlink
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pronto to broadlink



Simple docker image to convert proton IR code to Broadlink packet
## Getting Started
These instructions will cover usage information and for the docker container
### Prerequisities
In order to run this container you'll need docker installed.
* [Windows](https://docs.docker.com/windows/started)
* [OS X](https://docs.docker.com/mac/started/)
* [Linux](https://docs.docker.com/linux/started/)
### Usage
#### Container Parameters
Run the image to convert a code
```shell
docker run -it --rm thomx/pronto2broadlink "0000 006D 0000 0022 00AA 00AA 0014 003F 0014 003F 0014 003F 0014 0014 0014 0014 0
014 0014 0014 0014 0014 0014 0014 003F 0014 003F 0014 003F 0014 0014 0014 0014 0014 0014 0014 0014 0014 0014
0014 0014 0014 003F 0014 0014 0014 0014 0014 0014 0014 0014 0014 0014 0014 0014 0014 003F 0014 0014 0014 003F
0014 003F 0014 003F 0014 003F 0014 003F 0014 003F 0014 0706"
```
Give:
```shell
Broadlink packet:
JgBGAJKSETYRNhE2ERERERERERERERE2ETYRNhERERERERERERERERE2ERERERERERERERERETYRERE2ETYRNhE2ETYRNhEABhANBQ==
```
## Built With
* python2
## Find Me
* [GitHub](https://github.com/Thom-x/)
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the
[tags on this repository](https://github.com/your/repository/tags).
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.