Ioto 3.0.0 Major Release
Dec 10, 2025
Major release of Ioto 3.0.0 adding HTTP Basic and Digest authentication, event-driven non-blocking I/O for 10x scalability, and pre-compressed content serving.
30 posts
Dec 10, 2025
Major release of Ioto 3.0.0 adding HTTP Basic and Digest authentication, event-driven non-blocking I/O for 10x scalability, and pre-compressed content serving.
Apr 16, 2025
This is a list of the articles and videos that are available to help you get started with the Ioto device agent.
Apr 16, 2025
This is a list of the videos that are available to help you get started with the Ioto device agent.
Apr 8, 2025
AI significantly enhances edge devices by enabling more intelligent, autonomous operations. The recent advances in LLMs running in the cloud are leading to transformative IoT applications.
Apr 2, 2025
Discover how Edge AI and IoT AI work together in hybrid cloud-edge architectures. Learn how AI IoT is reshaping connected devices in 2025.
Mar 30, 2025
Minor feature release of Ioto 2.6.0 adding WebSockets support for both server and client side protocols.
Mar 10, 2025
How to use Ioto WebSockets for real-time, bi-directional communication between IoT devices and clients.
Nov 20, 2024
We are excited to announce a new subscription plan for individual device makers and commercial evaluations. We are also open-sourcing our device agents to give you the flexibility to choose the right license for your project.
Oct 25, 2024
Minor feature release of Ioto 2.5.0 improving state directory packaging for flash storage, adding database TTL support, and Windows WSL compatibility.
Oct 21, 2024
Step-by-step guide to building and running the Ioto IoT device agent on ESP32 boards using the ESP IDF.
Oct 17, 2024
Minor feature release of Ioto 2.4.1 adding in-memory database support and improved FreeRTOS documentation.
Jun 28, 2024
Major feature release of Ioto 2.4.0 with FreeRTOS and ESP32 support, on-demand MQTT connections, and a secure Printf replacement.
May 29, 2024
Minor release of Ioto 2.3.0 with a breaking config rename of services.upgrade to services.update and a Linux event loop fix.
Apr 29, 2024
Minor feature release of Ioto 2.2.0 upgrading MbedTLS to external libraries, improving OpenSSL cipher selection, and adding software upgrade scheduling.
Apr 20, 2024
How Ioto uses fiber coroutines for efficient parallelism, avoiding the complexity of threads and the inelegance of event callbacks.
Apr 15, 2024
Minor patch release of Ioto 2.1.2 addressing a web server SSL issue and optimizing file upload handling.
Apr 2, 2024
Minor patch release of Ioto 2.1.1 with fixes for web server cookie handling, build configuration, and trace log renaming.
Mar 23, 2024
Release of Ioto 2.1.0 with enhanced AI development context for coding agents, improved version logging, and updated documentation.
Mar 18, 2024
Major release of Ioto 2.0 adding comprehensive AI development context and skills for AI coding agents to rapidly create device management UIs.
Jan 24, 2024
Minor patch release of Ioto 1.5.0 with bug fixes and minor features including updated test certificates and URL test command.
Dec 1, 2023
Release of Ioto 1.4.0 with a new HTTP client test program, improved web server request tracing, and enhanced redirect control.
Nov 20, 2023
Release of Ioto 1.3.0 with improved web server route handling, enhanced HTTP method coverage, and a collection of bug fixes.
Apr 6, 2023
How to use the Ioto high-performance JSON parser, serializer, and query engine for efficient data processing and management.
Apr 5, 2023
Guide to using the Ioto embedded NoSQL database for fast, in-memory data access with controllable persistency to disk and cloud.
Apr 4, 2023
How to use the Ioto authentication framework to verify client HTTP requests using role-based authorization.
Mar 29, 2023
How to configure and use the Ioto request routing engine to authenticate and route HTTP requests to appropriate handlers.
Mar 28, 2023
How to use Ioto to stream data to clients using WebSockets, Server-Sent Events, and HTTP/1.1 streaming for real-time dashboards and live displays.
Mar 21, 2023
How to extend the Ioto device agent with custom code by using its extension API to handle requests and create custom responses.
Mar 3, 2023
How to use Ioto to generate dynamic responses containing live device data for client HTTP requests.
Mar 1, 2023
Learn how to install, build, and use the Ioto embedded web server for fast and efficient local device management.