Sound player controlled by HOTSPOT TCP server
- Set up the HOTSPOT Wifi
- Start the application and go to setting page at top-right corner
- Add the
code
andsound file
. The application will play this sound file when it's received the packet$PREFIX$code\n
, where$PREFIX
is implicitly3.14159
andcode
is the user-defined string. - Go back to the main application, press the green button. The IP address and Port should be displayed.
- Connect to HOTSPOT phone and send the packet
$PREFIX$code\n
to test.