Skip to content
This repository has been archived by the owner on Jun 11, 2020. It is now read-only.

synchthia/hexpi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HexPi (Archived)

Deprecated

We are migrated to Pigent. Please see here.

What's this?

This is GPIO frontend for IR Remote Controller etc.

How to Build?

You should be install pipenv.

Install requirements

pipenv install

Build

pipenv run pyinstaller -F --clean ./hexpi.py

binary files are export to dist directory.

How to Use?

hexpi <gpio> [options...]

# Start HTTP Endpoint
hexpi 3 http

# Just send with HexCode(AEHA)
hexpi 3 hex 0x00 0x01 ....

# Just send IR Signal...
hexpi 3 ir 3000 200 ....

Releases

No releases published

Packages

No packages published

Languages