sound_find

Crates.iosound_find
lib.rssound_find
version0.1.1
sourcesrc
created_at2024-07-02 06:09:10.11639
updated_at2024-07-02 12:00:53.148592
descriptionFind the device by playing a sound
homepagehttps://github.com/54he/sound_find
repositoryhttps://github.com/54he/sound_find
max_upload_size
id1289282
size159,188
(54he)

documentation

README

#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 文件中

Commit count: 1

cargo fmt