Removed old iPing application. 17/10817/3
authorMauro Sardara <[email protected]>
Mon, 26 Feb 2018 10:01:44 +0000 (11:01 +0100)
committerMauro Sardara <[email protected]>
Mon, 26 Feb 2018 10:13:24 +0000 (11:13 +0100)
commit82a8803fc86680a149d43181f43b1ac4f69a359d
treee0bfc826179caeb193550a624f008f55e1ad20cb
parent95f3619c8be677bcd9cf3bb320c7262bbe6dc44b
Removed old iPing application.
New apps added:
iping-client: ping client that provides statistics regarding
              the rtt and the losses.
              It allows to configure the ping interval,
              the interest lifetime, the ttl and the name.
iping-server: simple server replying to icnet-ping-client.
              It allows to configure the reply size and the name.

Change-Id: I6b08333147acfaffd8becacb48f27f6c42dbeeb9
Signed-off-by: Mauro Sardara <[email protected]>
apps/CMakeLists.txt
apps/consumers/CMakeLists.txt
apps/iping/CMakeLists.txt [deleted file]
apps/iping/client.keystore [deleted file]
apps/iping/iPing_Client.c [deleted file]
apps/iping/iPing_Common.c [deleted file]
apps/iping/iPing_Common.h [deleted file]
apps/iping/iPing_Server.c [deleted file]
apps/iping/iPing_Stats.c [deleted file]
apps/iping/iPing_Stats.h [deleted file]
apps/producers/CMakeLists.txt