Skip to content
Snippets Groups Projects
  1. Sep 03, 2014
  2. Aug 28, 2014
  3. Aug 25, 2014
  4. Aug 20, 2014
  5. Jul 01, 2014
  6. Jun 25, 2014
  7. Jun 14, 2014
  8. Jun 05, 2014
  9. May 22, 2014
  10. May 20, 2014
  11. Apr 24, 2014
  12. Apr 23, 2014
  13. Apr 17, 2014
  14. Apr 01, 2014
  15. Mar 31, 2014
  16. Mar 24, 2014
  17. Mar 22, 2014
  18. Feb 06, 2014
  19. Nov 26, 2013
  20. Nov 12, 2013
  21. Oct 29, 2013
  22. Oct 25, 2013
    • gavanderhoorn's avatar
      Ignore unknown pkt types, instead of erroring out. · 04197800
      gavanderhoorn authored
      This change modifies the behaviour of the driver in case an
      unknown packet type is encountered. Previously, the deserialisation
      routine would raise an exception, which would cause the driver
      to print an error and exit.
      
      In the current implementation the unknown packet type(s) are
      stored, their payload ignored, and the driver reports the fact that
      unknown type(s) was/were received (with a request to report the
      warning, ideally to the package maintainer).
      
      This is not a solution for #16, although that issue prompted this
      change.
      04197800
  23. Oct 02, 2013