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
6
votes
3 answers

How can the "packet" option of socket in Erlang accelerate the tcp transmission so much?

It takes only 8 seconds to transfer 1G data through two different ports on localhost using {packet,4}, while the same task can't be finished within 30 seconds using {packet,raw}. I know if use the latter method, the data will arrive in tens of…
wizawu
  • 1,881
  • 21
  • 33
6
votes
5 answers

OpenELEC, Transmission not installed

In official doc and forum could not find fresh info. Have anyone succeeded to install transmission on OpenELEC 2?
banzsh
  • 540
  • 1
  • 4
  • 18
6
votes
1 answer

How to create/build/construct completely trackerless p2p(peer-to-peer)?

How can I create/build/construct completely trackerless p2p(peer-to-peer) distributed network architecture? If i have seeds/peers with static ip address and seeds/peers in different WANs. I read about BTS and DHT also i found: Torrent File…
Nurlan
  • 673
  • 4
  • 18
4
votes
3 answers

Sending Data via Bluetooth

I'm a little confused about how to send data over a Bluetooth connection. In the Android API documentation, from the Bluetooth Chat example, the class BluetoothChat.java constructs a Handler object. Within there is a switch statement, and a…
user817129
  • 522
  • 3
  • 10
  • 19
4
votes
1 answer

Best way to send data/files in one transmission to server in android

The application that I have in the works uses GPS data to mark files to a location which the user can then go back and see at the location later on. However I am stuck on how to send my data to the server which I want users to be able to see…
James andresakis
  • 5,335
  • 9
  • 53
  • 88
4
votes
1 answer

iphone code to calculate few transmission parameters like CIR, FER, RSSI etc

Looking for a sample code or tutorial to fetch few transmission parameters like 1. RXlevel (Signal Strength) 2. RXQual (Bit Error Rate) 3. C/I (carrier to interference) 4. FER (Frame erase rate 6. towers location. 7. Radio access technology 8.…
Rahul Choudhary
  • 3,789
  • 2
  • 30
  • 30
4
votes
1 answer

How to terminate transmission-cli

I am using ruby script to download bitcoin bootstrap.dat file, This file can only be downloaded by using torrent client so to download on command line i am using following ruby demo script: #!/usr/bin/ruby env `transmission-cli…
Pradeep Gupta
  • 397
  • 1
  • 5
  • 17
4
votes
1 answer

Create a socket for 4.0 bluetooth transmission

I'm developing an Android app than can transmit data to a 4.0 Bluetooth serial device. I'm guiding by LeGatt android sample project (http://developer.android.com/samples/BluetoothLeGatt/index.html). In this project, they connect to the device, but…
Orlando
  • 467
  • 1
  • 7
  • 11
4
votes
1 answer

Can I move complete MySQL DB from PHP-based site to a Django application?

We have a php based site with MySQL database. We have lots of data there users, orders, invoices and etc. Now we wan to redesign our site application using Django and MySQL or even MongoDB. It's really important for us to move all tables exactly…
sheshkovsky
  • 1,302
  • 3
  • 18
  • 41
3
votes
1 answer

Beacon size vs message size in Wireless Ad-Hoc Networks

I'm working on neighbor discovery protocols in wireless ad-hoc networks. There are many protocols that rely only on beacon messages between nodes when the discovery phase is going on. On the other hand, there are other approaches that try to…
Raudel Ravelo
  • 648
  • 2
  • 6
  • 24
3
votes
1 answer

How to receive a JPEG image over serial port

So I am trying to send a jpeg image (4Kb) from a raspberry pi to my Mac wirelessly using Xbee Series 1. I have an image on the raspberry pi and can read it into binary format. I've used this binary format to save it into another image file and it…
jakoh77
  • 41
  • 2
  • 5
3
votes
0 answers

NODEJS Game data transmission in real time

To practice I am trying to develop a multiplayer game. I'm using NODEJS and HTML5 canvas. To share data between client and server I'm using Socket.io What I would to know is how to optimize the client-server data transmission. INFO The player is…
Javier
  • 31
  • 3
3
votes
1 answer

What's the most efficient method of determining a 16 bit checksum calculation? [CRC Hell :-(]

I am currently engaged in a research project involving sniffing and modifying radio packets, and unfortunately I've hit a bit of a mathematical brick wall. :-/ The packets in question have a 16 bit preamble of all 1's, followed by a binary 0,…
Omikron
  • 31
  • 3
2
votes
2 answers

Open magnet links on Ubuntu with python

I have a magnet link from a torrent site that should open this program called transmission.How do i open it with Python? i'm on ubuntu btw. I heard this thing called xdg-open can do the trick but how do i use it for opening the magnet link? and if…
user735977
2
votes
5 answers

ASP.net - How can one differentiate Page-Processing Time from Client-Transmission Time

The single timing column in the weblog naturally includes client transmission timing. For anamoly analysis, I want to differentiate pages that took excessive construction time from requests that simply had a slow client. For buffered pages, I've…
cbcolin
  • 371
  • 1
  • 4
  • 8
1
2
3
15 16