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
31
votes
7 answers

transmission-remote commands are erroring with Unexpected response:

401: Unauthorized

Unauthorized User: deflate, gzip

I'm running the latest Raspbian distribution and just installed the transmission packages. However, whenever I run a transmission-remote command - say, to alter some base configurations - I keep getting the same error: $ transmission-remote -DU -c…
3cheesewheel
  • 9,133
  • 9
  • 39
  • 59
21
votes
5 answers

How to transmit Android real-time sensor data to computer?

I wish to transmit real-time sensor data collected by Android smartphone to my computer and do the signal process on my computer. How may I achieve that? Any helpful links to tutorials are very well welcomed. Either by wireless means or USB cables…
Sibbs Gambling
  • 19,274
  • 42
  • 103
  • 174
19
votes
1 answer

How to stream Android Phone Screen to the PC

How to stream the currently displayed screen from my Android device to the PC in real-time? Are there paid/free tools available to do this?
m0j1
  • 4,067
  • 8
  • 31
  • 54
14
votes
6 answers

What are good ways (existing) to transmit data between multiple mobile phones without internet?

Background I have an idea for an app on vacation that needs to communicate to other phones with the same app. While on vacation those phones might not all have internet as roaming can be very expensive. The data is not a lot: like 500 kB max would…
online Thomas
  • 8,864
  • 6
  • 44
  • 85
14
votes
3 answers

Transmission torrent client sequential download

I'm using TransmissionBT torrent client (http://www.transmissionbt.com/). Is it possible to make simple modification in code to be able to download files in sequential mode (from beginning of the file). Then it will be possible to play video file…
user3626048
  • 706
  • 4
  • 19
  • 52
13
votes
1 answer

Calculating Utilization in a Stop-And-Wait Protocol

I have a problem in my book about calculating the utilisation, but I'm not being able to find any substantial information regarding this topic in order to solve it. Anyway, here's the question: The distance from earth to a distant planet is…
12
votes
2 answers

How does Proxifier work?

As you know Proxifier is a program that allows network applications that do not support working through proxy servers to operate through an HTTPS or SOCKS. It can handle any transmission from running applications. I want to know how it can do this…
Kermia
  • 4,171
  • 13
  • 64
  • 105
11
votes
1 answer

Transmission 2.52 - 409: Conflict

I'm using Transmission 2.52 on a Debian server. The only thing I changed in settings.json is username and password. When I try to connect, it ask me my login details but after this, it says: 409: Conflict Your request had an invalid session-id…
user3796954
  • 111
  • 1
  • 5
10
votes
2 answers

System.Net.Mail.SmtpException: Service not available, closing transmission channel. The server response was: 4.4.2

I get this error when I'm frequently sending some e-mail to a list of users. Say it sends 10 mails and 1 gives an error, then sends a couple more mails and gives the same error. The code looks like this: public static bool SendEmail(string toMail,…
rockin'
  • 749
  • 3
  • 8
  • 16
10
votes
1 answer

Behavior of QTcpSocket::waitForBytesWritten?

I'm a little confused on the behavior of QTcpSocket::waitForBytesWritten()... Until when does this function block? Until the data is written to the OS's internal buffer for transmission over TCP? Until the data is physically converted to TCP…
Nathan Osman
  • 71,149
  • 71
  • 256
  • 361
7
votes
0 answers

Connecting Transmission through OpenVPN - Docker Containers

Synology DSM Version : DSM 6.2-23739 Update 2 Docker Version : Docker version 17.05.0-ce, build 9f07f0e-synology Good Afternoon, I have been attempting to connect Transmission via a VPN using an amalgam of the information contained within…
user2337871
  • 450
  • 1
  • 5
  • 14
7
votes
1 answer

Torrent padding files

Did anyone created padding files for torrent? How many clients use this stuff nowadays? Is "padding files" comprehensive? I didn't found this feature in new clients such as ctorrent,ttorent, trasmission etc. Do you have implementaions of this…
pic0
  • 491
  • 1
  • 6
  • 15
6
votes
3 answers

Is there a way to compress a string into a smaller string with reversibility?

I am trying to transmit strings over the iridium network, and the costs of sending data is pretty large. I am wondering if there is a way to compress a large string, for example: {"packet":01,"reporting time":1500,…
Adam Frank
  • 93
  • 1
  • 3
  • 7
6
votes
2 answers

Does TCP (Transmission Control Protocol) provide at-most-once, at-least-once or exactly-once delivery

I've heard it said that providing exactly-once delivery is almost impossible. At the same time, TCP is said to provide guaranteed delivery. If TCP does not provide exactly-once guaranteed delivery then does it provide at-most-once or at-least-once
Mark
  • 5,223
  • 11
  • 51
  • 81
6
votes
4 answers

Transmission-daemon inside Docker container with OpenVPN/privateinternetaccess.com port forwarding

I've been experimenting with moving my seedbox into a Docker container and I think I'm up against a chicken/egg problem: The current seedbox setup has OpenVPN running (all internet goes through the VPN) through privateinternetaccess.com. I have a…
Scott Hansen
  • 762
  • 6
  • 8
1
2 3
15 16