1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-26 22:13:53 +01:00

FM-DX Webserver 📻🌐

FM-DX Webserver is a cross-platform web server designed for FM DXers who want to control their TEF6686 / F1HD receiver through a web interface.

Features

  • 🌐 Web-Based Control: Access and control your TEF6686 / F1HD receiver from any device with a web browser.
  • 📻 FM DXing: Enhance your FM/AM DXing experience with a user-friendly web interface.
  • Cross-Platform: You can run this on both Windows and Linux servers along with xdrd.
  • Tuner control: Control your FM tuner on the go. Phone? Tablet? No problem.
  • Low-latency streaming: Built in directly into the webserver, no external apps needed for users

Features to be added

Check here for an up to date task list

Community

Join our Discord community to get the latest development update info, share feedback and receive support. Join the TEF6686 Discord community!

Getting Started

  1. Install node.js from here:

    https://nodejs.org/en
    
  2. Clone the repository (or alternatively download it manually):

    git clone https://github.com/NoobishSVK/FM-DX-Webserver.git
    
  3. Download or install ffmpeg (optional, but needed if you want the audio stream to work)

    Linux (Ubuntu/Debian): 
    sudo apt install ffmpeg
    
    Windows: 
    Download this file: https://www.gyan.dev/ffmpeg/builds/ffmpeg-git-essentials.7z
    Extract the file bin/ffmpeg.exe into the fm-dx-webserver folder
    
  4. Navigate to the fm-dx-webserver folder in your terminal/command prompt and run this command:

    npm install
    
  5. Start the server:

    npm run webserver
    
  6. Open your web browser and navigate to http:/localhost:8080 to access the web interface.

Dependencies

This project utilizes the librdsparser library for RDS parsing. Make sure to check out the library for more information. Pre-built version of this library is bundled with the webserver.

Contributing

Feel free to contribute to the project by opening issues or submitting pull requests. Your input is valuable!

License

This project is licensed under the GNU-GPL v3 License.

Happy DXing! 🎶📡

Description
No description provided
Readme GPL-3.0 3.4 MiB
Languages
JavaScript 66.2%
EJS 24.7%
CSS 9.1%