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

Naudio - Play byte array and store bytes from input

As I have not worked much with NAudio, I am not quite sure how to solve this problem: Is it possible to take a byte array and translate it into audio data and then output it through the default output interface (audio jack, speaker etc.)? Is it…
unknown6656
  • 2,765
  • 2
  • 36
  • 52
0
votes
0 answers

How to send the same files to multiple devices using wifi

i have a webserver application using PHP, this application have to send 200MB of data to every device connected to the local network using wifi (Devices are a minimum of 100 to 300). I can send it using a ZIP file (200MB) or sending every single…
Simone M
  • 677
  • 1
  • 10
  • 26
0
votes
1 answer

Java multiple connection to server in dynamic ports

I need to have a UDP server which allow me to receive/send informations from/to clients which dynamically will open a socket with a free port (so it will be differente from device and device). The client will send and receive in the same port, so…
user4789408
  • 1,196
  • 3
  • 14
  • 31
0
votes
1 answer

difference between MTU and link bandwidth

what is the difference between a link MTU max transmission unit and a link bandwidth? MTU refers to the max size of a packet that a link can send. link bandwidth refers to the max number of bits that a link can send. arent they the same thing
0
votes
1 answer

omnet - Inet - Which factor decides transmission sequence of the nodes

I have a general question regarding the transmission sequence. In INET ->exapmles->manetrouting->dynamicNodeCreation, how does it decide which node should initiate beacon transmission. And how does the next node would be selected to transmit. I…
Peter
  • 158
  • 1
  • 14
0
votes
1 answer

How to measure the data transmission rate for a router?

I am trying to create a graph to show data transmission rate for a router. Mainly I need to show user activity and interface activity. When I query the API, for example it returns rx-byte = 23412389850 tx-byte = 1308381687. And these numbers are…
user1322977
  • 141
  • 2
  • 9
0
votes
1 answer

How to detect errors in CRC-protected data?

As far as I understand to check if the data with it's CRC appended to the end of it has errors, one needs to run it through the same CRC algorithm and see if the newly calculated CRC is zero. I've tried going though this using an online CRC…
andrey
  • 1,515
  • 5
  • 23
  • 39
0
votes
1 answer

Transmission and propagation delay

I have a very simple calculation for the delay over a simple link and i do not understand a part in the solution. Consider that: I have a 10Mbps line, 200.000.000 m/s cable speed, 2.000 km distance, and 8.000 bytes file. The solution is this: I…
Mario
  • 767
  • 1
  • 14
  • 42
0
votes
2 answers

Knowing that data from an NSStream is complete

I'am sending chunks of UIImage data over MCSession with an NSStream. When I get bytes - (void)stream:(NSStream *)aStream handleEvent:(NSStreamEvent)eventCode { if (eventCode == NSStreamEventHasBytesAvailable) { // read data and append to…
Peter Lapisu
  • 19,915
  • 16
  • 123
  • 179
0
votes
1 answer

Connect to json-rpc interface

I'm trying to connect to the transmission rpc interface via C#/Java to get some informations back. https://trac.transmissionbt.com/browser/trunk/extras/rpc-spec.txt Unfortunatly I have problems to get the correct HTTP-Post to access the…
Olias
  • 17
  • 6
0
votes
0 answers

Calculating transmission time between 2 nodes on a network

Hosts A and B are each connected to a switch S via 100-Mbps links as shown above. The propagation delay between Host A and switch S is 20 μ second and the propagation delay between switch S and Host B is 25 μ second. S is a store-and-forward device…
user3526197
  • 96
  • 1
  • 11
0
votes
1 answer

PIC32 UART transmission trouble, no data being transmitted

I am trying to use UART1 on PIC32 to transmit and receive data but there is nothing coming out from that port. I am using the PIC32 Ethernet kit with 8Mhz crystal. For the programming in C I am using MPLAB IDE v2.15 and XC32 v 1.32 I don't have…
user2824519
  • 43
  • 1
  • 1
  • 6
0
votes
3 answers

transmission rpc with expressjs

i currently have transmission-daemon web ui served by nginx server { listen 2324; server_name torrent.example.com; location /rpc { proxy_pass http://127.0.0.1:9091/transmission/rpc; } location /transmission { …
0
votes
1 answer

Connect Direct Multiple files, one Node.

I'm working on a project that requires sending multiple files to the same node. The files are available for sending at the same time and I created a simple C.D shell script to send the files. I looped the call to this script to send all the files…
sergiopuy
  • 43
  • 2
  • 10
0
votes
1 answer

Project Gazelle Tracker give an error

I have on my Linux Ubuntu 12.04 Server Project Gazelle installed. I have upload a .iso and would download it, but my Transmission give my this error Tracker gave an error: Tracker gave HTTP response code 404
alexohneander
  • 519
  • 3
  • 7
  • 22