Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated To Do #4

Open
5 tasks done
BanishedAngel opened this issue Apr 5, 2016 · 3 comments
Open
5 tasks done

Updated To Do #4

BanishedAngel opened this issue Apr 5, 2016 · 3 comments

Comments

@BanishedAngel
Copy link
Collaborator

BanishedAngel commented Apr 5, 2016

  • Hava Java program connect to Buddy server upon launching and update user's IP address.
  • When attempting to initiate a call send the user ID of the person being called to the Buddy server.
  • Modify playback code to accept a socket stream and not just an audio file.
  • Add code to have to option to accept or reject an incoming call.
  • Hard code friends list into the Java program.
@GMart
Copy link
Owner

GMart commented Apr 8, 2016

Regarding the last todo, I have already made the friends list dynamic (An ArrayList), and when the program starts it just adds the three group members as test users to show the list is working.
Soon it will pull the names and IDs of friends when the program starts, right after the user enters their own ID.

@BanishedAngel
Copy link
Collaborator Author

See I've been thinking and that's an extra step we don't need. If we just
enter our ID you could query the array list and pull the name matching that
ID. That way there is only one prompt instead of 2. I'm pretty sure I
marked the last to do as completed.

On Friday, April 8, 2016, Garrett Martin [email protected] wrote:

Regarding the last todo, I have already made the friends list dynamic (An
ArrayList), and when the program starts it just adds The three group
members as test users to show the list is working.
Soon it will pull the names and IDs of friends when the program starts,
right after the user enters their own ID.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#4 (comment)

@ManualSearch
Copy link
Collaborator

I'm still working on getting the stupid server to let me open a second
socket after closing 1199. I'm working tomorrow afternoon on it more, I'll
let you know what I get mon.

On Friday, April 8, 2016, BanishedAngel [email protected] wrote:

See I've been thinking and that's an extra step we don't need. If we just
enter our ID you could query the array list and pull the name matching that
ID. That way there is only one prompt instead of 2. I'm pretty sure I
marked the last to do as completed.

On Friday, April 8, 2016, Garrett Martin <[email protected]
javascript:_e(%7B%7D,'cvml','[email protected]');> wrote:

Regarding the last todo, I have already made the friends list dynamic (An
ArrayList), and when the program starts it just adds The three group
members as test users to show the list is working.
Soon it will pull the names and IDs of friends when the program starts,
right after the user enters their own ID.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#4 (comment)


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#4 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants