Begin3 Title: xdipo Version: 0.7.3 Entered-date: 2007-09-04 Description: Satellite dish positioner. Uses diseqc-1.2 To unpack: tar -zxvf xdipo-0.7.3.tgz cd xdipo-0.7.3 Then follow the instructions in INSTALL. Note: This software makes use of the open source xforms GUI library, xforms can be found at: http://savannah.nongnu.org/projects/xforms Without xforms installed it will not run. Documentation is not complete yet, read xdipo.man. 0.6.8: Using poll in xdipo_main.c, bit errors report only if no read ... Added setting LNB voltage before tuning so it would lock first time. Added repeated check for lock after tuning. Added configure script, makefile.am and configure.ac. Renamed some files for configure. Updated manual about DVB driver kernel modification Update INSTALL file for configure. Included 'show' script. 0.6.8.1: Bugfix release. Removed the repeated check again, made it hang if no signal. 0.6.9: Added re-enable timer if 'daily', 'workdays', or weekly' pressed in timer form. Moved green color for timer expired in timer_form.c so it always shows expired. Increased DVB buffer size in xste_main loop to stdout (as it is in idle_cb.c. Open now uses fopen(stdout ). Commented out 'continue' so bit errors always are read, not only when no data. This is directly related to reading more at the time. Added test for zero file descriptors ,and set filedescritors to zero after close in close_output_files() in various.c to prevent crashes. 0.7: Removed some fclose(fd_dvr) that did not set fd_dvr to zero in idle_cb.c, this could cause crashes. Added closing fd_demux() for all demux in close_output_files() in various.c. Changed ofptr use to stdout in xdipo_main.c 0.7.1: Stopping a timer caused the rest of the timers in the list not to work because of dvr device busy, fixed by adding RECORDER_ABORT_MODE in state machine. Added check for RECORDER_ABORT_MODE in process_timers() in timer_form.c. Removed old check for stop mode inprocess_timers() in timer_form.c. Added check and error report for selected program if pressing record button. 0.7.2: Added some checks for close() and fclose() and error reports in close_output_files() in various.c. 0.7.3: Added bitrate display. Keywords: DVB-s, Diseqc, positioner, Moteck SG 2100 A, satellite , recorder, dish positioner, xforms. Author: Jan Panteltje panteltje@yahoo.com Maintained-by: Jan Panteltje panteltje@yahoo.com Primary-site: ftp sunsite.unc.edu/pub/linux/apps/video/ Alternate-site: http://panteltje.com/panteltje/satellite/ (homepage) or follow the link at http://panteltje.com Platforms: LINUX, UNIX Copying-policy: GPL End