-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Updated README.md with new installation and TODO - Bumped version to 0.3.0 beta - Removed test flag - Added partial config reload (lat/lon only) - Fixed ping system, WORKING! - Nicer pause and resume based on current power - Always correct fades no matter when you start the program - Fixed brightness cap - Now using my fixed astrotime fork
- Loading branch information
Showing
2 changed files
with
58 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,14 +4,14 @@ With this simple program written in Go you can have an awesome ambient light whe | |
**Please let me know by email or issues or whatever if you are using this and want features!!!** | ||
|
||
## Installation | ||
Just build it with Go and if you are using a debian based installation you can use the include debian.sh for init script. Just copy debian.sh to /etc/init.d/piglow-ambient and the go binary to /usr/local/bin/piglow-ambient. | ||
For easy installation see the wiki page [Installation](https://github.com/kevinvalk/piglow-ambient/wiki/Installation) | ||
|
||
## TODO | ||
- SIGHUP for reloading config file | ||
- On startup check if we should have ambient lightning on, off or if we are in transition | ||
- Ping checking if other computer(s) are on, if not stop the ambient lighting | ||
- Auto update using github | ||
- Correct installing (location, default config file, insserv, etc) | ||
- [ ] SIGHUP for reloading config file | ||
- [X] On startup check if we should have ambient lightning on, off or if we are in transition | ||
- [X] Ping checking if other computer(s) are on, if not stop the ambient lighting | ||
- [ ] Auto update using github | ||
- [ ] Correct installing (auto) (location, default config file, insserv, etc) | ||
|
||
## About me | ||
Author: Kevin Valk <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters