Questions tagged [handshaking]

Anything related to handshaking in telecommunications, i.e. a process of automatic (software or hardware) negotiation of communication parameters between two interconnected devices.

Anything related to handshaking in telecommunications, i.e. a process of automatic (software or hardware) negotiation of communication parameters between two interconnected devices.

See Wikipedia page on handshaking.

43 questions
0
votes
1 answer

HTML5 web sockets - how to communicate with them?

I've tested many socket examples and communication between them was pretty simple: socket is opened and stays open until you close it and no information is being sent except the one you have sent. With HTML5 web sockets these two moments are…
Paul
  • 25,812
  • 38
  • 124
  • 247
0
votes
1 answer

Is it really necessary the handshakng on an RS232 connection?

I'm building an electronic device that has to be prepared for RS232 connections, and I'd like to know if it's really necessary to make room for more than 3 pins (Tx, Rx, GND) on each port. If I don't use the rest of signals (those made for…
Rorro
  • 1,227
  • 1
  • 11
  • 17
0
votes
1 answer

Handshake is not happening while response from server?

Web Socket Connection is not establishing when respond is send to WebBrowser , getting ERROR: undefined DISCONNECTED Browser is : Google Chrome Version 29.0.1547.76 m Request Header 1 GET / HTTP/1.1\r\n Upgrade: websocket1\r\n Connection:…
0
votes
1 answer

How to implement TCP connection handshaking with Spring Integration?

I'm new to Spring Integration and currently trying to receive data from some devices over TCP. I've come up with the following Spring context:
ievgen
  • 1,081
  • 11
  • 20
0
votes
1 answer

Calling Fortran from C++-CLI

I have a fortran subroutine, FortranShake, and a C++ main function, HandShakingTest.cpp. I'm trying to call a fortran subroutine from CLR C++. I'm getting two batches of errors. Let's call them ERROR(1) and ERROR(2). I'd really appreciate if you…
user131886
  • 31
  • 1
  • 3
0
votes
1 answer

Private keys in keystore. Which one is used while handshaking?

I am creating adapter for work with web-service, using proxy and ssl connection, and Have one problem with understanding Handshaking mechanism. I will explain one example. My actions: Make server. Create private key with keytool. create .cer file…
RelaxedSoul
  • 644
  • 4
  • 10
0
votes
0 answers

How can I control all pins of a parallel interface?

I am in the process of implementing a custom processor architecture into an FPGA, and once the design and burn-in is complete I want to test it by giving it simple commands via a built-in 8-bit parallel interface. Obviously, I intend to write a…
ecfedele
  • 306
  • 3
  • 15
0
votes
2 answers

Joomla Standalone Script in PHP - Handshake

I want to grab the User Object in Joomla in another PHP script. Anway, what I want to do is grab the Joomla User (JUser) on a non-Joomla page. More or less I want a way to grab the joomla username, email and name etc and throw it to a php script…
mmundiff
  • 3,875
  • 7
  • 32
  • 46
0
votes
1 answer

how to end the call by shaking the phone

I'm doing an Android application that is enable differently abled people is alow to dial a pre-defined number for help by shaking the phone. I did a customization when one shake calling a specific number. But, I don't get any idea: How I turn call…
anshad
  • 824
  • 8
  • 19
0
votes
1 answer

Exception in SSL Handshaking

I've an Login server that deployed on Weblogic with demo identity and trust store for SSL connection and else I have a client application that deployed on Jetty, my client sends a request to server and server response it and redirects the client…
Pooya
  • 4,385
  • 6
  • 45
  • 73
-1
votes
1 answer

Approach to design valid/ready handshake

I have implemented valid/ready handshake signals in verilog. I just wanted to know if my approach is right or something is wrong. I shall be happy to know of any improvement. A simple counter is used as an input to fifo. So when fifo is almost full…
-1
votes
1 answer

Android / Socket.io client - How to send a cookie while handshaking with the server?

I'm trying (unsuccessfully) to connect with a socket.io server, but I keep getting the same errors : io.socket.SocketIOException: Error while handshaking caused by java.net.ConnectException: failed to connect to my.domain.name.com (port 8080) after…
MathieuMaree
  • 7,453
  • 6
  • 26
  • 31
-2
votes
1 answer

java client side handshaking using PKCS12 certificate

I am connecting to dc bidden server using following handshaking code System.setProperty("javax.net.ssl.keyStore",".p12 file…
Sagar
  • 1
  • 1
1 2
3