mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: add traceroute (#620)
This commit is contained in:
parent
72c278c92c
commit
da5f1d529d
8 changed files with 95 additions and 2 deletions
|
|
@ -104,6 +104,9 @@ interface IMeshService {
|
|||
/// Send position packet with wantResponse to nodeNum
|
||||
void requestPosition(in int idNum, in Position position);
|
||||
|
||||
/// Send traceroute packet with wantResponse to nodeNum
|
||||
void requestTraceroute(in int requestId, in int destNum);
|
||||
|
||||
/// Send Shutdown admin packet to nodeNum
|
||||
void requestShutdown(in int idNum);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue