Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/probonopd/MakeHex
MakeHex by John Fine. Makes clean IR sequences from IR protocol files.
https://github.com/probonopd/MakeHex
Last synced: 3 months ago
JSON representation
MakeHex by John Fine. Makes clean IR sequences from IR protocol files.
- Host: GitHub
- URL: https://github.com/probonopd/MakeHex
- Owner: probonopd
- Created: 2015-06-30T17:39:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-24T20:10:58.000Z (about 7 years ago)
- Last Synced: 2024-06-28T01:46:03.721Z (5 months ago)
- Language: C++
- Homepage:
- Size: 121 KB
- Stars: 38
- Watchers: 5
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MakeHex
**MakeHex** by John Fine. This program reads a .IRP file and creates a .HEX file containing the Pronto hex sequences for the IR commands specified by that .IRP file. See the readme file for more information.Now also contains **EncodeIR**: This program takes device, subdevice, and function and outputs timing information in raw format.
```
$ ./encodeir NECx1 0 191 1
4512 4512 564 564 564 564 564 564 564 564 564 564 564 564 564 564 564 564 564 564 564 564 564 564 564 564 564 564 564 564 564 564 564 564 564 1692 564 564 564 564 564 564 564 564 564 564 564 564 564 564 564 564 564 1692 564 1692 564 1692 564 1692 564 1692 564 1692 564 1692 564 43992 4512 4512 564 1692 564 95880
```## License
From the ReadMe for MakeHex version 4.12:
Copyright 2005 John S. Fine
You may use, copy, modify and/or distribute this program for private or
commercial use provided that: 1) You do not hold me responsible for any damage or negative consequences
resulting from those activities. 2) You include this copyright notice and disclaimer in any copy of any part
or all of this program. I do not provide any warranty of the correctness, safety, or suitibility of
this program for any purpose. If you do not agree to these conditions, you have no permission to use, copy,
modify or distribute this program.