Skip to content

anant-j/TruPhase

Repository files navigation

Introduction to TruPhase

How to use the Bose_APICore.py file

  1. WORKS ONLY FOR PYTHON 3.6 OR above

  2. Make sure that you have flask, request, ElementTree and time

  3. Make sure you have active internet connection [WiFi]

  4. go to your Terminal[MacOs or Windows], go to the directory where the Bose_APICore.py file is located and write the following code: python Bose_APICore.py

  5. once you see ":5000", you have estalished local server for furthur work

  6. go to your browser and type localhost:5000/<ipaddress>

  7. You have established the main connection with your BOSE SoundTouch device.

  8. Still the project is still under development, we have used https://academo.org/demos/spectrum-analyzer/ for obtaining frequencues. In fututre, this would be automated and would work under one script.
    ~