Software Alternatives & Reviews

Which highlevel programming language is best to use if trying to build complex IOT systems/products?

mosquitto Micro Python
  1. Eclipse Mosquitto is an open source (EPL/EDL licensed) message broker that implements the MQTT protocol versions 5.0, 3.1.1 and 3.1. Mosquitto is lightweight and is suitable for use on all devices
    Pricing:
    • Open Source
    Does not matter: most IoT solutions use MQTT to transport data. All cloud providers support it. If not, you can run your own instance of Mosquitto.

    #IoT Connectivity #Data Integration #Web Service Automation 37 social mentions

  2. Python for microcontrollers
    Pricing:
    • Open Source
    What language you use depends a lot on the requirements. Fast and low latency is not the same as quick&dirty solution. Rust might work on your CPU. Or not. You can pick hardware and then use the software it can use, or do the opposite: pick software you know and select one of the hardware solutions which supports it. For prototyping I recommend microPython, Espruino (JavaScript), NodeMCU (Lua), Arduino: they all have extensive libraries to make your life easy. They are easy to start with.

    #Developer Tools #Education #Software Engineering 78 social mentions

Discuss: Which highlevel programming language is best to use if trying to build complex IOT systems/products?

Log in or Post with