Questions tagged [transmission]

For questions relating to data transmission.

Data transmission is an increasingly important part of software design, particularly with regard to the secure transmission of private information and the variety of ways that data can be trasmitted.

Transmission can also refer to Transmission, the BitTorrent client.

228 questions
-2
votes
3 answers

Transmission of files through Socket or HTTP, between Android devices and desktops

I have custom socket client server data (file or text) transmission code. Now when I transfer binary files, some bytes convert onto out of range characters. So I send them in hex string. That works. But for another problem this is not the solution.…
Abhinav Saxena
  • 1,990
  • 2
  • 24
  • 55
-3
votes
1 answer

How to calculate bandwidth?

If I have the data of Tx_rate (tranmission rate) and the Rx_rate (receiver rate) values, then how can I calculate the bandwidth from these values. Also please provide the specific formula for the same. I have searched to many sources and unable to…
1 2 3
15
16