Dear All
I'm looking forward to connect two spark cores together without the cloud to send the data back and forth. Therefore, can I do that directly between them or I should use the local cloud as mentioned in the community:
to be able to do that?
Any suggestion will be appreciated.
Thanks in advance. @bko@Dave
Dear @kennethlimcp
Thanks for the fast reply. Do you mean that I can use the TCP CLIENT, TCP SERVER which are mentioned in the Particle Docs to achieve the communication between two spark cores without internet and without connecting to the cloud?
Thanks in advance.
If you want two Photon modules to communicate with each other and they are on the same network then I would recommend having one act as a TCP server and the other connect to it as a client. This will allow the two to communicate with each other. See links for documentation on TCP Client and TCP Server
Hi, I am exactly doing the work connecting three photon with one of it working as a server and the other two photon working as a client. But I am totally confused by the procedure I should take.
Can you give me some instruction.
This should be possible. However I have not tried connecting multiple TCPClients to a single Particle TCPServer object. The documentation on TCPServer and TCPClient would be my best recommendation.