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

Connect to SpaceRepository without knowing the ip or port number. #19

Open
TheAIBot opened this issue Jan 12, 2018 · 1 comment
Open

Comments

@TheAIBot
Copy link

Currently to connect to a SpaceRepository you need a to know both the ip address and the port. This leads to hardcoding the two as that's the easiest solution.
I would like a method where the input is a spaces name and the output is a list of URIs that contain a space with that name on the network the computer is connected to.
Something like this:

List<String> URIs= RemoteSpace.findSpaces("tetrisGameServer");

This should also solve the second issue(sending ip and port to RemoteSpace from SpaceRepository) discussed in #18.

@albertolluch
Copy link
Member

Thanks @TheAIBot this sounds like an interesting feature for pSpaces. It will take us a while to decide the best way to deal with this, though.

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

No branches or pull requests

3 participants