Skip to content

WAMP wrapper for Iotronic: connection between AMQP and WAMP world!

Notifications You must be signed in to change notification settings

MDSLab/iotronic-wamp-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iotronic Wamp Agent - Test scenario

Scenario:

  • s4t-broker: machine where Conductor (broker) and Wamp-agent are running.

  • s4t-device: machine represents the device (board, server and so on) that exposes WAMP RPCs.

Worlflow:

  1. Conductor sends a request via AMQP (with Openstack Oslo libraries)
  2. Wamp-agent receives the Conductor request and forward it to the WAMP (client) thread via Python Queue module; then the WAMP client forwards the request to the device.
  3. The Device receives the RPC WAMP request from the Wamp-agent, and executes the RPC function; at the end the RPC function returns the result to the Wamp-agent and it will forward this result to the Conductor.

About

WAMP wrapper for Iotronic: connection between AMQP and WAMP world!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages