{"id":15448520,"url":"https://github.com/vasa-develop/bluechat","last_synced_at":"2026-03-08T11:30:17.812Z","repository":{"id":99739174,"uuid":"105174896","full_name":"vasa-develop/BlueChat","owner":"vasa-develop","description":null,"archived":false,"fork":false,"pushed_at":"2017-09-28T16:54:14.000Z","size":568,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-31T13:25:41.118Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vasa-develop.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-28T16:51:51.000Z","updated_at":"2017-09-28T16:54:17.000Z","dependencies_parsed_at":"2023-07-31T18:45:57.084Z","dependency_job_id":null,"html_url":"https://github.com/vasa-develop/BlueChat","commit_stats":{"total_commits":23,"total_committers":1,"mean_commits":23.0,"dds":0.0,"last_synced_commit":"f51ee2378e57cc5b52cb39e4ed95f1318245ae54"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vasa-develop%2FBlueChat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vasa-develop%2FBlueChat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vasa-develop%2FBlueChat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vasa-develop%2FBlueChat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vasa-develop","download_url":"https://codeload.github.com/vasa-develop/BlueChat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239903854,"owners_count":19716162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T20:29:02.339Z","updated_at":"2026-03-08T11:30:17.765Z","avatar_url":"https://github.com/vasa-develop.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nAndroid BluetoothChat Sample\n===================================\n\nThis sample shows how to implement two-way text chat over Bluetooth between two Android devices, using\nall the fundamental Bluetooth API capabilities.\n\nIntroduction\n------------\n\nThis sample should be run on two Android devices at the same time, to establish a two-way chat over\nBluetooth between the devices. Select \"Made discoverable\" in overflow menu on one device and click\non the Bluetooth icon on the other one, to find the device and establish the connection.\n\nThe sample demonstrates the following, using the [Bluetooth API][1]:\n\n1. [Setting up][2] Bluetooth\n2. [Scanning][3] for other Bluetooth devices\n3. [Querying][4] the local Bluetooth adapter for paired Bluetooth devices\n4. [Establishing RFCOMM][5] channels/sockets\n5. [Connecting][6] to a remote device\n6. [Transfering][7] data over Bluetooth\n\n[1]: http://developer.android.com/guide/topics/connectivity/bluetooth.html\n[2]: http://developer.android.com/guide/topics/connectivity/bluetooth.html#Permissions\n[3]: http://developer.android.com/guide/topics/connectivity/bluetooth.html#FindingDevices\n[4]: http://developer.android.com/guide/topics/connectivity/bluetooth.html#QueryingPairedDevices\n[5]: http://developer.android.com/guide/topics/connectivity/bluetooth.html#ConnectingDevices\n[6]: http://developer.android.com/guide/topics/connectivity/bluetooth.html#ConnectingAsAClient\n[7]: http://developer.android.com/guide/topics/connectivity/bluetooth.html#ManagingAConnection\n\nPre-requisites\n--------------\n\n- Android SDK 25\n- Android Build Tools v25.0.3\n- Android Support Repository\n\nScreenshots\n-------------\n\n\u003cimg src=\"screenshots/1-launch.png\" height=\"400\" alt=\"Screenshot\"/\u003e \u003cimg src=\"screenshots/2-devices.png\" height=\"400\" alt=\"Screenshot\"/\u003e \u003cimg src=\"screenshots/3-chat.png\" height=\"400\" alt=\"Screenshot\"/\u003e \n\nGetting Started\n---------------\n\nThis sample uses the Gradle build system. To build this project, use the\n\"gradlew build\" command or use \"Import Project\" in Android Studio.\n\nSupport\n-------\n\n- Google+ Community: https://plus.google.com/communities/105153134372062985968\n- Stack Overflow: http://stackoverflow.com/questions/tagged/android\n\nIf you've found an error in this sample, please file an issue:\nhttps://github.com/googlesamples/android-BluetoothChat\n\nPatches are encouraged, and may be submitted by forking this project and\nsubmitting a pull request through GitHub. Please see CONTRIBUTING.md for more details.\n\nLicense\n-------\n\nCopyright 2017 The Android Open Source Project, Inc.\n\nLicensed to the Apache Software Foundation (ASF) under one or more contributor\nlicense agreements.  See the NOTICE file distributed with this work for\nadditional information regarding copyright ownership.  The ASF licenses this\nfile to you under the Apache License, Version 2.0 (the \"License\"); you may not\nuse this file except in compliance with the License.  You may obtain a copy of\nthe License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT\nWARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  See the\nLicense for the specific language governing permissions and limitations under\nthe License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvasa-develop%2Fbluechat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvasa-develop%2Fbluechat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvasa-develop%2Fbluechat/lists"}