Download Latest Version sunwait0-8.tar (81.9 kB)
Email in envelope

Get an email when there's a new version of Sunwait

Home
Name Modified Size InfoDownloads / Week
README.txt 2015-06-03 1.7 kB
cron 2015-06-02 3.3 kB
sunwait.exe 2015-06-02 36.9 kB
sunwait0-7.tar 2015-06-02 81.9 kB
sunwait0-8.tar 2015-06-02 81.9 kB
smj.sh 2015-04-01 2.6 kB
Totals: 6 Items   208.3 kB 4
README.TXT
----------

Program: 

  sunwait

Brief Desciption: 

  A utility that calculates sunrise and sunset times.
  It is a command-line only program. 
  It has (and creates) no windows or graphics.

Platforms:
  Windows - win32 (I'm using Microsoft Visual Studio Express 2012 C++ to compile the code. It seems to be free to use.)
  Linux - I'm using "ubuntu", but it should work for almost any other flavour.


Files:
  sunwait0-7.tar: source files for sunwait, including a 'makefile', version 0.7
  sunwait0-8.tar: source files for sunwait, including a 'makefile', version 0.8 <-- current version
  cron: An example 'cron' file which shows the sunwait program control some of the lights in my house.
  smj.sh: A shell scipt that interfaces the 'cron' commands to my Arduino 433MHz transmitter. Uses 'arduino-serial' software package.
  sunwait.exe: Win32 (Windows) program. 

Getting started:
  Windows users:
    Take the sunwait.exe program and run it from the command line.
    You'll want to call this program from the windows task scheduler.
    An example is shown on 'Sunwait's' home page on SourceForge.

  Linux users:
    Unpack the 'tar' file and run 'make' to create your executable.

  Once you've got your program, your first step is to run sunwait with no arguments to get usage help.  ("./sunwait").
  You have to specify, on sunwait's command line, the latitude and longitude of the place you want to know the sunrise/set times for.
  The default location is my home.

Feedback:
  If sunwait does or doesn't work, please let me know.  
  The sourceForge discussion forum is the best place, or email me using sourceForge's mail system.




Source: README.txt, updated 2015-06-03