Are there some program like COM0COM in linux? [closed] - linux

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I use com0com for program testing in windows,
are there any program like com0com in linux?
I know there is pts/ptmx, but what I want is a stand alone program to provide 2 virtual serial ports...
Then I can open 2 program, each attench one...

I found a good method:
socat PTY,link=COM8 PTY,link=COM9
then 2 virtual serial port files are created: COM8, COM9

You can also use tty2comKm virtual serial port driver for linux provided by serialpundit project.

Related

RDP client for Amazon Linux 2 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 months ago.
Improve this question
I'm looking for a RDP client that I can install and run on Amazon Linux 2 to connect to other EC2 instances through xrdp. I've tried remmina with no luck.
Does anyone know of an RDP client that will work on Amazon Linux 2?
I finally found FreeRDP. It works well on Amazon Linux 2.
https://www.freerdp.com/

Is there a way to interact with Mac Applications with Python 3? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I am trying to interact (i.e. clicking buttons within app, taking keyboard input and typing for me, etc.) with the Cisco AnyConnect Client, specifically.
However, I would like to know if there is way that is viable with Python 3 to interact with any other Mac applications.
I was able to do this using PyAutoGUI like #Mark Setchell stated

Want bluetooth sniffer tool for Windows [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I am working on a bluetooth project and require some software that could capture the bluetooth packets and then can view (using same or different software) or analysis the packets captured.
Can any one help me to give names of softwares that could solved the issue in windows operating system.

SMPP Server (SMSC) emulator that accepts multiple clients [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
I know there's Logica SMSC Server but it doesn't respect the address_range parameter.
I have two clients: one with address_range: ^123$ and another with address_range: ^321$. When I send an SM from 123 to 321, it gets delivered to the client that sent the SM. Is there any emulator that delivers it correctly?
You can use SMPPSim. You'd need a Java6 on Linux to make it work.
Get it here
Another option is the Open Source Mobicents SMSC, which supports SMPP, SIP and SS7/SIGTRAN interfaces.
https://code.google.com/p/smscgateway/
http://www.telestax.com/opensource/

Open source Linux cluster project [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Are there open source Linux cluster project available? Could someone point me to the web link?
Juhani
Most information you seem to require can be found here.
MOSIX
Beowulf
Linux HA
There's this Pelican HPC livecd, which uses MPI. The livecd approach makes it easy to try out things without breakage.
Oh it also features easy install on networked PCs by booting via PXE over the network.

Resources