19 questions
on the transmission sidebis = new BufferedInputStreammade out ofdata = 4096while (len = bis.read(data)) != -1) dos.write(data, 0, len);I'm flying it like thisThe len value goes to 4096 consistently wh...
Common http addresses are 192.168.0.1/happy/indexIP addresses can be added after IP addresses.But that's not possible in the tcp address system, do you just use IP address: port number?Thank you.
If there is no data exchange after the TCP connection is established, the function of sending probe packets and receiving ack to check if the connection is still ongoing is called keepalive.When there...
I am looking for a way to listen to sound on Android by transmitting mp3 or wav files stored in Raspberry's folder to Android, such as the frequency of music files, via tcp communication. If you don't...
My question is two.I found out by researching that the name tcp/ip itself does not refer to a specific protocol, but to a word that refers to the whole. And there are about 100 protocols in the TCP/IP...
Hi, everyone.Until now, I've been working only on HTTP.Attempting to port over TCP.I'd like to apply it to text, image transmission, and security support.HTTP is based on text, so if you use JSON, the...
I was recommended a good book when studying tcp/ip socket and network programmingThe books areThis is.What are the advantages and disadvantages of each book in studying for beginners?Also, in the case...
I am using the server because I applied for web hosting instead of server hosting at Cafe 24.While studying TCP/IP, I was making 1:1 chat as a practiceNot long ago, I created and ran a TCP server on m...
« | - 2 - |
© 2024 OneMinuteCode. All rights reserved.