Files
terminalX/.gitignore
kid 32520f09e0 feat: 完成 M2 mosh(LAN + tsnet 端到端验证)
- mosh(blinksh/ios C++)+protobuf-lite 交叉编译为 MoshCore.xcframework
  (CommonCrypto 后端、含 arm64 模拟器 slice;绕 autotools 用 CMake 直编 + 手写 config.h)
- tsnet 桥新增 UDP relay(StartMoshRelay:loopback↔tsnet.Dial 逐包搬运)
- MoshSession(pipe↔FILE*/pthread/SIGWINCH)+ MoshConnectScanner(TXCore,+4 单测=39)
- SSHTerminalModel 编排:SSH 引导 mosh-server→解析 MOSH CONNECT→relay→mosh 接管
- LAN 直连 + mosh-over-tsnet 均端到端验证通过,R1(tsnet UDP 数据报语义) 证伪

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-07-24 16:16:15 +08:00

24 lines
745 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# macOS / logs / user data
.DS_Store
*.log
**/xcuserdata/
.swiftpm/
# SPM build caches可重建
.build/
DerivedData/
# XcodeGen 生成的工程(由 project.yml 重生)
apps/**/*.xcodeproj
# CMake 构建中间产物(由 vendor/build/build-*.sh 重建;脚本与手写 config.h/CMakeLists 保留)
vendor/build/cssh/
vendor/build/mosh-out/
# protobuf 的 host protoc / iOS slice 构建目录(由 build-mosh.sh 重建;源码与生成的 *.pb.* 保留提交)
vendor/protobuf/build-host/
vendor/protobuf/build-iossim/
vendor/protobuf/build-*/
# 说明vendored 第三方源/预编译 xcframeworkvendor/*、artifacts/***有意提交**
# 以在受限网络环境下保持仓库自包含、克隆即可构建运行。