Crates.io | sound_find |
lib.rs | sound_find |
version | 0.1.1 |
source | src |
created_at | 2024-07-02 06:09:10.11639 |
updated_at | 2024-07-02 12:00:53.148592 |
description | Find the device by playing a sound |
homepage | https://github.com/54he/sound_find |
repository | https://github.com/54he/sound_find |
max_upload_size | |
id | 1289282 |
size | 159,188 |
#sound_find ##通过9696端口ip播放声音 使你找到设备 ##默认监听0.0.0.0:9696 编译前请确保安装了rust编译器 ###编译
cargo build --release
###使用前请运行
mkdir -p /var/log/sound_find/
touch /var/log/sound_find/connect.log
并确保程序有权限访问/var/log/sound_find/connect.log 使用请向9696端口发送包 本软件使用MIT协议 协议正文在 LICENSE 文件中