Skip to content

A tool for check Star Trek Online game's server status.

License

Notifications You must be signed in to change notification settings

XKaguya/STOTool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 

Repository files navigation

STO-Tool

Version GitHub Issues Downloads

A tool for checking the server status of Star Trek Online written in C#.

54c6ca7e6a42375e437d17e248ea68c7_720

Features

Fast

By using Cache, The program will response with specific information less than 5 sec.

Initiative Ability

  • Real-time news display

  • Real-time maintenance information display

  • Real-time events display

Passive Ability

  • Real-time server status monitoring
  • Ability to connect with any client using a pipe server / websocket server to send information
  • Automaticly send the newest news screenshot

Usage

  1. Register for a Google Calendar API key at Google API.

  2. Download the credentials JSON file and place it near the executable file, like this:

image

Settings

LegacyPipeMode Option has been removed since Version 1.2.7

<Settings>
  <!--Cache life time in minute. -->
  <!--Default value: 15, 10, 1-->
  <CacheLifeTime>15,10,1</CacheLifeTime>
  <!--Program Level. -->
  <!--Default value: Normal-->
  <ProgramLevel>Normal</ProgramLevel>
  <!--Log level. -->
  <!--Default value: Info-->
  <LogLevel>Info</LogLevel>
  <!--Whether or not enable the Legacy Pipe Server instead of the Websocket Server. -->
  <!--Default value: False-->
  <LegacyPipeMode>False</LegacyPipeMode>
  <!--WebSocket Listener address. -->
  <!--Default value: http://localhost-->
  <WebSocketListenerAddress>http://localhost</WebSocketListenerAddress>
  <!--WebSocket Listener port. -->
  <!--Default value: 9500-->
  <WebSocketListenerPort>9500</WebSocketListenerPort>
  <!--Whether or not enable the auto update feature.-->
  <!--Default value: True-->
  <AutoUpdate>True</AutoUpdate>
</Settings>

QQ Client Plugin

Client Plugin

image

Currently does not support other platforms. Contributions are welcome.

About

A tool for check Star Trek Online game's server status.

Resources

License

Stars

Watchers

Forks

Packages

No packages published