Listing Thumbnail

    ThingsBoard3.5+NodeRed+Docker24.0 on Ubuntu22.04 with support by Fleximg

     Info
    Sold by: Fleximg 
    ThingsBoard is an open-source IoT platform designed to help users build and manage IoT solutions efficiently. It offers a wide range of features and tools for connecting, monitoring, analyzing, and visualizing data from IoT devices.Node-RED is an open-source flow-based programming tool that simplifies the creation and automation of data flow processing tasks. It utilizes a graphical interface to design workflows for data processing.
    Listing Thumbnail

    ThingsBoard3.5+NodeRed+Docker24.0 on Ubuntu22.04 with support by Fleximg

     Info
    Sold by: Fleximg 

    Overview

    This is a repackaged open source software product wherein additional charges apply for support and maintenance by Fleximg. Introduction to ThingsBoard software features: 1.Device Connectivity and Management:ThingsBoard allows users to connect and manage various IoT devices, including sensors, actuators, controllers, and more. It supports multiple communication protocols such as MQTT, CoAP, HTTP, enabling flexible and efficient communication between devices and the platform. 2.Data Collection and Storage:ThingsBoard can receive, process, and store data from IoT devices. This data could be sensor readings, status updates, events, etc. The platform supports large-scale data storage and management, capable of handling millions of devices and massive amounts of data. 3.Data Analysis and Processing:Users can perform various data analysis tasks on ThingsBoard, including real-time data analysis, historical data analysis, predictive analytics, and more. This helps extract useful insights and intelligence from the data collected from IoT devices. 4.Dashboards and Visualization:ThingsBoard provides powerful dashboard and visualization tools, allowing users to create custom dashboards as per their requirements to visualize IoT device data in an intuitive and clear manner. This aids in real-time monitoring of device status and trends. 5.Rules Engine and Automation:The platform is equipped with a rules engine that allows users to define rules and trigger conditions, enabling automation of device control, alert notifications, and other operations. This reduces the need for manual intervention and enhances system intelligence and efficiency. 6.Security and Access Control:ThingsBoard prioritizes security and offers robust authentication, access control, and data encryption mechanisms to ensure the security and confidentiality of devices and data.Product feature description of Node-RED: 1.Flow-Based Programming:Node-RED adopts a flow-based programming paradigm, enabling users to design data processing flows by dragging, connecting, and configuring various reusable nodes. These nodes represent different steps and functionalities in data processing, such as input, output, transformation, filtering, calculation, and more. 2.Node Library:Node-RED has an extensive node library, including numerous pre-built nodes covering various devices, protocols, services, and data processing functionalities. Users can select and integrate these nodes based on their needs to quickly construct complex data flow processing flows. 3.Connectivity to Diverse Data Sources:Users can easily connect to various data sources, including IoT devices, sensors, databases, APIs, message queues, and more, to use this data in processing, analysis, and visualization within the data flow. 4.Flexible Data Processing:Node-RED supports real-time data processing, transformation, and analysis. Users can utilize various nodes to perform specific data processing tasks such as data cleaning, format conversion, computation, aggregation, and more. 5.Visualization Tools:Node-RED provides intuitive and user-friendly visualization tools, including a flow editor and node configuration interface. This enables users to quickly understand and edit data flows, as well as configure and customize nodes. 6.Ease of Extension and Customization:Users can create custom nodes or leverage community-provided nodes to extend the functionality of Node-RED. This extensibility allows Node-RED to meet various domain-specific data processing needs. 7.Suitable for IoT and Automation:Node-RED is widely used in the Internet of Things (IoT) and automation domains, assisting users in effortlessly building IoT solutions, automation processes, and real-time data processing applications. Disclaimer: The respective trademarks mentioned in the offering are owned by the respective companies. We do not provide the commercial license of any of these products.use of them does not imply any affiliation or endorsement.

    Highlights

    • Device Connectivity and Management,Data Analysis and Processing,Data Collection and Storage,Dashboards and Visualization.
    • Flow-Based Programming,Connectivity to Diverse Data Sources,Visualization Tools.

    Details

    Sold by

    Delivery method

    Delivery option
    64-bit (Arm) Amazon Machine Image (AMI)

    Latest version

    Operating system
    Ubuntu 22.04

    Typical total price

    This estimate is based on use of the seller's recommended configuration (t4g.medium) in the US East (N. Virginia) Region. View pricing details

    $0.053/hour

    Pricing

    ThingsBoard3.5+NodeRed+Docker24.0 on Ubuntu22.04 with support by Fleximg

     Info
    Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time.
    Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator  to estimate your infrastructure costs.

    Usage costs (167)

     Info
    • ...
    Instance type
    Product cost/hour
    EC2 cost/hour
    Total/hour
    m6g.medium
    $0.009
    $0.038
    $0.047
    m6g.large
    $0.009
    $0.077
    $0.086
    m6g.xlarge
    $0.099
    $0.154
    $0.253
    m6g.2xlarge
    $0.039
    $0.308
    $0.347
    m6g.4xlarge
    $0.069
    $0.616
    $0.685
    m6g.8xlarge
    $0.199
    $1.232
    $1.431
    m6g.12xlarge
    $0.199
    $1.848
    $2.047
    m6g.16xlarge
    $0.299
    $2.464
    $2.763
    m6g.metal
    $0.249
    $2.464
    $2.713
    m6gd.medium
    $0.009
    $0.045
    $0.054

    Additional AWS infrastructure costs

    Type
    Cost
    EBS General Purpose SSD (gp2) volumes
    $0.10/per GB/month of provisioned storage

    Vendor refund policy

    We do not currently support refunds. The instance can be terminated at anytime to stop incurring charges.

    Legal

    Vendor terms and conditions

    Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA) .

    Content disclaimer

    Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.

    Usage information

     Info

    Delivery details

    64-bit (Arm) Amazon Machine Image (AMI)

    Amazon Machine Image (AMI)

    An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.

    Version release notes

    Update to latest

    Additional details

    Usage instructions

    To enter the ThingsBoard directory, run: cd thingsboard/ Start ThingsBoard: docker-compose up -d // Run in the background After executing the command, wait for 1 minute. You can then open http://{your-host-ip}:8080 in your browser. Default credentials are as follows: System Administrator: sysadmin@thingsboard.org  / sysadmin Tenant Administrator: tenant@thingsboard.org  / tenant Customer User: customer@thingsboard.org  / customer You can change the password for each account on the account details page.

    Start Node-RED: docker run -it -p 1880:1880 --name mynodered nodered/node-red After executing the command, wait for 1 minute. You can then open http://{your-host-ip}:1880 in your browser. docker-compose up // Run in the foreground docker-compose -f docker-compose.yml up // Specify the yml file using -f docker-compose ps -a // List the status of all services in the current directory, including running and stopped services docker-compose stop // Stop docker-compose start // Start the containers docker-compose ls // View docker-compose down // Stop and remove docker-compose pull // Redownload docker rm -f Container_ID // Delete container docker compose logs -f // View logs sudo netstat -nltp // View ports sudo systemctl status docker // View the running status of Docker sudo systemctl enable docker // Enable Docker to start on boot

    Resources

    Support

    Vendor support

    For support and maintenance issues related to all AMIs bundled please contact us by email. support@fleximg.net 

    AWS infrastructure support

    AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

    Customer reviews

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 AWS reviews
    No customer reviews yet
    Be the first to write a review for this product.