The tag has no wiki summary.

learn more… | top users | synonyms

-5
votes
0answers
13 views

Is Ethernet transmission distance should be reduced when transmission speed increases? [closed]

I found that the distance that data transmission can be done in ethernet have to be reduced when the transmission speed increases, which in turn leads to the use of Carrier Extension, Frame bursting ...
-1
votes
0answers
9 views

How to transmit 5fps images to a mobile phone [closed]

  I am going to implement a remote system. The server is a PC, on which there is a 3D graphics APP I can change the viewpoint to navigate 3D models freely. Now every 200ms the server need ...
0
votes
1answer
35 views

RN-41 bluetooth and dsPIC

Having a couple of issues with what I was hoping to be fairly straight forward. I've been transmitting data from my PIC to a PC via RS232 at a baudrate of 115200. I've recently got a RN-41 bluetooth ...
0
votes
0answers
19 views

Finding transmission rate in a RTP

Ok so what I want to try to figure out is how to calculate the transmission rate in bits per second for a data-gram generated by a application. So I know that the sender generates bytes at a rate of ...
-1
votes
2answers
164 views

Nginx Transmission-daemon URL rewrite [closed]

I've been working around this configuration but to no avail. What I am trying to achieve is to mask my url from http://subdomain.domain.com:9091/transmission/web/ to http://subdomain.domain.com/tr/ ...
0
votes
1answer
109 views

unrar command only works when doing manually

I'm sorry that I can't be extremely specific, I really don't know what is the problem and just started with bash so my debugging skills are limited to echo. I have the following piece of code: #! ...
0
votes
0answers
50 views

Applescript to add file to iflicks

When I use transmission I want to have it run a script after the download is finished asking if I want to add the downloaded file to "iFlicks", directly to "iTunes", or do nothing. I was wondering if ...
2
votes
2answers
146 views

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 ...
0
votes
0answers
64 views

UDP Socket/Data transmission

Can someone briefly explain how the UDP Socket works in data transmission? To evaluate the performance of UDP Socket in file transfer with different sizes of IP packets
0
votes
1answer
55 views

Transmission 2.76 compiling for PowerPC

Transmission no longer has pre-compiled PowerPC support, but they still have source code available. I tried compiling it myself but got an error saying "The pkg-config script could not be found or is ...
2
votes
1answer
99 views

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[] ...
1
vote
2answers
98 views

how to prevent AJAX server side transmission?

Not asking how to abort AJAX. In this case, does anyone know how to prevent the server from transmitting? For example, in dynamic pagination, a user may scroll 1 line at a time rapidly, causing many ...
1
vote
2answers
190 views

css3 background-position change without roll over?

Is there a way to cross fade a background image with CSS3 Transitions. Basically need the exactly like "twitter hover" in this video http://youtu.be/uCcQHXeiPTY eg: opacity 0.5 to 1 like that I'm ...
4
votes
1answer
266 views

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

Transmission daemon start a program once download is over

Is there a documentation somewhere for the transmission daemon so that I can start a program once the download is over ?
0
votes
0answers
78 views

Transmit Queue Timed out in Linux [closed]

I did initial research on transmit queues in Linux, but I still have queries. The Network interface card for eg., eth0 sometimes gives out this message "transmit queue 0 timed out". What exactly does ...
1
vote
2answers
794 views

OpenELEC, Transmission not installed

In official doc and forum could not find fresh info. Have anyone succeeded to install transmission on OpenELEC 2?
0
votes
1answer
86 views

How Data sent over network? [closed]

How the data is actually sent over the network. I know it is transmitted in Hex but is the raw hex equivalent for the data sent? I mean if i wanted to send a simple ASCII text "hello" , is the hex ...
-1
votes
1answer
100 views

Best free way to encrypt transmission between two servers? [closed]

I want to know the proper way to encrypt transmissions between two servers and prevent other servers from claiming to be a server they are not. I have two servers which contain a domain name that ...
2
votes
2answers
904 views

Calculating Utilization in a Stop-And-Wait Protocol

So theres this question in my book and it doesn't state exactly how to go about actually calculating utilization anywhere, and i'm not being able to find any substantial information regarding ...
0
votes
1answer
81 views

Sending a message from background.js to a content script

I have a background.js with following snippet: chrome.browserAction.onClicked.addListener(toggleStatus); Now inside toggleStatus I'd like to send a message to my content script, that something has ...
3
votes
1answer
324 views

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

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 ...
-1
votes
1answer
100 views

How to transmit video from android phone to phone

I am a highschool student working on a quadcopter project. I am using an android phone instead of a traditional microcontroller because of the phone's speed and other features. The main point of using ...
0
votes
2answers
273 views

-Java- Data 'loss' in TCP (strange, since TCP doesn't allow the data to escape)

first of all, I know there are already a couple of posts here about similar issues, but I've gone through them and their problems were not mine nor their solutions solve my problem. If anyone has a ...
0
votes
1answer
239 views

TinyOS periodic Bcast AMSend not received

I want to send messages periodically through this program, the messages are broadcasted fine and I get a sendDone message. The problem is that these messages are not received well. I would really ...
3
votes
1answer
442 views

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 ...
1
vote
0answers
298 views

[Android]Determine the transmit power of a wifi tethered device without rooting the phone

I need to determine the transmit power value of a a tethered wifi network in ad-hoc mode. The current wifi tether applications in Android are mainly using iwconfig to configure the tethering which ...
1
vote
3answers
812 views

Remote Transmission session doesn't respond after providing corrent session id

Well, that would be a rather obscure topic but I'll give it a try, maybe someone will know the answer. I am writing a little remote Node.js client for the Transmission BitTorrent Client. ...
1
vote
1answer
45 views

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 ...
1
vote
1answer
555 views

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

How do find transmission delay of a network?

In my book it says that transmission delay=(length of the packet)/(transmission speed). However in all of the study problems they do not follow this logic. For example, they ask for the transmission ...
1
vote
2answers
3k views

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

transmission-daemon web interface

I'm set up transmission-daemon on my remote server. But i can't to make RPC (web interface) work. //Ubuntu server 10.04.3 LTS Here is my config /var/lib/transmission-daemon/info/settings.json ...
7
votes
2answers
1k views

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 ...
1
vote
2answers
164 views

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

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, ...
0
votes
1answer
2k views

Sending files through connect direct from UNIX to MAINFRAME

I am sending a file from UNIX to MAINFRAME server via connect direct. I am able to upload the file successfully.At the destination host, when the file is received it is not readable and not in the ...
1
vote
1answer
142 views

cheapest method to send small (24 bytes) data over long distances (600 miles)

I have a friend who is working on a project where they need to deploy a large number of devices over the midwest. For simplicity let's say these are temperature gauges - they read the current ...
1
vote
3answers
6k views

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. ...
0
votes
0answers
265 views

Software VGA wireless transmitter [closed]

Is there a way to simulate VGA wireless USB transmitter using an embedded wireless device + some kind of driver so the final setup would just need VGA wireless receiver/s instead of having the USB ...
2
votes
1answer
729 views

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 ...
1
vote
0answers
668 views

iphone: nsdata encoding after retrieval - why so strange?

hey people, I have a strange problem with my current app development. the aim of my app is to receive serveral xhtml websites via NSURLSConnection (yes, no ASIHTTPRequest framework), save them in an ...
4
votes
1answer
548 views

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. ...
5
votes
1answer
2k views

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? ...
1
vote
1answer
75 views

Network Hardware priority with C++ and MQ

I am working on a proof of concept where some data as to be sent to a remote queue in WebSphere MQ. The PC's that will be running the client software will be Windows and will have access to Wi-Fi, ...
0
votes
1answer
167 views

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 ...
1
vote
2answers
1k views

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 ...
1
vote
1answer
57 views

How to tell Transmission app to not show its window every time the system is restarted?

I have set autolaunch for Transmission app. Every time, the system is restarted, Transmission shows it's window. Is it possible, to keep it hidden after restart ?
0
votes
2answers
203 views

Dialup modem transmission protocols and reates (client and server)

Does anybody know why when connecting two dial-up modems the maximum protocol you can use to stablish the communication is V.34 -33.6K? I've read that you can connect with the server modems of the ...
0
votes
0answers
34 views

SSL Data SUBMISSION and RESPONSE

"I have ssl data sitting on a server. I want to call on the data and have it displayed on an unsecured page. Id the transmission of this data to the display page secure? And if so can anyone point me ...

1 2