A tool for checking the server status of Star Trek Online written in C#.
By using Cache, The program will response with specific information less than 5 sec.
-
Real-time news display
-
Real-time maintenance information display
-
Real-time events display
- 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
-
Register for a Google Calendar API key at Google API.
-
Download the credentials JSON file and place it near the executable file, like this:
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>
Currently does not support other platforms. Contributions are welcome.