I am trying to modulate encrypted txt file using GNU Radio. Encryption part is already done and working. I am trying to figure out how to trasmitt it using psk. Im still a beginner at gnu radio. Is the following flowgraph logical?
Im trying to use unpack/pack to convert the encrypted text to binary so it can be transmitted, but this seems not to work.