summaryrefslogtreecommitdiffstats
path: root/libraries/ignition-transport/README
diff options
context:
space:
mode:
author Nikolay Nikolov2017-01-15 00:21:45 +0100
committer Willy Sudiarto Raharjo2017-01-15 00:21:45 +0100
commit1d1d66f286c79ae043524c6ce9f7a193a3ea3052 (patch)
tree57b29f52571ee88d27502d5d114beefc11747558 /libraries/ignition-transport/README
parent1ae7e20a665b7ed63dd0277ed331b57f13a715a4 (diff)
downloadslackbuilds-1d1d66f286c79ae043524c6ce9f7a193a3ea3052.tar.gz
libraries/ignition-transport: Added (message passing library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/ignition-transport/README')
-rw-r--r--libraries/ignition-transport/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/ignition-transport/README b/libraries/ignition-transport/README
new file mode 100644
index 0000000000..3f8be7670e
--- /dev/null
+++ b/libraries/ignition-transport/README
@@ -0,0 +1,10 @@
+The transport library combines ZeroMQ with Protobufs to create a fast and
+efficient message passing system. Asynchronous message publication and
+subscription is provided along with service calls and discovery.
+
+Part of the ignition-robotics libraries:
+Ignition is a set of simple libraries that provide useful functionality to
+bootstrap robot applications. The included libraries encapsulate all the
+essentials, such as common math data types, console logging, 3D mesh management,
+and asynchronous message passing. Grab the code, start developing, and easily
+access other applications like the Gazebo robot simulator.