romanmatiasko / exec-file-pebble

A pebble app (and its server companion) that allows you to execute remote files from your pebble.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exec File

A pebble app that allows you to execute remote files from your pebble. The app needs a companion app, server, to be running on your local network and to be accessible via HTTP.

The number of files that you can execute is not limited, and you also get visual feedback in form of message. The message contains whatever was written to stdout or stderr.

When adding new script, you don't need to change the pebble app or server in any way, just add a new executable to scripts/ directory of the server and the file will appear in menu when you restart the pebble app.

You can run the server on your laptop, Raspberry Pi or whatever. You can also write you own server. Read more here about how to setup the server and what API should be provided in order to work with Exec File pebble app.

Screenshots

Basalt menu Basalt success msg Basalt success msg Aplite menu Chalk menu

About

A pebble app (and its server companion) that allows you to execute remote files from your pebble.

License:MIT License


Languages

Language:C 41.7%Language:JavaScript 28.1%Language:HTML 13.7%Language:CSS 7.5%Language:Python 5.9%Language:Shell 3.1%