Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Two papers presented at Coinfluence 2020 meeting (they have been submitted to IEEE):

  • Implementation of PingER on Android Mobile Devices using Firebase, A Rajapappa, A Upadhyay, A S Sabitha, A Bansal, B White, L. Cottrell, Confluence 2020, 10th International Conference on Cloud Computing, Data Science & Engineering, Amity University, Noida, India, Jan 29-20 2020.
  • Comparison of Network Performance of India and Pakistan using PingER Data, A Sachan, N Madam, A S Sabitha, A Bansal, L Cottrell, B White, Confluence 2020, 10th International Conference on Cloud Computing, Data Science & Engineering, Amity University, Noida, India, Jan 29-30 2020.
  • 2/17/2020 Amity sent a video explaining how to access their data. It is a Windows wmv file so on a Mac you will need to download VLC to play it.  The format of the their data appears to be:

    However, the PingER format for the measurements (as given in https://confluence.slac.stanford.edu/display/IEPM/PingER+Monitor+node+format) is

    Src_name                        Src_addr         Dst_name                   Dst_addr       Len  Unix_GMTs  sent      rcv min   avg    max   seqs-----------------    RTTs-----------------------------

    pinger.slac.stanford.edu 134.79.240.30 ping.slac.stanford.edu 134.79.18.21 100 1152489601      10    10 0.255 0.341 0.467 0 1 2 3 4 5 6 7 8 9 0.287 0.380 0.467 0.391 0.327 0.387 0.291 0.332 0.255 0.299

    which is very different. Also we wish to add the lat long of the Measurement agent so we can accommodate the maneuverability of the MAs.  I propose that in order to maintain backward compatibility we add the lat long of the MA at the end of each record following a semi-colon (;). E.g. 
    monitor.niit.edu.pk 203.99.50.204 www.carnet.hr 161.53.160.25 100 1171756802 10 10 223.323 224.978 226.805 1 2 3 4 5 6 7 8 9 10 226 223 226 223 223 226 223 224 226 225; 37.4472 122.1754

    I have emailed Amity with this information 2/27/2020.

...