python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
socket programming using TCP and UDP file transfer
Im doing socket programming and within the code i open the list of files using TCP socket programming but i have to download a particular file from the server to the client using UDP socket programmin...
schoolSucks
Votes: 0
Answers: 0
Cordova File Transfer download ENOENT error
I have to manage and update an old Cordova project, that used File Transfer Plugin for Android platform.
The download functionality is not working and i get this error:
exception: "/storage/emul...
Andrea Vannucchi
Votes: 0
Answers: 0
How to transfer a text file from smartwatch to smartphone using android studio?
I basically have created a text file in my smartwatch. I want to transfer it to my smartphone using android studio. How can I do it? Can somebody please provide me with the code segment to do this. I ...
Parth Kandwal
Votes: 0
Answers: 0
Out of order packet recombination in C
I'm trying to make a C program that receives a file broken up into 64-bit segments and recombines them. The packets will be arriving out of order but have an ID with them (to re-order them)
I've made ...
Grant
Votes: 0
Answers: 0