This module is just parsing the output of owping from https://github.com/perfsonar/owamp/tree/master/owping
parser = owping.Parser(result)
owping_result =parser.parse_owping()
where result is the output string of the owping command
parse_owping is returning a OWPingResult
has a to and a from server for the query:
- to_server / from_server
- sid
- first
- last
- sent
- lost
- duplicates
- jitter
- hops
- delay
- min
- median
- max