Skip to content

up0pt/ping_pong_measurer_rclex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PingPongMeasurerRclex

Getting Started

  1. git clone this repo

  2. start pong node first

$ source /opt/ros/foxy/setup.bash
$ iex -S mix
iex> PingPongMeasurerRclex.start_pong_processes(Rclex.rclexinit(), _node_counts = 10)
  1. start ping node and start measure
$ source /opt/ros/foxy/setup.bash
$ iex -S mix
iex> MeasurementHelper.start_measurement(_node_counts = 10, _payload_bytes = 10000, _measurement_times = 100)

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ping_pong_measurer_rclex.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 100.0%