Add WiFi Walkie Talkie
This commit is contained in:
parent
2d5ab2442f
commit
94876e8270
34
metadata/org.jsl.wfwt.txt
Normal file
34
metadata/org.jsl.wfwt.txt
Normal file
|
@ -0,0 +1,34 @@
|
|||
Categories:Connectivity
|
||||
License:AGPLv3
|
||||
Web Site:https://github.com/js-labs/WalkieTalkie
|
||||
Source Code:https://github.com/js-labs/WalkieTalkie
|
||||
Issue Tracker:https://github.com/js-labs/WalkieTalkie/issues
|
||||
|
||||
Auto Name:Walkie Talkie
|
||||
Summary: WiFi Walkie Talkie
|
||||
Description:
|
||||
This program transmits sound recorded from microphone to some other devices
|
||||
running the same program on the same network segment, so works like Walkie
|
||||
Talkie radio.
|
||||
|
||||
Devices find each other by Android NSD (aka Bonjour), no any configuration
|
||||
required. Unfortunately Android NSD implementation is not stable enough, so
|
||||
sometimes application can not establish connection properly. Application restart
|
||||
or device reboot usually helps. Audio data is being transmitted by the unicast
|
||||
channel, so each device works as a server and as a client at the same time.
|
||||
|
||||
Program was implemented as a demonstration of JS-Collider: Java high performance
|
||||
scalable NIO framework, see [https://github.com/js-labs/js-collider].
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/js-labs/WalkieTalkie.git
|
||||
|
||||
Build:1.3,4
|
||||
commit=d4a40966e33de9919830d837ec7ecd2db66942e3
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.3
|
||||
Current Version Code:4
|
Loading…
Reference in a new issue