Skip to content

suaybdemir/bluetooth-connector-linux

Repository files navigation

BLUETOOTH-CONNECTOR-LINUX-logo

BLUETOOTH-CONNECTOR-LINUX

❯ Bt

license last-commit repo-top-language repo-language-count

Built with the tools and technologies:

JavaScript C JSON


Table of Contents

Overview


Features

❯ Scan , connect,disconnect,pair any device ( allows you to use your phone's speaker )


Repository Structure

└── bluetooth-connector-linux/
    ├── Entities
    │   ├── connection.h
    │   ├── pair.h
    │   └── scanBluetoothDevices.h
    ├── Makefile
    ├── README.md
    ├── con.h
    ├── con.h.gch
    ├── connectors.h
    ├── db.txt
    ├── index.js
    ├── main.cpp
    ├── mainScreen.h
    ├── output
    ├── package-lock.json
    ├── package.json
    └── yarn-error.log

Modules

Current
File Summary
main.cpp ❯ main
mainScreen.h ❯ mainScreen.h
Makefile ❯ Makefile
con.h ❯ con.h
connectors.h ❯ connectors
db.txt ❯ Database
Entities
File Summary
connection.h ❯ connection.h
scanBluetoothDevices.h ❯ scanBluetoothDevices.h
pair.h ❯ pair.h

Getting Started

Prerequisites

CPP: 11

Installation

Build the project from source:

  1. Clone the bluetooth-connector-linux repository:
❯ git clone https://github.com/suaybdemir/bluetooth-connector-linux
  1. Navigate to the project directory:
cd bluetooth-connector-linux
  1. Install the required dependencies:
❯ gcc -o myapp main.c

Usage

To run the project, execute the following command:

❯ ./myapp

Contributing

Contributions are welcome! Here are several ways you can contribute:

Contributing Guidelines
  1. Fork the Repository: Start by forking the project repository to your github account.
  2. Clone Locally: Clone the forked repository to your local machine using a git client.
    git clone https://github.com/suaybdemir/bluetooth-connector-linux
  3. Create a New Branch: Always work on a new branch, giving it a descriptive name.
    git checkout -b new-feature-x
  4. Make Your Changes: Develop and test your changes locally.
  5. Commit Your Changes: Commit with a clear message describing your updates.
    git commit -m 'Implemented new feature x.'
  6. Push to github: Push the changes to your forked repository.
    git push origin new-feature-x
  7. Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
  8. Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
Contributor Graph


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages