Bookmark and Share Mango, open source M2M
Quick links
Home
Features
Walkthrough
Concepts
Download
Coming soon
Community
Services
License
Contact
Version 1.7.0
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.4 can be found here.
Version 1.7.0 changes
Mobile device support
Basic support for accessing Mango M2M via mobile devices has been added. Visiting mobile_login.htm will provide minimized pages for logging in and viewing watchlists.
Point linking
This is a new feature. Point links are used to update target points based upon the value of source points. They keep two points in "sync", according to an optional transformation formula that can be defined. Practically speaking, point linking can be used to read the values in one system (from one or more data sources) and immediately set the values in another system (to one or more data sources).
Point hierarchy import/export
The point hierarchy has been added to the features that are import/export-able.
Lazy loading of watchlist points
Folders of points and subfolders in the watchlist points area are now lazily loaded to facilitate the handling of very large configurations. Thousands of points can now be easily loaded in seconds!
View editing page load
Users with large graphical component sets will find that loading of the view editing page is much quicker. Point editing panels draw their image sets and related information dynamically, which makes the page size much smaller, and prevents the browser from downloading all of the images in the image sets at page load time.
Audit event constraining
To prevent the receipt of audit events for the changes you are making yourself, users can now un-select the "receive own audit events" checkbox on the user editing page.
Reports
Emails containing scheduled reports now have the name of the report in the subject. Also, individual point charts in reports now have their text rendering suffix (if any) displayed as the range (y) axis label.
Event descriptions
The data source name was added to the description of events raised by data sources. Similarly, the alias (if given) was added to the event description of set point handler failures.
Various minor enhancements and bug fixes