Skip to content

Enhanced Testbed Monitoring and FCH Service

Notifications You must be signed in to change notification settings

9th-ndn-hackathon/testbed-status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NDN Testbed Monitoring and Enhanced FCH Service

This repository contains an implementation of a NDN testbed monitoring tool. The application reads a list of nodes supporting fch from a JSON file. For each node, the application registers a distinguish prefix. After that, we periodically send Interest packets between each pair of nodes.

The statistics (the number of successful transmisions) are stored in python pandas and written to a CSV file. The file can be then read by display_stats.py and displayed as a heatmap.

Installation

The application requires python >= 3.6 and pandas and PyNDN2.

It uses the default identity stored in the KeyChain on the hosting machine.

About

Enhanced Testbed Monitoring and FCH Service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages