• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. ashutosh14march

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 13
    • Best 0
    • Controversial 0
    • Groups 0

    ashutosh14march

    @ashutosh14march

    0
    Reputation
    537
    Profile views
    13
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    ashutosh14march Unfollow Follow

    Latest posts made by ashutosh14march

    • How to implement metric system in mango

      I have a datasource of type HTTPReceiver with points like"temperature","humidity","distance" and I want to see there values every where in DEGREE CENTIGRADE,PERCENTAGE(%) AND Km/Miles respectively.

      How can i do so,is it possible to provide the unit at the time of point creation, please let me know.

      posted in How-To
      A
      ashutosh14march
    • RE: How to implement metric system in mango

      I have a datasource of type HTTPReceiver with points like"temperature","humidity","distance" and I want to see there values every where in DEGREE CENTIGRADE,PERCENTAGE(%) AND Km/Miles respectively.

      How can i do so,is it possible to provide the unit at the time of point creation, please let me know.

      posted in How-To
      A
      ashutosh14march
    • How to implement metric system in mango

      I have a datasource of type HTTPReceiver with points like"temperature","humidity","distance" and I want to see there values every where in DEGREE CENTIGRADE,PERCENTAGE(%) AND Km/Miles respectively.

      How can i do so,is it possible to provide the unit at the time of point creation, please let me know.

      posted in User help
      A
      ashutosh14march
    • RE: How to implement metric system in mango

      I have a datasource of type HTTPReceiver with points like"temperature","humidity","distance" and I want to see there values every where in DEGREE CENTIGRADE,PERCENTAGE(%) AND Km/Miles respectively.

      How can i do so,is it possible to provide the unit at the time of point creation, please let me know.

      posted in User help
      A
      ashutosh14march
    • How Mango is Saving Httpreceiver data

      hi,
      I wish to know how Mango is saving the data in database when data is received by "HttpDataSourceServlet" upon sending request as "http://192.168.1.1/Mango/httpds?__device=20&__valuepoint1=111&__timepoint1=12092010&__pointpoint1=mykey&__valuepoint2=222&__timepoint2=18072011&__pointpoint2=mykey" and can it be ploted on graph.

      posted in How-To
      A
      ashutosh14march
    • RE: How Mango is Saving Httpreceiver data

      hi,
      I wish to know how Mango is saving the data in database when data is received by "HttpDataSourceServlet" upon sending request as "http://192.168.1.1/Mango/httpds?__device=20&__valuepoint1=111&__timepoint1=12092010&__pointpoint1=mykey&__valuepoint2=222&__timepoint2=18072011&__pointpoint2=mykey" and can it be ploted on graph.

      posted in How-To
      A
      ashutosh14march
    • Directory structure of "com/serotonin/mango"

      1.I am not understanding the directory structure of "com/serotonin/mango" why particular directory/package is there e.g 'view','db','rt','vo' and so on and what these directories and sub directories are meant for
      2. what are 'rt','vo','util','db','web',view' directories and their sub directories for my guess 'db' is layer for all DB related work and 'db/dao' for data access objects like to access class objects for corresponding table in database.

      Please provide me with the complete documentation of mango with directory structure description

      posted in User help
      A
      ashutosh14march
    • RE: Directory structure of "com/serotonin/mango"

      1.I am not understanding the directory structure of "com/serotonin/mango" why particular directory/package is there e.g 'view','db','rt','vo' and so on and what these directories and sub directories are meant for
      2. what are 'rt','vo','util','db','web',view' directories and their sub directories for my guess 'db' is layer for all DB related work and 'db/dao' for data access objects like to access class objects for corresponding table in database.

      Please provide me with the complete documentation of mango with directory structure description

      posted in User help
      A
      ashutosh14march
    • RE: Compiling and Running Mango source in Netbeans

      find the file "env.properties" at WEB-INF/classes/ and if you don't have then create a file with same name as "env.properties" at WEB-INF/classes/ and copy paste the below content and modify the content according your settings
      ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

      Mango - Open Source M2M - http://mango.serotoninsoftware.com

      Copyright (C) 2006-2009 Serotonin Software Technologies Inc.

      @author Matthew Lohbihler

      This program is free software: you can redistribute it and/or modify

      it under the terms of the GNU General Public License as published by

      the Free Software Foundation, either version 3 of the License, or

      (at your option) any later version.

      This program is distributed in the hope that it will be useful,

      but WITHOUT ANY WARRANTY; without even the implied warranty of

      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the

      GNU General Public License for more details.

      You should have received a copy of the GNU General Public License

      along with this program. If not, see http://www.gnu.org/licenses/.

      db.type=mysql

      db.url=jdbc:mysql://localhost:3306/suraj

      db.username=root

      db.password=ashu234

      db.pool.maxActive=10

      db.pool.maxIdle=10

      grove.url=http://mango.serotoninsoftware.com/servlet

      ////////////////////////////////////////////////////////////////////////////////////////////////////////////////

      posted in How-To
      A
      ashutosh14march
    • RE: How to build Mango in netbeans 6.8

      Thanks for your precious reply.
      It helped me
      Now I am able to open/edit the Mango codes in NetBeans6.8

      Thanks again

      posted in Development general discussion
      A
      ashutosh14march