Figured id ask this here since im not sure where to go with this (if its the wrong spot sorry in advance mods)
I have been playing around with a esp8266 WiFi chip and after loads of frustration, I am turning to my favorite board to see if i can solve it with less frustration.
I am wondering if it is possible to configure the photon to be able to do a data stream (non video or audio) that either i can connect to with the particle api (but have concerns on the limitations) or being able to connect to the photon its self and have the photon act as the server that streams the data (preferably with UDP since i need to hit a 5ms latency and there is less dropped packets with UDP but ill take UDP or TCP if it means getting a data stream i can connect to and code against.)
flow as follows:
data from other device -> photon (stream host for WiFI (will be switching to mesh when it comes) -> client requesting info (non web browser) (phone app, desktop app)
any help or insight into this would be appreciated!