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

Web RCON support #8

Closed
camjac251 opened this issue Jul 30, 2020 · 4 comments
Closed

Web RCON support #8

camjac251 opened this issue Jul 30, 2020 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@camjac251
Copy link

camjac251 commented Jul 30, 2020

Would it be possible to support Web RCON? It uses websockets and can have some benefits over the older source rcon https://github.com/Facepunch/webrcon#rust

Another monitoring tool I use (Battlemetrics) recommends web rcon over source rcon for connection to their site so I am kind of stuck using web rcon for best compatibility with that app.

I did find this https://github.com/bodrich/rust-cmd-webrcon which appears to be a Go Web RCON client. Might be useful for seeing how they did it possibly?
Edit:
Found one more
https://github.com/diametric/rustcon

@outdead
Copy link
Member

outdead commented Aug 17, 2020

Web rcon is planned, but I have not decided yet whether I will do it in this application or create a new one.

@camjac251
Copy link
Author

Would it not work as a variable here? Like -t web or -t source to specify which type to use? This could also possibly be used with "rcon" like support where games might add their own implementation and some things are different from source rcon. If it's all under one app it can make managing things a lot easier for the end user

@outdead
Copy link
Member

outdead commented Aug 17, 2020

Yes, I decided to do something like this when I started to implement support for 7 Days to Die #5

Perhaps these two issues will be made together. But I haven't made a final decision yet.

@outdead outdead self-assigned this Aug 17, 2020
@outdead outdead added the enhancement New feature or request label Aug 17, 2020
@outdead
Copy link
Member

outdead commented Oct 18, 2020

@outdead outdead closed this as completed Oct 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants