Skip to content
Snippets Groups Projects
Commit 0e63c58c authored by Ashwin Rao's avatar Ashwin Rao
Browse files

Update README.md

parent c7987a80
No related branches found
No related tags found
No related merge requests found
This folder contains the script to parse the log files and plot the results used in the paper
The create-csv combines the results from the experiments performed for the paper into one ping.csv file and timestamp.csv file.
An example of the timestamp.csv file is as follows
```
Location,Technology,ts_relay,ts_client
University,Ethernet ,1613572318.291011,1613572318.292422
...
```
The ts_relay denoted the timestamp of the MQTT message at the relay and ts_client is the corresponding timestamp at the client.
An example of the ping.csv file is as follows
```
Location,Technology,rtt
University,Ethernet ,2.12
University,Ethernet ,1.24
```
The rtt denotes the RTT reported by ping for a given location and technology.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment