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
2 answers

End to End Throughput and Bottleneck Links

Consider the scenario shown below, with four different servers connected to four different clients over four three-hop paths. The four pairs share a common middle hop with a transmission capacity of R = 300 Mbps. The four links from the servers to…
jack99jack
  • 29
  • 1
  • 1
  • 4
2
votes
1 answer

Quickest way to blink with the screen in Android

I am trying to achieve data transmission with the use of the screen(light). Currently, I have a TextView in which covers 90% of the screen. When the transmission is started, I switch the color of the TextView with…
kung
  • 121
  • 1
2
votes
2 answers

Issue sending a base64 encoded string via HTTP with .NET

Ok, so the problem is I'm trying to send a byte array via HTTP encoded as base64. While the string I receive on the other end is the same size as the original string, the strings themselves are not identical, hence I can't decode the string back to…
mtranda
  • 191
  • 1
  • 2
  • 11
2
votes
2 answers

Transmission php class error

I would use this class which allows use of the transmission software with php but I can not use the actions separately!
Julien
  • 1,946
  • 3
  • 33
  • 51
2
votes
3 answers

Is there a way to programmatically turn OFF WiFi in C#

But in such a way that there is absolutely NO TRANSMISSION out of it? No searching for hotspots nor any keepalives or any other transmission? Thank you very much, Yaron.
Yaron Adler
  • 492
  • 1
  • 5
  • 15
2
votes
1 answer

Reducing C code size for ATmega8

I'm in the middle of a small project with ATmega8. I would like to read temperature from DS18B20 sensor, and then send results using rf433 transmitter. Everything is fine, but size of my source... ATmega has only 7 168 bytes of memory but yet my…
pablo7890
  • 65
  • 9
2
votes
0 answers

Create a torrent with Transmission doesn't work

I try to create my own torrent with transmission in command line. I follow a basic tutorial but I missed something: https://forum.transmissionbt.com/viewtopic.php?f=8&p=55854 transmission-create --comment "my comment" --tracker "udp://tracker.openb…
Droïdeka
  • 47
  • 6
2
votes
2 answers

Transmission of images (image descriptors) over internet

I need to send images or image descriptors from a client (smartphone) to a server (processing machine). The server tries to recognize the images/features in a video stream and sends back the IDs of the detected ones + maybe some additional data.…
Traian
  • 2,915
  • 1
  • 24
  • 32
2
votes
0 answers

BluetoothChat example tranmission errors when sending larger data

I am trying to write an App for Android that exchanges data in between 2 phones. (Android 4.2.1 and 4.4.2) As a basis I used the BluetoothChat example from the android tutorial section. My problem is this: when writing larger amounts of data (>1kB)…
edi
  • 21
  • 1
2
votes
1 answer

calculate transmission delay of network

I have N packets of size L Mbits and I want to send them from A to B, in between there are two routers and each link has different transmission rate(e.g A to router1 link is 3Mbps, router1 to router2 5Mbps and router2 to B 8Mbps), so How to…
user2803495
  • 25
  • 1
  • 8
2
votes
2 answers

Data Tx/Rx status LED function

A lot of hardware comes with a Tx/Rx status LED, but what if your hardware doesn't and you want to see if data is transmitting? If you just set the LED to the value of the line it may go on and off before you even see it (<1/100th of a sec.). My…
Eric Fossum
  • 2,395
  • 4
  • 26
  • 50
2
votes
1 answer

data is not fully transferred on LAN using TcpClient

I send the serialized data over LAN network but sometimes the information is lost! Process is the following: Sender: string mydata is being serialized string mydata is converted to byte[] bytes_of_mydata int size_of_mydata is the length of byte[]…
Alex
  • 4,607
  • 9
  • 61
  • 99
1
vote
1 answer

What should I use to have continues connection which I will send and get data in discrete times?

I will write an android program. for simplicity, it will need a connection similar to multiplayer games. I will need to connect two or more devices in a way that they will send and get short data ocassionally ie. once in 20 seconds. Which class…
guness
  • 6,336
  • 7
  • 59
  • 88
1
vote
2 answers

Redirecting traffic to other webserver

Here is my setup: I have a Python webserver (written myself) that listens on port 80 and also have the Transmission-daemon (bittorrent client) that provides a webUI on port 9101. (running on Linux) I can access both webservers locally without…
goloap
  • 126
  • 6
1
vote
1 answer

How to stream a file from S3 to the browser?

In my application I'm using Zend_Service_Amazon_S3 to store some big media files. When a user downloads a file, the application first copies the file to the local server and from there the file, together with some headers to force download the file,…
murze
  • 4,015
  • 8
  • 43
  • 70
1 2
3
15 16