GithubHelp home page GithubHelp logo

kyoungho / docker-rticonnextdds-debugger Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rticommunity/docker-rticonnextdds-debugger

0.0 1.0 0.0 36 KB

This Docker image helps you to create a Docker container with some interesting tools to debug your system

Dockerfile 42.61% Python 57.39%

docker-rticonnextdds-debugger's Introduction

RTI Docker Debugger

Build Status

This Docker image helps you to create a Docker container with some interesting tools to debug your system.

License

All programs and components within this image are the property of their respective owners under the license associated with such component in the installation. Please refer to the documentation associated with each program or component and/or the Licenses.md file.

Included tools

ddsping

This small tool was inspired by RTI DDS Ping (shipped with RTI Connext DDS). It has been developed using RTI Connector for Connext DDS. ddsping allows you to know if the DDS traffic works properly on your system. You can execute it directly typing ddsping.

optional arguments:
  -h, --help            show this help message and exit
  -w, --writer          send ping messages
  -r, --reader          read ping messages
  -p PEER, --peer PEER  add a discovery peer.
                        Default list: "239.255.0.1,127.0.0.1"

RTI Log Parser

RTI Log Parser is also incorporated to make easier to debug your RTI Connext DDS and RTI Micro applications. You can call this tool directly from any directory running rtilogparser [options]. All the documentation about this tool is available in the oficial repository of RTI Log Parser.

Other applications included in this Docker image

Also, this Docker image includes some useful Linux packages. These packages are not in the base image of Ubuntu. Now, they are included on this Docker image to help you to debug issues in your system.

These packages are:

  • curl
  • dig
  • nslookup
  • nsupdate
  • iperf
  • ifconfig
  • route
  • iptunnel
  • nameif
  • ipmaddr
  • netstat
  • arping
  • clockdiff
  • ping
  • tracepath
  • nmap
  • netstat
  • rarp
  • nc
  • python
  • pip
  • tcpdump
  • tcpflow
  • traceroute
  • vim
  • wget

How to use this Docker image

The idea of this Docker image is to provide you with a mechanism to debug issues that can made your system miscommunicate (mainly network issues).

Build the image

First, you need to clone this repository and build the image. When you finish to download the repository, you can go to it and run:

$ docker build -t rtidebugger .

Run the image

You can run a bash process on your Docker container and interact with it. You can do it with the following command:

$ docker run --network=host --name debugger -ti rtidebugger:latest /bin/bash

Also, you can run the different installed packages directly from the run command:

$ docker run --network=bridge --name debugger -ti rtidebugger:latest ping rti.com

docker-rticonnextdds-debugger's People

Contributors

fgaranda avatar iblancasa avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.