Skip to content

Antarctic

Compare
Choose a tag to compare
@iannesbitt iannesbitt released this 18 Oct 03:02
· 88 commits to master since this release

The seventh public release of rsudp is codenamed "Antarctic," after the tectonic plate that contains the continent of Antarctica and much of the Southern Ocean. It contains major code additions, plus minor clarity changes. It is the second stable release.

changes in 1.0.2

  • corrected install script to fix #14
  • corrected social media URL destination #15
  • adding feature requested in #9 (additional text for twitter posts documented here)
  • edited language as requested in #13
  • added feature requested in #17 to control forwarding of ALARM and RESET messages as well as data
  • added feature requested in #18 to forward messages to multiple destinations (this changes the syntax of the "address" and "port" fields of the "forward" settings section to lists)
  • changed logging structure to be more downstream-friendly. downstream software can now initialize logging to /tmp/rsudp/XYZ.log by calling rsudp.start_logging(logname='XYZ.log')
  • addressed (#23) which prevented data from being written to the output directory
  • added tests for alert, alertsound, consumer, custom, forward, plot, printraw, rsam, producer, packetize, Telegram, Twitter, and write modules as suggested in review (#22)
  • added .coveragerc and code coverage basics