A tool to send message from a device to another one. It simplifies process to use only commands beside any other GUI program.
Latest Releases: Link
- Windows
- Linux
- Android
For now cthrone handle only websocket and nats.
Websocket is bidirectional communication, host and connect devices can send and receive messages
Nats is one directional communication, host receive message and connect send message
-
cthrone hostand after ctrhonechtrone connect "IP" -
if you don't know ip you can try to run
cthrone scanto print all available connection
For nats you need a local nats server to make it works, if you download the project you can just use docker to run a local nats server:
docker compose up- after that just type
cthrone host --natsand after ctrhonechtrone --nats
On Android device you need a terminal app to execute command as this is not a apk. A recommendation is use termux app.
pkg update && pkg upgradepkg install golangtermux-setup-storagecp /sdcard/path/ct . && cp /sdcard/path/cthrone .chmod +x ./ct && chmod +x ./cthrone./ctor./cthrone
cthrone --help