Kitsunping exposes a client-side integration layer for compatible router agents. The public responsibility of this repository is the Android-side exchange only: event push, channel recommendation requests, and channel apply requests.
This repository includes:
This repository does not include:
Compatible router agents, including KitsunpingRouter, are separate distributions. They are not part of the MIT-licensed payload shipped in this repository and may use different license terms.
As long as the protocol contract remains compatible, router-side implementations may change independently.
Kitsunping currently integrates with a compatible router agent through documented endpoints such as:
POST /cgi-bin/router-eventGET /cgi-bin/router-channel-recommendPOST /cgi-bin/router-channel-applyTypical exchanged data includes:
The public stable line (currently v6.30) can ship the main Kitsunping module and the improved application while keeping router-side implementations separate. That means router integration can be presented as a supported feature without bundling private router code into this repository.
Keep the boundary at the protocol level: