tiistai 11. helmikuuta 2020

Week 5 Progress/Report


RF team progress:
   - Completed transmission delay measurements
   - Completed link speed measurements

To do:
   - Serial data measurements

Simulation team progress:
   - Brainstormed about the structure of the software and created diagrams
   - Created attributes to the uhf-radio-device


To do:
   - Remove unnecessary code segments from the device and channel files
   - Change Ipv4 model and create own serial model class
   - Start thinking about virtual serial ports to implement scada
   - Start thinking about the error propability matrix model

Pitching video

tiistai 4. helmikuuta 2020

Week 4 Progress/Report

RF team progress:
- Gathered measurements:
   - Rx-Tx Roundtrip times
   - Transmission delay (some, currently ongoing)
   - Link speed (some, currently ongoing)

At the moment, the measurements are done with multiple variables, such as channel spacing, FEC (Forward Error Correction) and modem priority modes.

To do:
    - Finish rest of the measurements


Simulation team progress:
    - Added basic model for UhfRadioDevice
    - Added basic model for RadioChannel
    - Added basic container for UhfRadioDevices
    - Added helper for UhfRadioDevices

To do:
    - Start adding needed attributes to UhfRadioDevice and Channel.
    - Change Ipv4 model and create own serial model class.
    - Start thinking about virtual serial ports to implement scada.
    - Start thinking about the error propability matrix model.

Week 15-16 Progress/Report

Simulation team progress:  -Made application usable for testing -Added master/slave base structure to client -Added missing comments to d...