Changes between Version 27 and Version 28 of Other/Summer/2023/Latency
- Timestamp:
- Aug 8, 2023, 5:33:29 PM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Other/Summer/2023/Latency
v27 v28 21 21 The GPS in the device gives a standard source of time. PTP uses this time to timestamp packets with the time the computer receives them, and to sync all the local clocks on our computer network to the GPS standard time. 22 22 23 ==Week 6 24 **Summary 25 -Created artificial videos 26 -Planned to create a histogram using Matplotlib. 27 **Main Idea 28 29 This week was shortened to a considerable margin to the point where we couldn't make much progress. However, we were able to plan for the following weeks by creating many artificial videos of varying amounts of noise as well as a plan to create histogram to plot the number of occurrences each hex byte appeared in order to visualize how noise affects packets using the Python library Matplotlib. 23 30 24 31 == Weeks 7-8