Skip to content

mongoose-os-libs/rpc-azure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RPC support for Azure

Direct Method RPC channel

Converts Azure Direct Method calls into mOS RPC calls.

Azure DM method name becomes RCP method name, payload becomes method args.

Since DM is a one way mechanism (cloud calls device), outgoing requests are rejected.

Cloud Messaging

It sould be possible to support RPC over cloud-to-device and device-to-cloud messaging.

Unlike DM, it could be bi-directional, with device initiating the request.

This is no implemented yet.