Bookmark and Share Mango, open source M2M
Quick links
Home
Features
Walkthrough
Concepts
Download
Coming soon
Community
Services
License
Contact
Version 1.8.1 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.0 can be found here.
Version 1.8.1 changes
New translations
Two new translations of Mango are now available (although not in the contextual help). A Dutch translation was kindly contributed by Andras Tucsni. A Chinese translation was kindly contributed by Jianshine.
Process event handler
A new event handler has been introduced which, upon activation or deactivation of an event, can run a local process (e.g. a shell script). This opens up a great number of possibilities for using operating-system level functionality to compliment Mango.
1-wire devices
The DS2423 counter iButton is now supported by the 1-wire data source.
For developers
Please note that point values have been changed from generic Java objects (Integer, Double, String, and Boolean), to a hierarchy of specific MangoValue objects. Any modifications or customizations that you have coded will need to change appropriately.
Various minor enhancements and bug fixes