andeee/clj-dreamote
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# clj-dreamote
A simple clojure library to remote control your dreambox
## Usage
; example: first press 1 two times, then OK
; when in tv-mode zaps to channel 11
(use 'clj-dreamote.core)
(with-remote {:host "dm600pvr" :auth ["root" "dreambox"]}
(press 1 2)
(press 'ok))
For available press symbols see src/core.clj
For more examples see scripts folder
## License
Copyright (C) 2010 Andreas Wurzer
Distributed under the Eclipse Public License, the same as Clojure.