Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+10 votes
asked in CSC 305 Fall 2024 by (1.3k points)

2 Answers

+2 votes

I followed the guid posted by Professor Stonedahl in setting up the server. This did not involve using listeners for the audio message receiving and sending. When a message was sent, a string version of the morse was sent along with it. I then had a playMessage method which plays the string sent from the other user.

answered by (1.8k points)
0 votes

The ChatterBox example gives a good way of going about the server part. Going through it should give enough for what is required for the project without involving code that is too complex.

answered by (4.1k points)
...