I struggling in order to establish client-server communication between two different PC, which connected to the same LAN network. On both PC installed ubuntu 20.04.
The idea is to provide in dbus (session type) listener over TCP.
Accordingly with that, I am set in the configuration file: /usr/share/dbus-1/session.conf
<listen>tcp:host=192.168.0.11,bind=*,port=4500,family=ipv4</listen>
<listen>unix:tmpdir=/tmp</listen>
<auth>ANONYMOUS</auth>
<allow_anonymous/>
I don't know what is next step. I didn't anywhere any example that will provide communication for this case.
Can i get some guidance from you?
Thanks in advice...
question from:
https://stackoverflow.com/questions/65872219/dbus-communication-over-tcp-between-two-pc 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…