https://github.com/vishen/raspberrypi-osmc-controller
Go example library for OSMC Remote Control running on Raspberry PI Linux
https://github.com/vishen/raspberrypi-osmc-controller
go linux osmc raspberry-pi
Last synced: 5 months ago
JSON representation
Go example library for OSMC Remote Control running on Raspberry PI Linux
- Host: GitHub
- URL: https://github.com/vishen/raspberrypi-osmc-controller
- Owner: vishen
- License: mit
- Created: 2020-04-27T02:05:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T02:08:57.000Z (about 6 years ago)
- Last Synced: 2025-10-10T13:44:11.799Z (8 months ago)
- Topics: go, linux, osmc, raspberry-pi
- Language: Go
- Homepage:
- Size: 1.03 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OSMC Remote Controller (OSMC / Remote PIS-0445) on Raspberry PI on Linux
A Go example library for using OSMC remote control on Raspberry PI on Linux.
## Building for Raspberry PI
GOOS=linux GOARCH=arm GOARM=7 go build -o ./build/armv7-linux/osmc-controller
## Remote Controller Functions
```
- HOME
- ARROW_UP
- ARROW_LEFT
- ARROW_RIGHT
- ARROW_DOWN
- OK
- INFO
- RETURN
- PLAY_PAUSE
- STOP
- PREV
- NEXT
- LIST
```