Releases: KSP-Telemachus/Telemachus
1.6.0 Alpha 4
This alpha has improved compatibility with 1.2+
- Fix current stage resource endpoints, add resourceNameList
- Fixed the current resource endpoints to work with 1.2+
- Added an API endpoint to return the list of resources you can query
- Make resource lookup case-insensitive
Dragon (improved 1.2+ compatibility)
- Fix current stage resource endpoints, add resourceNameList
- Fixed the current resource endpoints to work with 1.2+
- Added an API endpoint to return the list of resources you can query
- Make resource lookup case-insensitive
Calipso (1.2+ Support)
This is Telemachus 1.5.0, compiled to support KSP 1.2+
1.6.0 Alpha 3
This is Alpha 2, compiled to work with KSP 1.2+
1.6.0 Alpha 2
This alpha build adds support for serving more file types through Telemachus:
- mp4 videos (.mp4)
- saved JSON files (.json)
- text files (.txt)
It also includes the camera endpoint changes: https://github.com/KSP-Telemachus/Telemachus/releases/tag/1.6.0-alpha-1
1.6.0 Alpha
THIS IS AN ALPHA BUILD AND MAY LEAD TO UNEXPECTED BEHAVIOR AND CRASHES. MAKE SURE TO BACKUP YOUR SAVE FREQUENTLY AND BEFORE DOWNLOADING
1.6.0 plans to add support for Camera snapshots. The following cameras will be supported in 1.6.0:
- The current flight camera, as controlled by the player
- The RasterPropMonitor cameras attached to the active vessel
Camera snapshots are rendered and cached every few seconds for performance reasons.
This version requires ModuleManager to make the necessary patches to RasterPropMonitor cameras
You can get the list of cameras for the active vessel by going to: /telemachus/cameras
, and you can access individual cameras by following the url
for that camera.
Find a bug? Let me know by submitting an issue!
Calipso
- Various fixes to staging based for KSP 1.1+
- Use MIT license for Telemachus
- Don't allow other vessel instances to disable current connection (#57)
- Add precision control endpoints (#67)
- Merge forked Telemachus with canonical Telemachus, improving stability and adding new endpoints for Maneuver node and orbit details (#58)
1.4.31.0
- Merged JSON changes
1.4.30.0
- Recompiled Telemachus for KSP 1.04
- Fixed an issue where polling
n.roll
,n.pitch
orn.heading
at high frequency would mess with KSP's camera - Fixed an issue where receiving data from the web socket server at high frequency would crash KSP on exiting the game