communication Questions

1

Due to several circumstances, I need to configure my windows client to be able to receive through another port than 445 or 139 with Samba communication. The idea is to avoid as much as possible hav...
Jeaninejeanlouis asked 14/6, 2021 at 7:47

15

Solved

Does anybody know if Selenium (WebDriver preferably) is able to communicate with and act through a browser that is already running before launching a Selenium Client? I mean if Selenium is able t...
Peroneus asked 1/12, 2011 at 16:29

3

I have programmed a telegram bot. This works fine when sending to groups or to users. However I do a special requirement. I need to be able to send to another bot. When adding both bots to a group ...
Enciso asked 3/12, 2017 at 11:29

9

Solved

I am looking for a way to communicate with RS232 serial COM port on windows. I have found 2 solutions on the net, one which is not totally free (introduces deliberate delays on the function) and an...
Milagro asked 9/3, 2009 at 20:45

6

Solved

So I'm trying to curl this URL: http://images.fastcompany.com/upload/Screen shot 2011-04-28 at 8.13.21 PM.png URL Encoded it reads as: http%3A%2F%2Fimages.fastcompany.com%2Fupload%2FScree...
Antiquity asked 9/5, 2011 at 2:16

4

Solved

Is it possible to set the baud rate for Macs in a terminal? If yes, how to set the baud rate in terminal through the terminal? I am trying to talk to the Mac using an Arduino (open source microcon...
Elanaeland asked 4/4, 2011 at 13:28

11

Solved

This question is mostly to solicit opinions on the best way to handle my app. I have three fragments being handled by one activity. Fragment A has one clickable element the photo and Fragment B has...

9

I have two C# applications and I want one of them send two integers to the other one (this doesn't have to be fast since it's invoked only once every few seconds). What's the easiest way to ...
Assemblage asked 26/11, 2009 at 9:10

3

I was wondering if there are any possibilities to efficiently communicate and share data between devices using an offline progressive web app without being able to access the internet. The first th...

2

I have a bluetooth headset. When connecting it to Windows 10, it installs two profiles in Playback devices list: Hands-Free. (HSP profile) Stereo. (A2DP profile) The Second one (Stereo) is set...
Gladiate asked 3/12, 2016 at 18:23

3

Solved

All the questions here point to classes of the same app or different apps in separate processes yet in the same device. I would like to send data to and from two separate apps in two separate devic...
Leapt asked 13/3, 2015 at 19:20

4

Solved

How can I communicate between two PC's via USB? I want a program to send numbers trough the USB port to another PC on which another program would show these numbers. I have the feeling that this is...
Gamesmanship asked 16/2, 2012 at 19:30

1

I'm working on replacing a REST-based data pipe with a Websocket-based one, and I'm having trouble finding all the places things can go wrong. The system is production, so very bad things happen if...
Berlauda asked 10/10, 2017 at 15:50

2

Solved

Recently, I came across this kind of need. The client(web browser) requests for a task to be done asynchronously at the server side, then the client leaves it behind. When the server finishes the ...
Whatsoever asked 21/2, 2012 at 7:20

3

I am looking for a way to have one iPhone app send a message to another app on a different phone (sort of like a Sender-Receiver set up). I am looking for the best possible way to do this. Does any...
Ironic asked 9/7, 2012 at 20:4

4

Solved

i assume cpu has direct access to motherboard's BIOS and RAM.(correct me if i'm wrong) But how does cpu communicate with other hardware like hdds, expansion cards, peripherals, other BIOSes etc.? ...
Iatrochemistry asked 27/7, 2011 at 23:11

17

Solved

Can two applications on the same machine bind to the same port and IP address? Taking it a step further, can one app listen to requests coming from a certain IP and the other to another remote IP? ...
Kirkuk asked 7/11, 2009 at 19:32

1

I have a MainActivity which holds HomeFragment HomeFragment has sort button Viewpager which holds 2 fragments when sort button is clicked in HomeFragment, the value has to be passed to ViewPager ...
Pilsner asked 10/5, 2019 at 14:17

3

This is a bit of a "soft question", so if this is not the appropriate place to post, please let me know. Essentially I'm wondering how to talk about algorithms which are "equivalent" in some sense...
Triiodomethane asked 21/3, 2019 at 14:48

4

I try to make an USB connection between my notebook (win7) and my android phone (Android 4.2). The notebook should act as host to power the android phone. The goal is that notebook and phone can se...
Rorrys asked 11/4, 2013 at 9:32

5

Solved

I'm making an application in Python3, which will be divided in batch and gui parts. Batch is responsible for processing logic and gui is responsible for displaying it. Which inter-process c...
Gassaway asked 2/2, 2013 at 7:43

3

Solved

How does one choose the size of a buffer (bytes I read from or write to socket) for the maximum throughput when implementing a low-level HTTP and FTP transfer? My application should transfer data w...
Casares asked 11/11, 2008 at 23:28

2

Solved

I have been trying to learn more about Python's multiprocessing module and to evaluate different techniques for communication between processes. I wrote a benchmark that compares the performance of...
Reality asked 19/12, 2017 at 19:47

3

Solved

What is the difference between HTTPS and SSL? I read about them and found following: HTTPS: HTTPS is a combination of HTTP with SSL/TLS. It means that HTTPS is basically HTTP connection which is ...

11

Solved

Using .Net (C#), how can you work with USB devices? How can you detect USB events (connections/disconnections) and how do you communicate with devices (read/write). Is there a native .Net soluti...
Schnabel asked 16/9, 2008 at 2:2

© 2022 - 2024 — McMap. All rights reserved.