Skip to content

andeee/clj-dreamote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

clojure library to remote control your dreambox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published