Search
This HW is extension of the previous HW. The expected deliverables are (to be uploaded into BRUTE):
The concept of this exercise is to illustrate the use of threads in your project.
These parameters will be evaluated:
The Morse code definition file looks like:
# settings section - all lines with # (hash) sign are skipped # sig_on=1.1 sigoff=2.1 # Morse code definition # space between signals is sigoff, space between letters (one leter is 000) is 3*sigoff # on state length is sig_on for dot and 3*sig_on for dash 000 111 000 # 0 means dot '.' # 1 means dash '-'