Accept data from web service to particle photon

Hi guys, do have a code sample that accept data from web service to photon?
thank you.

RDIF->Log System->Web service->Photon->Led matrix display names that come in.

Since you weren't that interested in elaborating any more on that other thread I'm just giving you the same answer

1 Like

Just guessing… more details would be helpful. :point_left:

There is at least two avenues to having a Photon listen for outside data. If you would like a typical http connection, use https://docs.particle.io/reference/firmware/photon/#tcpserver and use port 80 instead of 23. Or, you could use a subscription service and then send web calls to Particle which should then get to the electron.
https://docs.particle.io/reference/firmware/photon/#particle-subscribe-

The latter is probably preferrered if the Photon is not directly accessible on the internet, say on a local home network.