-
Notifications
You must be signed in to change notification settings - Fork 820
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
Not sure how to do nc on windows #1943
Comments
Sorry - not sure I understand the question here? Can you please expand further, and outline the steps you took to your issue? I think the title and description don't seem to match up, but not sure what you are using nmap for? |
Hi, sorry I wrote this text after clicking on the feedback button, so it would probably make more sense if I had the link to the page where I clicked on the feedback button, for context. I don't remember the exact page where I clicked on the feedback button, but I do remember it not having enough documentation for windows users, it was more targeted around linux users. Sorry I can't provide useful info. Feel free to close this issue, maybe it would be good to automatically include the page link as part of the creation of the issue. Thanks. |
Got it - you can install NC with WSL though - but we could build some docs that point to that for sure 👍 |
Adding a couple of options for how to use `nc` on Windows. Closed googleforgames#1943
Added a PR for ya! |
Thank you. Please note that I'm a developer, I'm not a dev-ops person, so I don't know the ins and outs of Minikube, Kubernetes and Helm and how they all integrate with each other and why they even need each other (which is precisely why I was looking at Agones and their integration with Google Cloud so that they can manage it for me). What I wanted to do is have: And I couldn't do it. I had the latest Docker (maybe I shouldn't have but I don't know what version I would need), I know there was mention of a specific version of Kubernettes but not of Docker, I tried creating a Minikube cluster for Agones then install Agones using Helm but I couldn't run test on it (because the flag for installing the test package wasn't included in the instructions) so I tried to delete and install again but it got stuck on deleting, then I ended up deleting the whole thing and even uninstalling Docker, then I tried the local development guide but then got stuck looking for documentation on how my headless host game instance can send and receive messages from the clients. My game is being developed using Defold which uses Lua, so I referred to Agones' REST documentation, but there was no mention of how to do client-host communication, there was plenty of life cycle documentation like initialization, server life cycles, player life cycles, watching server status change and all that, but I needed to get into the specifics of the game. So I would like to suggest maybe identifying a guide that says I understand that this all is actually very complex, because the host game has to be initialized with some parameters so that it knows the port of the server infrastructure etc etc, and I feel I'm being unfair in pointing out the problems I had when most of it is probably due to my lack of Kubernettes/Helm expertise, but if you could have a one-stop-shop, one guide, end to end, on how to do what I just mentioned, that would make a huge impact and it would make reconsider (for sure it will help other new developers). Happy to assist further if you have any questions or if you need me to test any guides. Thank you. |
Thanks for your write up @jdavid82 - this is where the Prerequisite Knowledge guide is likely very important for you: Because to use Agones, you do need to know all of the things you outlined above - that's the foundation of the project. From your write up, unfortunately, I feel like Agones might not be the right project for you. Agones is an orchestration platform for dedicated game servers -- it doesn't handle anything to do with sending data between clients and servers, that's an exercise for the user, based on game type, engine and technical requirements. But if you are still keen, I highly recommend going through the prereq knowledge guide first - getting a handle on the foundational aspects, and then coming back! I wish you the best of luck with your game! 👍 Some quick questions though:
What tests where you trying to run?
What test packages are you referring to?
That's for actually developing features on Agones, not for running games on Agones itself. That would explain some confusion. |
I see, fair enough.
I was referring to this where it says
Yep it does explain my confusion :)
Thank you! And thanks for your reply! |
Last two things:
|
I don't know enough about Colyseus to say definitively - it's possible you could host it on Agones? Does it run a single authoritative, dedicated server? |
It's a Node.js-based game server which can scale horizontally through something they call "RedisPresence", here. I've decided to make it so that one of the clients hosts the game logic and the "Room" is mostly used for "relay" and for keeping track of small state such as score and players' health. I will do more research about what kind of hosting I can implement but if you think my tech stack fits somewhere in the picture with Agones please let me know and I'll look further into it. Thanks |
I mean, it can scale but it doesn't have to if it's sitting on Agones in Google Cloud 🤔 |
Adding a couple of options for how to use `nc` on Windows. Closed #1943
installed nmap but the ip and port can't be detected even though it's displayed with State Ready
The text was updated successfully, but these errors were encountered: