ABTSoftware / SciChart.JS.Examples

MIT License
76 stars 36 forks source link

Connect MQTT Endpoint to the Chart #90

Closed Wahesh closed 3 years ago

Wahesh commented 3 years ago

Has anyone tried using the SciChart with MQTT Endpoint? I am trying to connect a MQTT Endpoint to the Chart and it has not been working so far. The Charts work pretty well when data is given in a file but when it is given in as MQTT endpoint, the charts are not shown. If there is a working Example of MQTT it would be nice.

andyb1979 commented 3 years ago

Hi Mahesh,

It's not really our responsibility to show how to connect to frameworks like MQTT, but yes, SciChart should theoretically work with any data-provider, data-base or streaming source of data. We provide samples that show how to create a SciChart chart and how to update it in realtime. There are a number of video tutorials over here which can be helpful for instance.

Tutorial 04 - Adding Realtime Updates

What I can suggest is if you experience problems, provide a short code-sample that our team can run and we can provide guidance on how to make it work.

You can also ask questions over at our forums, the direct URL is scichart.com/questions

Best regards, Andrew