Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.2k views
in Technique[技术] by (71.8m points)

sockets - DBUS communication over TCP between two PC

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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...