Meshlium Technical Guide
Development website
rev202012
rev202012
  • Initial page
  • General and safety information
  • Important: read me before using
  • Meshlium v4.0 vs Meshlium v3.5
  • Contents of the box
  • Specifications
  • How to use Meshlium
  • Understanding Meshlium
  • Accessing Meshlium - make it easy!
  • Network interfaces setup
  • Wireless Sensor Networks
  • Meshlium Visualizer
  • Cloud Connectors
    • Premium Cloud Partners
      • Arrow
      • ElementBlue - RightSensor
      • Ericsson DDM
      • Libelium Cloud Bridge service
      • Telit
      • ThingWorx
    • Advanced Cloud Partners
      • Microsoft Azure Event Hubs
      • Microsoft Azure IoT Hub
      • Ensura
      • Infiswift
      • Ubicamovil
    • Basic Cloud Partners
      • Alibaba Cloud
      • Amazon IoT
      • Amplia's OpenGate
      • Arnaldo Castro
      • Aveva (Wonderware)
      • BaseN
      • Biz4Intellia
      • B-Scada
      • C2M
      • ConsulMedia
      • Cumulocity
      • DeviceLynk
      • eagle.io
      • Esri
      • Extunda
      • Fujitsu IoT Connector
      • HaibuSmart
      • IBM Cloud
      • IoT-Ticket
      • IoTSens
      • Kii
      • Labeeb
      • Maxvec
      • MQTT
      • NEC Connexive
      • Orchestra
      • Redd
      • RIOT Platform
      • RoboMQ
      • scriptr.io
      • SensorUp IoT Platform
      • Sentilo
      • Simfony
      • SmartCityPlatform
      • SmartDataSystem (powered by Sentilo)
      • SmartPlants
      • Sofia2
      • Sparkcompass
      • Sparkster
      • TechEdge SAP HANA
      • Telefonica IoT Platform
      • ThingPlus
      • ThingSpeak
  • Device Connectors
  • Smartphone detection
  • Tools
  • Database management
  • System Information
  • Upgrading Meshlium
  • Rescue System
  • Manager System changelog
  • Documentation changelog
  • Certifications
  • Maintenance
  • Disposal and recycling
Powered by GitBook
On this page
  • Register Meshlium in Alibaba Cloud
  • Configuration
  • Controlling synchronization

Was this helpful?

  1. Cloud Connectors
  2. Basic Cloud Partners

Alibaba Cloud

PreviousBasic Cloud PartnersNextAmazon IoT

Last updated 4 years ago

Was this helpful?

Alibaba Cloud is a cloud platform provided by Alibaba. This platform provides a wide variety of cloud services such as web hosting, elastic computing, big data analytics or database services.

In this case, the data is stored in a MongoDB database. More information about this service can be found through the following link: .

Register Meshlium in Alibaba Cloud

Neither MongoDB nor Alibaba Cloud requires to register your Meshlium devices; the data will be dumped into the database regardless of the device who makes this operation.

Configuration

In order to synchronize the local data of your Meshlium device with Alibaba Cloud, you should create a MongoDB database on Alibaba Cloud. Once created, you will be provided with a host, port, user and password, which allows you to access to your MongoDB shell.

Then, you will need to create a MongoDB database and a collection inside this database. This can be done in different ways, the easiest one is to connect to your MongoDB shell using the credentials obtained in the previous step () and then create the database and the collection (). Notice that it does not matter how you create or configure your collection or database, the connector will only attempt to dump the data to the given database and collection without any further check-ins.

In the Configuration panel, the user can set:

  • Host: MongoDB Alibaba Cloud host obtained in the previous step.

  • Port: MongoDB Alibaba Cloud port obtained in the previous step.

  • User: MongoDB Alibaba Cloud user obtained in the previous step.

  • Password: MongoDB Alibaba Cloud password associated to the user obtained in the previous step.

  • Database: MongoDB Alibaba Cloud database name obtained in the previous step.

  • Collection: MongoDB Alibaba Cloud collection name obtained in the previous step.

  • Requests: Number of requests to be sent from Meshlium to the cloud in each iteration.

  • Log level: Detail level in log messages. From fewer to more details, the levels are: OFF, ERROR, INFO, DEBUG and REPORT. Default is INFO.

Finally, click on the "Save" button for storing the configuration fields.

Controlling synchronization

Once configured the connector, the user can launch the Meshlium Dummy script (Start button). The program will search for the received frames on the local database, and will send them to Alibaba Cloud. The status indicator displays the current state, saying "Running" or "Stopped".

You can stop the Alibaba program anytime clicking on the "Stop" button.

www.alibabacloud.com/product/apsaradb-for-mongodb
https://docs.mongodb.com/tutorials/connect-to-mongodb-shell/
https://docs.mongodb.com/manual/core/databases-and-collections/
Figure : Alibaba Cloud configuration panel
Figure : Alibaba Cloud sender is running
Figure : Alibaba Cloud sender is stopped