Skip to content

I2S stream to specific IP Address, not webserver #872

Answered by pschatzmann
DansDesigns asked this question in Q&A
Discussion options

You must be logged in to vote

There are some examples that show how to copy data using pure tcp/ip in the communications examples.
However if you want to use MQTT you need to use a MQTT library with a MQTTClient. Just learn how to use this outside of my library first. If you managed to understand how this works it should be easy to copy the data. MQTTClient inherits from Stream, so it can be used as copy destination and you could use StreamCopy to copy the data, but you don't have to....

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@DansDesigns
Comment options

Answer selected by pschatzmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #870 on May 27, 2023 02:55.