Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 919 Bytes

File metadata and controls

22 lines (17 loc) · 919 Bytes

Current Version: 0.4.0

Compatible with Node and Python from 0.4.x up

NOT Compatible with Node and Python releases before 0.4.0

New in 0.4.0 11/04/2014

  • Communication schema has been updated again, for simplified discovery and connection process.
  • New schema is incompatible with previous releases.

New in 0.3.0 7/13/2014

  • New communication protocol allows multiple anyMesh instances on the same IP Address, and even multiple instance within the same program!
  • Some API method calls have changed, see the latest README for proper method names.
  • Instances can update their subscriptions without having to disconnect.
  • Added Unit Tests to Example Project.
  • CocoaPods is now the preferred method for downloading AnyMesh.
  • Improved methods for suspending and resuming.

New in 0.2.0 6/17/2014

  • Improved JSON validation
  • Added methods for suspending and resuming operation
  • Added Changelog