How does Remote Logging establish the connection between app and device? #142
Answered
by
kean
johndkouris
asked this question in
Q&A
-
Hi! I'm looking into implementing Pulse within my company's app. A question from security that came up is how the remote logging works under-the-hood? Is anyone able to explain how the connection is made and how secure it is? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
kean
Jan 20, 2023
Replies: 1 comment 1 reply
-
It uses Bonjour to establish a connection on a local network and uses TCP sockets to transfer messages (binary). |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
johndkouris
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It uses Bonjour to establish a connection on a local network and uses TCP sockets to transfer messages (binary).