All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Allow connection to a tcp dbus address
@ 2019-03-31 14:00 Ramon Henrique
  2019-03-31 14:00 ` [PATCH 1/2] dbus: Add support to tcp address Ramon Henrique
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Ramon Henrique @ 2019-03-31 14:00 UTC (permalink / raw)
  To: ell

[-- Attachment #1: Type: text/plain, Size: 672 bytes --]

This patch came from a demand in a project with industrial IoT for
monitoring a PLC (creating supervisor apps). The infrastructure was
built from a DBus service that can be accessed by a front-end in the
same local network.

Ramon Ribeiro (2):
  dbus: Add support to tcp address
  unit: dbus: Add unit test to dbus tcp address

 .gitignore           |   1 +
 Makefile.am          |   3 +
 ell/dbus.c           |  95 ++++++++++++++++++-
 unit/dbus.conf       |   2 +
 unit/test-dbus-tcp.c | 261 +++++++++++++++++++++++++++++++++++++++++++++++++++
 5 files changed, 358 insertions(+), 4 deletions(-)
 create mode 100644 unit/test-dbus-tcp.c

-- 
2.11.0


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2019-04-17 20:13 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-31 14:00 [PATCH 0/2] Allow connection to a tcp dbus address Ramon Henrique
2019-03-31 14:00 ` [PATCH 1/2] dbus: Add support to tcp address Ramon Henrique
2019-04-09 16:44   ` Denis Kenzior
2019-03-31 14:00 ` [PATCH 2/2] unit: dbus: Add unit test to dbus " Ramon Henrique
2019-04-15 12:23 ` [PATCH v1 0/2] Allow connection to a tcp dbus address Ramon Ribeiro
2019-04-15 12:23   ` [PATCH v1 1/2] dbus: Add support to tcp address Ramon Ribeiro
2019-04-15 16:59     ` Denis Kenzior
2019-04-15 12:23   ` [PATCH v1 2/2] unit: dbus: Add unit test to dbus " Ramon Ribeiro
2019-04-16 13:05   ` [PATCH v2 0/2] Allow connection to a tcp dbus address Ramon Ribeiro
2019-04-16 13:05     ` [PATCH v2 1/2] dbus: Add support to tcp address Ramon Ribeiro
2019-04-17 20:13       ` Denis Kenzior
2019-04-16 13:05     ` [PATCH v2 2/2] unit: dbus: Add unit test to dbus " Ramon Ribeiro

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.