diff options
author | David Doan <daviddoan@Davids-MacBook-Pro-193.local> | 2023-12-15 04:50:07 -0500 |
---|---|---|
committer | David Doan <daviddoan@Davids-MacBook-Pro-193.local> | 2023-12-15 04:50:07 -0500 |
commit | 20acac1497ac2477b67ebc7c4cf315a8e94a77dd (patch) | |
tree | a5529e69eba5bf3cef541e5f156cdc07ee9b9251 | |
parent | de6b1df65cda883036e461feb93635b4c557e32c (diff) |
sub
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,13 +3,13 @@ A project for cs1680 using sound waves to allow two nodes to share information w To run the sender, run the following command: ``` -python3 sender.py +python3 Sender.py ``` This will prompt the user for a message to send, and then send it to the receiver. To run the receiver, run the following command: ``` -python3 recv.py +python3 Recv.py ``` The receiver will listen for a message from the sender, and then print it to the console. |