• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. chio
    3. Best

    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
    C
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 10
    • Posts 24
    • Groups 0

    Posts

    Recent Best Controversial
    • How To Setup Twilio Publisher

      It took me a little longer than it probably should have to get this up and running so I wanted to post some supplemental documentation to help other users out.

      First, ensure in modules that Twilio is up to date and licensed.

      You'll need a Twilio account, even a free account works for testing.

      In the publisher configuration...

      The Twilio account URL can be found by logging into Twilio and going to https://www.twilio.com/docs/sms/send-messages

      On the right side from the languages click CURL. You'll see the HTTP POST call in the sample code, the first portion of this is the 'account URL'. In this example the account URL would be https://api.twilio.com/2010-04-01/Accounts

      0_1560462201999_3c32b1cf-bc38-44eb-90c5-77accb6ea1df-image.png

      Your account phone number should be entered with +1xxxxxxxxxx format for a US number.

      Your Account SID and Authentification Token are available in your Twilio Console.

      Send To Phone Number should be entered with +1xxxxxxxxxx for a US number.

      posted in How-To
      C
      chio
    • RE: iDrive anad iDevUtil

      Here is a solution to the iDrive problem. This involves using their newer Linux utility. Note, I am a Linux novice so there might be more efficient ways to do some of this.

      Prerequisites

      1. A SSH client such as PuTTY https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
      2. A SCP client such as WinSCP https://winscp.net/eng/index.php

      Configuration

      1. Download the latest Linux scripts from iDrive, https://www.idrive.com/readme download the Linux scripts in the tutorial.

      2. Extract the downloaded file on your Windows machine. You will see a directory called scripts which has all of the files. I renamed this directory from scripts to IDriveBackup so its more descriptive.

      3. Open WinSCP.
        a. Host name is the IP address of the MangoES
        b. Change file protocol to SCP
        c. Change port number to 2222
        d. Enter the SSH credentials
        e. Click login and accept the key.

      4. On the ‘right’ side of WinSCP navigate to /opt/Idrive_ARM

      5. On the ‘left’ side of WinSCP navigate to where you extracted the download.
        a. Click the ‘IDriveBackup’ and then click ‘Upload’

      6. If you get a permissions error you need to change the permissions for the Idrive_ARM directory. If you’re unfamiliar with Linux the easier method is through the file management tool. You can access this by going to https://[mangoIPaddress]:10000
        Select the Idrive_ARM folder then Edit -> Change Permissions.

        Change permission to 0777.

      7. ‘IDriveBackup’ should now be in the MangoES.

      You can close WinSCP.

      1. Now connect to MangoES using PuTTY on port 2222 with the SSH credentials.
      2. Navigate to the /opt/Idrive_ARM/IDriveBackup/
      3. Provide an appropriate permission (executable permission) to the scripts by running:
        sudo chmod a+x *.pl

      From here you can follow the tutorial on https://www.idrive.com/readme

      The ‘backup’ location is the directory on your iDrive account that you want this device to be backed up to. We set this to Mangoxxxx where xxxx is the 4 digits of the particular mango device. There are steps in the tutorial to set the backup file set, this is where you set which directories to backup. This should be set to /opt/mango/

      There is a utility to set the backup frequency as well.

      posted in User help
      C
      chio