This ROS2 package is deprecated, please use sys_info instead!
ROS 2 Network information node.
Allows you to get information on your ROS 2 robot via ROS 2 itself.
Clone the repository in your ros-workspace and build using colcon:
cd ~/ros_ws/src
git clone https://github.com/Fleet-Control/net-node.git
colcon build
after successful installation re-source your ROS workspace.
Start the "NetNode" node
ros2 run net_node net_node
Then you can get network information about the host system of your ROS2 node, for example:
ros2 service call /net_info net_msgs/srv/NetworkInfo