[ESP32] consuming SSE (receiving event data)

Hi all,

For a project I want to receive some Server Sent Event-data (with an ESP32) from another device.
I searched for several hours, but the only thing I constantly find is the other way around: ESP32 acting as a SSE-server :pensive:

I really can't find ANYTHING about this, so I'm beginning to think that this isn't possible?! On the other hand: almost everything is possible with Arduino/ESP32, so hmzzzz... :laughing:

Where can I look further? Is there maybe a tutorial for this somewhere?

Thanks in advance,

Atmoz

No one with an idea how to achieve this? :pensive:

Suggest asking your question on the ESP32 gitter page. (Not the github page. )

I've never heard of SSE data, maybe others who might be able to help have not either. Maybe if you explained your project a bit more someone might be able to help

An alternative to websockets and the like. Single direction, text-only protocol.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.