A WebSocket server that uses TFC for remote control. The repo contains an iOS app that connects to the server to allow for remotely controlling a host on the same WiFi network that's running the server. An Android app is on the roadmap.
cargo install tfc-server
Run tfc-server
. Open the app and ensure that both the client and the server
are on the same network. Then enter the host name of the server
(my-computer.local
for example) into the app.
Currently, the iOS app is not on the App Store. The Xcode project must be downloaded from the repo and compiled.
See docs/screenshots for screenshots of the iOS app.