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

Arduino Mhz 433 send a long

I am working on a project where I am sending data via the Arduino Mhz 433 transmitter and receiver. The data code is coming from a FSR. How ever the code for the data I am receiving is in a Long and the code for the MHZ 433 is in a char. This is my…
-1
votes
1 answer

VBA script in Outlook 2016 - Are the data sent to the database encrypted?

I have a question, my VBA script sends datas to the database, for example .To, .From, .Attachment, etc. Then the VBA script sends an email to recipient. The datas that are sends to the database, is the transmission encrypted ? Or the VBA needs to be…
Novice
  • 363
  • 10
  • 32
-1
votes
1 answer

About Nyquist sampling example

If i have eight voltage levels (0v, 2, 4, 6, 8, 10, 12, 14v) with a bandwidth of 125MHz, what is my max data rate in Mbps? And if I increase to 200MHz?
Natã
  • 3
  • 1
-1
votes
1 answer

where is a coaxial cable shield connected to ground

I am reading about coaxial cable it is written that coaxial cable has a metallic shield that protects it from interference and it should be grounded but when i see the wires that are connected to our cable tv i don't see that it is grounded it is…
Jeevansai Jinne
  • 147
  • 2
  • 4
  • 12
-1
votes
1 answer

How i can transfer data over voice using ultrasound in android?

I want to transfer some string data from one android device to another using ultrasound waves. I tried this project but didn't work. android-ultrasound If anyone has sample code please share.
-1
votes
1 answer

Use data from different class in the current project java

I'm facing a problem regarding of using the data from rf transmision on a class that I wish to use to store on the database. Code 1 is the code for the RF transmission. Is there anyway I can use the data in the highlight of data to be used in code…
calvin ern
  • 783
  • 1
  • 6
  • 12
-1
votes
1 answer

buf[i] returns the 8 bit max, ie 255, instead of character sent

am having trouble understanding what i'm getting in an Arduino setup. Scenario is: I'm sending the character A (could be any character) from the TX board to the RX board using a chipset running with virtualwire. The RX is receiving the message and…
Jaime
  • 1
  • 1
-1
votes
2 answers

what is the range of wi-pi wireless adapter (Wi-Pi Raspberry Pi 802.11n Wireless Adapter)?

Any idea about the range of the wi-pi usb wireless adapter, while I am using it with Raspberry Pi and its transmission power is 20 dBm and working in 802.11b?
-2
votes
0 answers

Question with calculating transmission time of packets along a network

Question So for the first part, I simply figured as its a single packet, the new length would be F+H. and since the speed between all links is R KB/S - then from start to the first router would be F+H/R. Then I multiply this by number of links which…
Priit
  • 1
  • 1
-2
votes
1 answer

How to install Transmission using Docker

I am completely new in Docker. I want to install Transmission using Docker (i.e. I don't want to use linuxserver.io/transmission) For the moment my Dockerfile is : RUN apt-get update -y RUN apt-get install transmission-daemon -y EXPOSE 9091…
-2
votes
1 answer

How does a computer recognise a 0 in binary?

In a system where binary data is represented with impulses (such as electricity or light instead of magnetic polarisation or pits), how it a 0 represented. For example, let's say we have the number 8 (1000), how does the sending computer represent…
-2
votes
1 answer

Is tracker related to torrent or downloader?

Background I'm trying to add some active trackers for transmission daemon to speed it up as I have done this before when using aria2. But all the resources I found is how to add trackers to a torrent. Question So I'm wondering which is tracker…
Sraw
  • 18,892
  • 11
  • 54
  • 87
-2
votes
1 answer

Transmission web interface download directory different from transmission-daemon

I'm trying to make transmission download on an external drive using a RaspberryPi with Raspbian installed on a sd card. I followed various tutorials and finally I managed to set all the permissions in order to get transmission doing the…
-2
votes
2 answers

How to locate a Wireless /Wi-Fi transmitter?

I am trying to test and locate an active Wi-Fi transmitter by sniffing it. What are some of the ways I can do it? And after I locate the Wi-Fi, how do I predict its signal strength? I need some ideas.
VDS
  • 1
-2
votes
2 answers

Transmitting parameters from script to script, how?

I know there are a few answers on that question, but they don't work for me or I am only to stupid. Sorry. Here are my scripts: menu_options.js - http://pastebin.com/NFXD3ZgP Transmitter.js - http://pastebin.com/kCmGTgbH i've attached the…
user4146732
1 2 3
15
16