Bookmark and Share Mango, open source M2M
Quick links
Home
Features
Walkthrough
Concepts
Download
Coming soon
Community
Services
License
Contact
Version 1.6.3
Download the latest version here. This is a new features and bug fix. Many thanks to Mango users who provided their feedback and suggestions.

Many of the changes below were made possible by financial contributions of Mango users. Many thanks to these companies and individuals for making Mango better for everyone!

Changes in version 1.6.2 can be found here.
Version 1.6.3 changes
Simple compound component
A general purpose compound component has been added that allows the persistent display of a single point, with a set of other point values available upon hover.
Image chart compound component
A general purpose compound component has been added that allows the display of a compound image chart for a user-defined set of points. Now you can have charts on your views without having to hover.
Asynchronous point value inserts and point listener notifications
Allowing new point values to be conditionally saved asynchronously means that data sources can complete their polls and other processing more quickly. Same goes for asynchronous point listener notifications. This makes Mango faster than ever!
Meta point update events with cron expressions
In addition to kicking off meta point scripts with context updates and typical chronological events, users can now define cron patterns as well.
CUSUM point event detectors
New point event detectors use the CUSUM algorithm to detect more than just limits. Combinations of positive and negative CUSUM detectors can detect subtle long term changes in the behaviour of points.
Millisecond options in polling data sources
The ability to poll at sub-second intervals has been added to selected data sources. This feature should be used with discretion since the data base can be populated very quickly, resulting in performance degradation.
Various minor enhancements and bug fixes