Bookmark and Share Mango, open source M2M
Quick links
Home
Features
Walkthrough
Concepts
Download
Coming soon
Community
Services
License
Contact
Version 1.8.2 now available!
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.8.1 can be found here.
Version 1.8.2 changes
New data sources
Implementations of M-Bus and OpenV have been graciously contributed by Arne Plöse. They are currently marked as unavailable by default since they are still considered experimental, but will become available by default in a future release after additional testing.
Static point tags
Custom views now support "static point" tags, where the point's value is included in the HTML rather then updated via AJAX. See the documentation in the custom view example file for more information.
i18n default
English is now the default language for Mango. Previously, if the user's language did not have an explicit translation "???" style messages would appear. This was thought to be useful to translators so that missing messages could be quickly identified, but this has been found to be unnecessary.
Static custom view points
A "staticPoint" tag has been added to the custom views, such that static content (i.e. non-AJAX) can be displayed. This is useful for providing an anonymous access point where values can be scraped out of Mango.
Meta point context update
Meta points that update on context have been modified such that they do not listen to their own updates. This prevents an infinite loop condition, and otherwise allows meta points to reference themselves.
Supported browsers
The list of supported browsers for Mango has been greatly relaxed. It is now assumed that future versions of already supported browsers will also be supported. Also, Safari is now officially supported as well.
Configurable hashing algorithm
Due to JRE distribution incompatibilities the password hashing algorithm has been made configurable. In most cases no action needs to be taken by Mango users. The algorithm can only be changed at the time of installation. Subsequent changes will make any existing user records incompatible.
Various minor enhancements and bug fixes