Skip to main content

Questions tagged [transmission]

For questions relating to data transmission.

transmission
0 votes
0 answers
11 views

Dnsmasq printed out "forwarded to" correctly but tx count of network interface is not increased

I have problem about working of dnsmasq. To forward dns queries from other devices to external network, I used dnsmasq v2.86. When problem was happened, dnsmasq printed out forward log successfully ...
user3121679's user avatar
0 votes
1 answer
43 views

How to calculate transmission delay

I found that there are two formulas that can be used to calculate transmission delay. The first is datasize/bandwidth, and the second is datasize/transmission_rate. So which one is correct? Or why are ...
Cathy's user avatar
  • 25
0 votes
1 answer
41 views

How to read/write the same character from/to a serial port

I am writing a character to a serial port and reading the same character from it. But I am not able to read the same character which I sent, I'm getting different characters. #include <...
Anuradha Vaidya's user avatar
0 votes
0 answers
26 views

Inconsistent Float Values When Sending Data via TCP/IP from Simulink to Raspberry Pi

I'm experiencing two distinct issues with TCP/IP data transmission from Simulink to a Raspberry Pi. I'm using the same model and code to send data, but the output differs based on the input values. ...
Shamil's user avatar
  • 1
0 votes
0 answers
10 views

How do I make Links (text browser) default to using Transmission-Cli for torrent files or magnets?

When I open a torrent link or magnet through Links it tells me I havent specified an associated app or software to handle them. Ive been through the documentation for Links, I've found the part for ...
Nareik Seivad's user avatar
0 votes
1 answer
69 views

Can I get a benefit if upload/download multiple files via different sockets in parallel?

I have 4 nodes. A randomly picked node of them uploads a file with the size of 0.02GB while the rest of them try downloading it. My bandwidth is 100 Mbs and let's assume that all nodes have equivalent ...
Mixalis Navridis's user avatar
0 votes
2 answers
146 views

Prevent docker image to overwrite config files (transmission)

I use docker-transmission container with docker-compose to run transmission app. The docker-compose file contains the following simple volume mapping: volumes: - ./data:/config The transmission ...
user3751086's user avatar
0 votes
0 answers
32 views

I want to figure out the transmittance intensity of metasurfaces using equation in MATLAB code

I am working on a paper related to metasurfaces. I want to figure out the transmittance intensity using the equation they provide in MATLAB code. But I can't figure out the exact plot. Can anyone help ...
Nayem Hosen's user avatar
0 votes
1 answer
35 views

How do I transfer a variable between Activities?

I have a code that transmits values over bluetooth There are two activities in it. I need to make sure that the bluetoothController variable is passed to another activity and I can also transfer ...
Dunkeltod 13's user avatar
1 vote
2 answers
72 views

Python socket transmitting on correct interface but with wrong source address

I have a multicast system with multiple network interfaces. Packets transmitted using the socket I created are being sent out the correct interface, but the packet's source address is incorrect. The ...
Jim Fell's user avatar
  • 14.1k
-1 votes
1 answer
75 views

MATLAB code for image transmission using BPSK

Problem: when I enter this code in matlab, i face the following respond : Requested 65536x65536 (32.0GB) array exceeds maximum array size preference (5.0GB). This might cause MATLAB to become ...
Rfat Bin del Ahmed Al-sorori's user avatar
0 votes
0 answers
9 views

K-resolved transmission spectrum

I want to calculate k-resolved transmission spectrum for device, scattering region made of 13 Arm chair graphene nanoribbon repeating along z direction, under non-equllibrium green function method. I ...
Niloy's user avatar
  • 1
0 votes
0 answers
190 views

Exception has occurred: PermissionError [WinError 32] The process cannot access the file because it is being used by another process

I have this python code, to add a torrent file: try: with open(full_path_to_torrent, 'rb') as file: c.add_torrent(file) logger_internet.info( 'The .torrent transfered to ...
Romano's user avatar
  • 57
0 votes
1 answer
558 views

Adafruit LoRa RFM96W payload limit is 252 bytes but I want to send 512 bytes of data

So basically I have a numpy array, its shape is (8,64) after array.tobytes() and len(array) is 512. And the send() function in the adafruit_rfm9x library has a payload limit of 252 bytes. Is there any ...
a15600712's user avatar
0 votes
0 answers
68 views

Synchronization of two(2) decoder [SSTV and AFSK]

I am currently working on my Android-based application capstone project, where I have integrated two decoders: the SSTV (Slow-Scan Television) decoder and the AFSK (Audio Frequency-Shift Keying) ...
KURT BERNSTEIN BLANCIA's user avatar

15 30 50 per page
1
2 3 4 5
15