An application for sending messages between users and servers.
Xinda enables server control via WeChat. Send designated keywords (signals) on WeChat, the server-side Agent fetches them periodically, then executes commands from the configuration file.
This need originated from on-demand check-in scripts on NAS. We required a message delivery tool connecting users' phones to servers. (APIs are not exposed to the scripts out of laziness, and the NAS has no public network access)
Features
- Sends signals instead of raw shell commands
- Collects execution logs
- Replies with execution results via WeChat
- Agent supports signal forwarding (HTTP Forward)
- Functions as intranet penetration
- Open-source Agent
The Agent's implementation and API are publicly available, so integrating this service to other platforms is straightforward.