Metadata-Version: 1.2
Name: ros2multicast
Version: -0.6.1-
Summary: The multicast command for ROS 2 command line tools.
Home-page: UNKNOWN
Author: Dirk Thomas
Author-email: dthomas@osrfoundation.org
Maintainer: Dirk Thomas
Maintainer-email: dthomas@osrfoundation.org
License: Apache License, Version 2.0
Project-URL: GitHub, https://github.com/ros2/ros2cli/tree/master/ros2multicast
Description: ros2multicast
        =============
        
        The package provides the multicast command for the ROS 2 command line tools.
        
        The tool can be used to check if multicast UDP packets are passed between two endpoints.
        
        First invoke the following command on one machine:
        
        .. code-block:: bash
        
            $ ros2 multicast receive
        
        While the first machine is waiting for a packet to arrive invoke the following command on another machine:
        
        .. code-block:: bash
        
            $ ros2 multicast send
        
        When successful the first machine will output the received message "Hello World!".
        
Keywords: ros2cli
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
