hjorslev / SteamPS

Module that utilizes PowerShell as a wrapper for SteamCMD and interacts with various Steam APIs.
https://www.powershellgallery.com/packages/SteamPS
MIT License
69 stars 14 forks source link

Add Ping measurement to Get-SteamServerInfo #100

Closed ericwong3 closed 1 month ago

ericwong3 commented 1 month ago

Describe "Functionality"

Enhance Get-SteamServerInfo to measure the ping/patency.

Context "Private or Public? What are the use cases? Parameters? Options?"

Public. This would be very helpful for building user facing application, as latency is a deciding factor for players whether a server is playable or not.

Context "Additional Information"

ericwong3 commented 1 month ago

Thank you for the good work @hjorslev ! This is my first PR for open source projects so please bear with me if I have got an etiquette wrong. Hopefully the suggestion makes sense and the PR is up to standard. Appreciated!