Industrial IoT Backend
Avimesa provides a scalable industrial IoT backend system to power your IoT applications and hardware. Connects to web & mobile apps written in any language and is device agnostic.
Avimesa Messages
Our backend system, Avimesa Messages, features cloud-edge processing enabling data manipulation, file i/o, alerting, before it hits the application.
Avimesa DialTone
Our messaging system has a lightweight byte-efficient protocol that integrates with networking protocols, such as TCP/IP, to cover industrial use cases. For example, a binary-formatted message seamlessly converts to a JSON-formatted message and back–all with no loss of data type and other important information.
Avimesa Messages
Our backend system, Avimesa Messages, features cloud-edge processing enabling data manipulation, file i/o, alerting, before it hits the application.
Avimesa DialTone
Our messaging system has a lightweight byte-efficient protocol that integrates with networking protocols, such as TCP/IP, to cover industrial use cases. For example, a binary-formatted message seamlessly converts to a JSON-formatted message and back–all with no loss of data type and other important information.
Avimesa Messages
Our backend system, Avimesa Messages, features cloud-edge processing enabling data manipulation, file i/o, alerting, before it hits the application.
Avimesa DialTone
Our messaging system has a lightweight byte-efficient protocol that integrates with networking protocols, such as TCP/IP, to cover industrial use cases. For example, a binary-formatted message seamlessly converts to a JSON-formatted message and back–all with no loss of data type and other important information.

JavaScript Runtime for Every Device
Available to each device in a containerized server-side runtime environment supporting ECMAScript 5.1 with a built-in native Avimesa API for functionality including messaging and file I/O.
JavaScript Runtime for Every Device
Available to each device in a containerized server-side runtime environment supporting ECMAScript 5.1 with a built-in native Avimesa API for functionality including messaging and file I/O.
Device Management
Avimesa Messages allows you to deploy and configure devices quickly and without any fussing around; just plug in, configure your devices, and watch the data flow. And with Avimesa.js, it's easier than ever to set up and deploy an Industrial IoT monitoring system within minutes.
Secure device provisioning and authentication
JSON-based device configuration
Built for industrial use and is highly-scalable
Streaming OTA firmware updates
Device Management
Avimesa Messages allows you to deploy and configure devices quickly and without any fussing around; just plug in, configure your devices, and watch the data flow. And with Avimesa.js, it's easier than ever to set up and deploy an Industrial IoT monitoring system within minutes.
Secure device provisioning and authentication
JSON-based device configuration
Built for industrial use and is highly-scalable
Streaming OTA firmware updates
Secure Firmware Updates
Built-in device firmware update service providing in-field updates for your devices.† Simply upload an update package via the Avimesa API generated from popular tools like Nordic’s nrfutil.
†Currently, support for the nRF5282 SoC-based Avimesa Devices
Secure Firmware Updates
Built-in device firmware update service providing in-field updates for your devices.† Simply upload an update package via the Avimesa API generated from popular tools like Nordic’s nrfutil.
†Currently, support for the nRF5282 SoC-based Avimesa Devices
function actuateDevice() {
console.log("actuate-device");
let apiKey = '0000000011111111afafafafafafafaf';
let apiPassword = '01010101010101010101010101010101';
if(!apiKey || !apiPassword){
throw 'Please update the API Credentials above!'
}
api.setConnParams({
apiKey: apiKey,
apiPassword: apiPassword,
hostname: 'queues-avimesajs.avimesacorp.net'
});
Node.js SDK
Avimesa.js is a free Node.js-based developer kit that includes an open-source application that can be modified or used as a starting point for your own custom solution. Use the included Linux-based Avimesa Gadget client for interfacing with 3rd-party hardware or as a development tool for generating dummy data.
Node.js SDK
Avimesa.js is a free Node.js-based developer kit that includes an open-source application that can be modified or used as a starting point for your own custom solution. Use the included Linux-based Avimesa Gadget client for interfacing with 3rd-party hardware or as a development tool for generating dummy data.
function actuateDevice() {
console.log("actuate-device");
let apiKey = '0000000011111111afafafafafafafaf';
let apiPassword = '01010101010101010101010101010101';
if(!apiKey || !apiPassword){
throw 'Please update the API Credentials above!'
}
api.setConnParams({
apiKey: apiKey,
apiPassword: apiPassword,
hostname: 'queues-avimesajs.avimesacorp.net'
});
Start Building for Free
Download Avimesa.js and start building your Industrial IoT solution today. Plus, get a free Avimesa Messages account with a generous 10,000 messages per month.