This is a simple Windows Forms application that retrieves information about a game server using its IP address. The application makes an HTTP request to a specified API endpoint and displays the server information in the UI.
- Retrieve server information (hostname, players, gamemode, etc.) by providing the server's IP address.
- Display server information in the user interface.
- Support for custom API endpoints.
- Simple and intuitive user interface.
To get started with the Server List Application, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/yourusername/server-list-app.git
-
Open the solution file (
ServerListApp.sln
) in Visual Studio. -
Build the solution to restore dependencies and compile the project.
-
Run the application by pressing
F5
or clicking the "Start" button in Visual Studio. -
Enter the IP address of the server you want to retrieve information for in the designated field.
-
Click the "Get Info" button to fetch the server information.
-
The server information will be displayed in the UI, including the hostname, number of players, gamemode, and other details.
The Server List Application relies on the following dependencies:
- .NET Framework (version X.X)
- Newtonsoft.Json (version X.X.X) - Used for parsing JSON responses from the server API.
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request on GitHub.
This project is licensed under the MIT License - see the LICENSE file for details.
Feel free to customize this README file with additional information or sections as needed for your project. Let me know if you have any questions or need further assistance!