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
0
votes
1 answer

How to stop transmission of packets in between In Omnet++

I want to stop transmission of packets in between and want to start transmission again after some time. Also I want to calculate total simulation time ( before stopping, during stopping plus after resuming) how can I do that?
0
votes
1 answer

add torrent to transmission from cron

I'm trying to add torrents to transmission from python. The code is shown below... def download_movie(magnet_link): os.system('transmission-gtk') #webbrowser.open(magnet_link) os.system('transmission-gtk ' + magnet_link) As you can see…
Ocirne
  • 313
  • 6
  • 15
0
votes
2 answers

adding magnet links from cron job

I have a piece of python script which puts magnet links in transmission. Now when I run it through terminal it runs ok, opens transmission if closed and adds the torrent/s. Now when I put it in a cron, transmission doesn't open but I know that the…
Ocirne
  • 313
  • 6
  • 15
0
votes
0 answers

UDP over IPv4 Expected Packet Transmission

I'm not quite understanding expected total of packets sent and was wondering if i'm on the right path. I have 4 computers, A, B, C, D and they relay the message from A, so A->B->C->D and I don't count transmitting back from D. And they have a packet…
Jackson Collins
  • 110
  • 2
  • 10
0
votes
1 answer

Can a client see the data before it's sent using SSL?

During the workflow of my application, there are some "reconfiguration" messages I'd like the user not to be able to see. I'm going to use SSL for protecting those messages while they are in transit, but I'm not sure if the client can see them…
user4093955
0
votes
1 answer

Freebsd - Transmission sources

I need my torrent client 'Transmission' to say to a torrent-tracker that it is another torrent client (uTorrent). How can I do it? May be there is a simple way... If no, the question is - where can I edit sources of the transmission port on FreeBSD…
Sergey
  • 19,487
  • 13
  • 44
  • 68
0
votes
0 answers

Measuring Transmission Delay using ping

I received the following data by "pinging" berkeley.edu by varying the packet size: For 100 bytes: 24 packets transmitted, 24 packets received, 0.0% packet loss round-trip min/avg/max/stddev = 91.974/94.269/97.487/1.353 ms For 200 bytes: 26 packets…
comsfollower
  • 35
  • 13
0
votes
1 answer

Is there anything between Hamming code and parity control?

I need to transmit data over the line with some noise. Each transmission packet is only one byte (8 bits). I need that the receiver will be able to catch errors (and optionally correct some of them - but it is not essential as I can repeat the…
Vlada Katlinskaya
  • 991
  • 1
  • 10
  • 26
0
votes
1 answer

How to create a payload from a anonymus function

I wanted to send a function using some sort of transmission to another script. For this I needed to pack this function in an PHP evaluable payload (evalueate it as a string in another PHP file may be on another server). $abc = "testABC"; $xyz = new…
jankal
  • 1,090
  • 1
  • 11
  • 28
0
votes
0 answers

Robust encoding needed: Transmit short code via LED to smartphone's camera

I have kind of a proof-of-concept project ahead. I want to transmit a very short message to a smartphone via light. What I have is: a LED strip (NOT individually addressable) an Arduino a typical smartphone 8 Bytes I want to transmit The…
Norbert
  • 4,239
  • 7
  • 37
  • 59
0
votes
0 answers

Is it possible reduce power transmission of WiFi P2P(WiFi Direct)?

I'd like to know if there is a way, in android programming, to reduce Wifi Direct's range transmission. I'm only interested if there is a code that works without root. Thanks for your time.
0
votes
1 answer

Send multiple variables in the same UART channel in Mikro C

I want to transmit serial data from ARM MCU to PIC MCU in Mikro C. How can I sent multiple parameters in the same UART Channel? For example, the ARM Processor has temperature and distance information which are both a number. What should be done in…
Obuyuk
  • 9
  • 1
0
votes
1 answer

Transmission-deamon just stop the flux

I'll like to stop the P2P flux when I'll call the command line, without the stop the transmission deamon webserver. Thank you in advance for your help :)
Initerworker
  • 139
  • 1
  • 12
0
votes
1 answer

transmission-daemon possible uploading bug?

I'm wrecking my brains since a week ago with a problem with transmission daemon in my Raspberry Pi 2B. I tried to set my uploading speed to 1kb/s but it seems that it does not work correctly. I have all my torrents downloaded but if I hold the…
ivallesp
  • 2,018
  • 1
  • 14
  • 21
0
votes
1 answer

how to transmit data from audiofile to environment via sdr?

I have a sdr-device, an Ettus USRP B200 and I was given the task to convey information from the audio file on the air . I have tried to do this through the program SDR#, but it only works on reception. How can I achieve audio transmission?