Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
rtlamr_linux_arm64.tar.gz | 2018-08-25 | 1.3 MB | |
rtlamr_darwin_386.tar.gz | 2016-05-26 | 1.5 MB | |
rtlamr_darwin_amd64.tar.gz | 2016-05-26 | 1.6 MB | |
rtlamr_freebsd_386.tar.gz | 2016-05-26 | 1.5 MB | |
rtlamr_freebsd_amd64.tar.gz | 2016-05-26 | 1.6 MB | |
rtlamr_linux_386.tar.gz | 2016-05-26 | 1.5 MB | |
rtlamr_linux_amd64.tar.gz | 2016-05-26 | 1.6 MB | |
rtlamr_linux_arm.tar.gz | 2016-05-26 | 1.5 MB | |
rtlamr_netbsd_386.tar.gz | 2016-05-26 | 1.5 MB | |
rtlamr_netbsd_amd64.tar.gz | 2016-05-26 | 1.6 MB | |
rtlamr_openbsd_386.tar.gz | 2016-05-26 | 1.5 MB | |
rtlamr_openbsd_amd64.tar.gz | 2016-05-26 | 1.6 MB | |
rtlamr_windows_386.zip | 2016-05-26 | 1.4 MB | |
rtlamr_windows_amd64.zip | 2016-05-26 | 1.5 MB | |
README.md | 2016-05-24 | 964 Bytes | |
v0.8.0 - Performance Improvements and R900 BCD.tar.gz | 2016-05-24 | 405.4 kB | |
v0.8.0 - Performance Improvements and R900 BCD.zip | 2016-05-24 | 416.4 kB | |
Totals: 17 Items | 22.2 MB | 1 |
Cut away a lot of the fat in various buffers and implemented a protocol wrapper for R900 meters that transmit consumption as a hexadecimal coded digits. This also marks the first version which performs well enough to receive at full sample rate on an RPi2 without dropping any samples.
Changes: - 2b386b0 Add R900 BCD Protocol (#58) - 17b0016 Remove IQ buffer from decoder, implement buffer for sample dumping in main program. - cedc2f8 Rename SCM test and update meters.csv - 082d452 Maintain internal signal buffer since we trimmed the decoder-specific one. - b567710 Resize Filter and csum buffers. Rename Pack to Transpose. - 1c5bbb4 Simulation (#51) - 2bee3a8 Rename recv.go to main.go - 1742cc5 Fix length of bits to pack. - 508c42c Remove old calculation from MagLUT. - 1378c68 Remove Sqrt in MagLUT, sensitivity is unaffected. Use appropriate scaling in LUT calculation. - faba109 Trim Signal and Filtered buffers to only necessary lengths.