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

Add Stationeers Protocol #659

Closed
Acer90 opened this issue Aug 29, 2022 · 3 comments · Fixed by #660
Closed

Add Stationeers Protocol #659

Acer90 opened this issue Aug 29, 2022 · 3 comments · Fixed by #660
Labels
Enhancement This request does add something to the project. Feature Request v3
Milestone

Comments

@Acer90
Copy link

Acer90 commented Aug 29, 2022

Hello Devs,

Can you please include stationeers as a protocol. Data from the server can be obtained via the portal server:
Output is already as JSON.

Link to Portal
http://40.82.200.175:8081/list

Acer

@Erani0
Copy link
Contributor

Erani0 commented Aug 29, 2022

So currently I see no way to query the server unless you install a restfulapi on the server yourself.
The data of the portal server helps you because this is a listing of the servers and not the own server.

I searched the web for api documentation but couldn't find anything. there seems to be only an api integration through a bepinex installation
https://github.com/RoboPhred/stationeers-webapi

Since I can not create my own server because the pterodactyl egg does not work. I can also not create a server for the restful API.

@Austinb Austinb added Feature Request v3 Enhancement This request does add something to the project. labels Aug 30, 2022
@Austinb Austinb added this to the v3.1.1 milestone Aug 30, 2022
@Austinb
Copy link
Owner

Austinb commented Aug 30, 2022

Since you are able to get to the server's information via a simple HTTP request (click on this link http://40.82.200.175:8081/list) there should be no issue adding this protocol. See https://github.com/Austinb/GameQ/blob/v3/src/GameQ/Protocols/Tshock.php for one example using the Http protocol class. There are a couple other protocols that use straight Http to make query requests.

@Erani0
Copy link
Contributor

Erani0 commented Aug 30, 2022

That this works I know but this is apparently a kind of server list and not a direct query from the server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement This request does add something to the project. Feature Request v3
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants