mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-18 20:16:44 -04:00
Removed NioTSO client and server
- NioTSO client isn't needed because we're using RayLib - Added FreeSO's API server to handle most backend operations
This commit is contained in:
parent
f12ba1502b
commit
22191ce648
591 changed files with 53264 additions and 3362 deletions
12
server/README.md
Normal file
12
server/README.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
# API Server
|
||||
|
||||
zTSO utilizes the FreeSO API architecture for its backend, albeit not entirely compatible due to differences in simulation management.
|
||||
|
||||
### Versioning Scheme
|
||||
|
||||
Instead of using FreeSO's versioning scheme, zTSO adopts a versioning pattern that adheres to SemVer guidelines with some modifications:
|
||||
|
||||
- FreeSO version ``beta/update-88b`` becomes ``beta/update-0.88.101`` in zTSO.
|
||||
- Prefixed letters in FreeSO version are replaced with a three-digit incremental patch number in zTSO, akin to .NET's SDK versions.
|
||||
|
||||
This versioning strategy aims to ensure that zTSO servers remain distinct from FreeSO-compatible servers while maintaining familiarity for existing users and server operators.
|
Loading…
Add table
Add a link
Reference in a new issue