PaulS:
I think you need to think of this as "the Arduinos are providing discrete data..." rather than as a continuous stream. And THAT fits the traditional client/server architecture. Each client makes a request to the server, when it has new data to be dealt with.
Your real problem is going to be consuming the data. Making the Arduino hand off data - wired or wirelessly - is the easy part. Getting the iOS device to consume it is going to be far harder. And, HOW you go about making it consume the data is going to have a huge influence on how the Arduino hands off the data.
If you tell us more about how you plan to consume the data, then we can give better answers.
Thank you PaulS.
SO, I've made another error... I meant MacOS device.
The art project is prototyped based on a sound sensor and app on my Mac. I transpose amplitude to commands, which are sent via api to another app that controls lights via DMX commands.
A big jump in scale, the project is an art/social experience ... Its a guided experience where the visitors participating pick up my sensor unit (Arduino based neatly packaged) and enter the gallery space. They are directed through viewing a variety of art pieces, and experience light video and audio feedback in the space. As more people enter the space, the feedback is a composite of all the units data.
The sensor unit is arduino based and outfitted with a variety (TBD) of sensors, pulse and body temp possibly, for example.
The data from these sensors is sent to the (Mac), where the server app will translate the data into commands for lighting, and MIDI to be captured by the Ableton app, and played as musical notes. At some point, I want to extend the feedback to a video screen that shows dots or some representation of the visitor and some rendition of their specific feedback.
AWOL:
Maybe think about MQTT.
Or have I missed something?
Thanks AWOL... I'm out today picking up a few books...IoT and Maker fundamentals oriented stuff. MQTT sounds interesting and perhaps appropriate. I just dont know enough yet.