Questions tagged [autobahn]

Questions related to the Autobahn WebSocket/WAMP open-source frameworks and libraries.

The Autobahn open-source project provides client and server implementations of the WebSocket protocol and the WebSocket Application Messaging Protocol (WAMP). All source code is available as open-source on GitHub Autobahn code repositories.

483 questions
-1
votes
1 answer

Does WAMP messaging have to route messages through a broker?

I've been reviewing Websockets messaging protocols. Looking at WAMP, it has the basic features I want. But in reading the docs, it appears that it requires a messages to route through the broker. Is this correct? I am looking for real time…
Troy Harvey
  • 1,365
  • 2
  • 13
  • 24
-2
votes
1 answer

Unable to connect to WAMP router on the client side of my application

I'm building a web interface to an IoT device that will change the settings of the device. The tech stack that i'm using is as follows: - React.JS for the front end client - Node.js for the server - AutobahnJS library to communicate with WAMP to…
-2
votes
1 answer

How to add the result of a ticker to an array in poloniex using c++?

when I refer to the ticker I have ['BTC_BBR','0.00069501','0.00074346','0.00069501','-0.00742634','8.63286802','11983.47150109',0,'0.00107920','0.00045422'] I need each cell to be written into a separate array, for…
Nafe Kzir
  • 15
  • 4
1 2 3
32
33