The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
603 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? ...
3
votes
1answer
87 views
+50

How Proxifier works?

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 ...
3
votes
1answer
232 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. ...
2
votes
1answer
202 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 ...
2
votes
5answers
827 views

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 ...
1
vote
2answers
61 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 ...
1
vote
1answer
53 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
1answer
191 views

Redirecting a folder in a VirtualHost with Apache2 [closed]

Duplicate Question (see comments) http://serverfault.com/questions/272630/redirecting-a-folder-in-a-virtualhost-with-apache2 I've set up Apache2 on a small home server and I'm trying to ...
1
vote
0answers
240 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 ...
1
vote
1answer
51 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, ...
1
vote
1answer
40 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
1answer
17 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 ...
0
votes
1answer
36 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
238 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 ...
0
votes
1answer
197 views

Impedance of a power system transmission line, pi-section model in Matlab Simulink

I am using the "Three-Phase PI Section Line" Matlab-Simulink block from Simpowersystems blockset for modelling an electric power system transmission line. I had obtained the data from a research ...
0
votes
3answers
701 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
148 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 ...
0
votes
0answers
180 views

invalid argument error in transmission web gui

I am running transmission on a Ubuntu headless box. A lot of torrents work correctly. Some torrents will start downloading for a few seconds and then give this error: Error: Invalid argument ...
0
votes
0answers
43 views

Libraries/Frameworks for Vector (Map) Data Transmission?

Are there any open source libraries or frameworks for vector data transmission (client/server) out there? I am particularly interested in using it in the context of rendering of vector maps on the ...
0
votes
1answer
106 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 ...
0
votes
2answers
348 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 ...
0
votes
2answers
136 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
25 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 ...
0
votes
1answer
55 views

data transmission using TCP

How the data is tranmitted through the network using TCP header fromclient to server or server to client? Please explain it clearly.