Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 330 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 330 Bytes

NRZ-python

Non-return-to-zero (NRZ) replicated in Python 3.7.3

To start:

  1. place your message in transmit.py's st var on line 9
  2. start receive.py
  3. start transmit.py

The file data is used for the current bit, either 1 or 0

The file got is used for the two scripts to know when it's sent/reviced a bit