What technologies used in accessing spark core from cloud

Hey @risingtiger! In order to communicate with the Spark Cloud, the Core opens a persistent TCP socket with the Spark Cloud using an encrypted version of CoAP through outgoing port 5683 on your network. CoAP stands for “Constrained Application Protocol”, and is basically a byte efficient version of HTTP for use in constrained environments, like on itty bitty hardware.

Does that help to answer your question?

2 Likes