tiistai 3. maaliskuuta 2020

Week 10 Progress/Report

In the last weeks we've almost completed all of the basic measurements using two radios. These basic measurements include link speed, transmission delay, round-trip time, serial port delay and serial port speed, all with different settings and data quantities.

On week 9, Satel provided us with two additional Satel PROOF-TR4 / -TR9 radios and antennas for them. The aim is to simulate a SCADA-network with them, using Raspberry Pis as sub stations. For this we have not had time yet.

Here are some of our measurements so far:


Simulation team progress: 
    - Removed unnecessary code from device helper, device and channel
    - Created serial-stack skeleton
    - Created device-address skeleton class
    - Created uhf-application skeleton class
    - Created client skeleton class
    - Added device attributes
    - Added device attribute getters and setters
    - Created client Write function
    - Created client Read function
    - Created device SerialSend function
    - Created stack Write function
    - Created stack Read function
    - A little bit of fixing here and there to get stuff working together
   
To do:
    - Add delays
    - Create working example
    - Implement scada
    - Master/slave attribute
    - Other smaller stuff

Ei kommentteja:

Lähetä kommentti

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...