Skip to content
Guy McSwain edited this page Nov 23, 2018 · 8 revisions

Welcome to the pigpio-client wiki!

Latest pigpio-client release = v1.1.0

Latest pigpio release = V68

You'll want to update your Raspberry Pi with V68 of pigpio to get support for network socket keep-alive and dead peer removal.

v1.1.0

Improvements

  • Automatic network socket reconnection on startup (available in autoreconnect branch)
  • Dead network socket peer detection with 'disconnected' event (available in autoreconnect branch)
  • Pigpio errors returned with descriptive text strings
  • Debug messages enabled through environment variable
  • Add version to info object

Patches

  • Public API updated to reduce ambiguity.
  • Code base changes to conform to public API.
  • Fix gpio.notify updates current level only on first call.
  • Fix exception thrown when gpio.endNotify is called without a callback.
  • Fix to update current gpio levels when restarting notifications.
  • Fix pigpio info properties not initialized before 'connected' event.
Clone this wiki locally