Top "Protocols" questions

A common means for (un)related objects to communicate with each other.

Access to file using Java with Samba JCIFS

I have a question about accessing file with Samba JCIFS. So there is a server I want to access, let's …

java protocols smb jcifs
What is SOCK_DGRAM and SOCK_STREAM?

I just came across this strange thing I got to see application is that by default they use SOCK_STREAM …

c++ sockets protocols tcp
Why Does RTP use UDP instead of TCP?

I wanted to know why UDP is used in RTP rather than TCP ?. Major VoIP Tools used only UDP as …

networking udp protocols voip rtp
No module named google.protobuf

I am trying to run Google's deep dream. For some odd reason I keep getting ImportError: No module named google.…

python installation protocols protocol-buffers deep-dream
Simple serial point-to-point communication protocol

I need a simple communication protocol between two devices (a PC and a microcontroller). The PC must send some commands …

embedded serial-port protocols
Which protocol? svn:// or http(s)://?

There are four common protocols for network access of SVN. svn://repos svn+ssh://repos https://repos http://repos The …

svn http protocols
html - links without http protocol

Is there a reason we include the http / https protocol on the href attribute of links? Would it be fine …

html protocols hyperlink
Difference between https protocol and SSL Certificate

What is difference between https protocol and SSL Certificate that we use in web browser? Aren't both of these used …

ssl https ssl-certificate protocols
How do I register a custom URL protocol in Windows?

How do I register a custom protocol with Windows so that when clicking a link in an email or on …

windows url protocols custom-url-protocol
How to detect browser's protocol handlers?

I have created a custom URL protocol handler. http:// mailto:// custom:// I have registered a WinForms application to respond accordingly. …

javascript browser protocols moniker