Commit Graph

52 Commits

Author SHA1 Message Date
Chris Lewandowski ff8cfaf31b Update README.md
Added info about new autowx.
2017-01-12 20:58:58 +01:00
cyber-atomus 26fd312ce3 Fixed night predictions... 2016-11-28 01:38:24 +01:00
cyber-atomus a9fd83f11e Resolved bug when pass has nearly zero degrees elevation and returns no elevation value.
It's a dirty hack but it works.
2016-11-20 23:55:14 +01:00
cyber-atomus 93a87864f5 -> Added overlay map offset setting
-> Various fixes
2016-11-19 09:28:39 +01:00
cyber-atomus 4de0da65bf Such changes, such good! 2016-11-16 20:24:19 +01:00
cyber-atomus 211ceca1cd Woah! Such changes! Such good! 2016-11-16 20:22:52 +01:00
cyber-atomus da39d383b1 Include basic elevation processing. This hopefully would prevent white noise recordings.
new option: minElev - minimal elevation in degrees.
2016-11-09 13:13:37 +01:00
cyber-atomus 2da6f352af dunno wat I changed, pushin' it anyways 2016-07-07 14:36:01 +02:00
root 0308f8bf4f stupid fast fixes for negative time values. 2016-07-07 14:32:40 +02:00
cyber-atomus de40246251 Experimental support for "/tmp/rec_info" status file (not a pipe, yet).
Status file contains two lines and is intended to be read by lcd4linux.
Example lcd4linux.conf below

Display debug {
    driver 'Curses'
    Size        '20x2'
}

Widget LINEA {
    class       'Text'
    width       '20'
    expression  file::readline('/tmp/rec_info', 1)
    align       'A'
    update      '100'
}

Widget LINEB {
    class       'Text'
    width       '20'
    align       'A'
    expression  file::readline('/tmp/rec_info', 2)
    update      100
}

Layout infobox {
    Row1 {
        Col1    'LINEA'
    }

    Row2 {
        Col1    'LINEB'
    }
}

Display 'debug'
Layout  'infobox'
2016-04-14 00:59:09 +02:00
cyber-atomus 586dbdc2c5 This is update of experimental changes. It works, but it's work-in-progress with Meteor/doppler. 2016-04-12 11:16:35 +02:00
cyber-atomus ce1de46373 Updated wrong file. This should work now. 2016-04-12 11:15:31 +02:00
cyber-atomus 170815f65f Updated, should work IF predict is in /usr/bin/. Otherwise please change accordingly. 2016-04-12 11:14:00 +02:00
cyber-atomus 020d3232f9 Still no booze 2016-03-26 20:21:33 +01:00
cyber-atomus f2688c8fac I'm too sober to program this. I need a booze. 2016-03-26 19:50:36 +01:00
cyber-atomus 911f3d977e autosync 2016-03-26 19:44:44 +01:00
cyber-atomus c8e4d4c37d autosync 2016-03-26 18:37:37 +01:00
cyber-atomus dd8d74c21e Fixed 2016-03-12 10:53:53 +01:00
cyber-atomus 3614451137 It seems that wxmaps default is NEGATIVE for WEST as opposite to Predict default behavior. Maps didn't create correctly. 2016-03-12 10:48:40 +01:00
cyber-atomus c8bf232d94 Merge branch 'master' of github.com:cyber-atomus/rtlsdr-automated-wxsat-capture 2016-03-12 01:03:24 +01:00
cyber-atomus bb6cff43b9 Typos. Previous commit doesn't work when overlay is enabled. 2016-03-12 01:02:05 +01:00
Chris Lewandowski e1e0f579ab Update README.md 2016-03-11 22:37:09 +01:00
cyber-atomus a8713c9c23 Added options for creating overlay maps. README updated as well. 2016-03-11 22:17:35 +01:00
cyber-atomus 211c71aa44 Edits 2016-03-11 17:11:54 +01:00
cyber-atomus e2efab0e68 STATIONNAME should be changed to your station name 2016-03-11 17:10:56 +01:00
cyber-atomus bf7701f6d2 another typo. scatterbrainer ;) 2016-03-11 16:43:35 +01:00
cyber-atomus e627a8a8b0 typos. sorry for so much commits. 2016-03-11 16:25:32 +01:00
cyber-atomus 6e3b77fa67 Additional cleanups 2016-03-11 16:23:42 +01:00
cyber-atomus dfb61b8faa typo in the code 2016-03-11 16:05:07 +01:00
cyber-atomus 3cc341cd3f Corrected errors. 2016-03-11 16:01:49 +01:00
cyber-atomus bb97b258c9 Updated readme to reflect latest changes in the code 2016-03-11 15:59:57 +01:00
cyber-atomus 3ab09412f4 Update to current code 2016-03-11 15:32:42 +01:00
cyber-atomus c19f70e9bc -> predict TLE, QTH and database simplified to NOAA, ISS and NO-44 sats
-> premiliminary support for doppler tool
-> changes to recent linux rtl_fm tools
2016-03-11 15:05:14 +01:00
cyber-atomus 87c59b2def -> added TLES for NOAA, ISS, NO-44 sats for future development
-> added predict database & qth for fast changes
-> few dirty changes to the noaacapture
-> first commit
2016-03-11 15:01:22 +01:00
Paul Brewer KI6CQ cd376bf3bb add pypredict.groundtrack() 2014-11-04 04:05:00 +00:00
Paul Brewer KI6CQ adf46fbf3b more experimentation
recording NOAA-18 in raw mode
2014-11-04 03:26:29 +00:00
Paul Brewer KI6CQ bc34995d68 can record sdr samples, spectrum, rtl_fm demod, postprocessing
needs refactoring
2014-10-17 19:12:33 +00:00
Dr Paul Brewer d4198d81ea created blank opt directory to contain 3rd party GPL software
for use with rtl_sdr, such as APT decoder, heatmap generator, etc.
2014-09-30 16:55:23 +00:00
Dr Paul Brewer 73c60dabcf Added pow2dtfa helper script for rtl_power
More experimentation with multicapture.py
2014-09-30 16:49:15 +00:00
Dr Paul Brewer 1ca1f726a3 change update-keps.sh to create tmp directory 2014-09-29 00:54:16 +00:00
Dr Paul Brewer 0977f2ee4d multicapture.py: minor typo/bug in testing for postprocess instruction 2014-09-29 00:02:05 +00:00
Dr Paul Brewer c50d8184f7 add multicapture.py to capture other satelltes as well as NOAA,
such as 2way ham radio sats like OSCAR-50
2014-09-28 18:14:34 +00:00
Dr Paul Brewer 193672281b experimenting with rtl_fm settings: remove deemphasis filter
add *.pyc to gitignore
2014-09-28 14:32:48 +00:00
Dr Paul Brewer e82f104798 Add call to aptdec-1.7 for image decoding
The path may need to be corrected, or optionally the aptdec-1.7 package
could be included.
2014-09-27 05:17:34 +00:00
Dr Paul Brewer 92007b2cd6 Update README.md
move disclaimer section up
2014-09-26 03:33:40 -04:00
Dr Paul Brewer 464cce634e Update README.md
add warranty disclaimer
2014-09-26 03:32:01 -04:00
Dr Paul Brewer 19b62bf666 Update noaacapture.py
fix typo in call
2014-09-26 03:26:31 -04:00
Dr Paul Brewer 01e3624655 Update README.md
fix text markdown
2014-09-26 01:07:21 -04:00
Dr Paul Brewer 3415b4e80f Update README.md 2014-09-26 01:04:42 -04:00
Dr Paul Brewer 03c1763187 Create README.md 2014-09-26 01:01:02 -04:00