Initial commit: embedded Tailscale tsnet Flutter plugin for remote heater access

Go layer (c-archive) provides a localhost TCP proxy through a WireGuard tunnel.
Flutter connects gRPC to localhost:PORT, Go forwards via tsnet to heater's Tailscale IP.
No VPN entitlement needed — uses userspace netstack.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Mathias Beaulieu-Duncan
2026-03-14 05:13:55 -04:00
commit 2dbadcd8ed
16 changed files with 1931 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
.dart_tool/
.packages
.pub/
build/
ios/TailscaleKit.xcframework/