GithubHelp home page GithubHelp logo

onlyinamerica / blemeshchat Goto Github PK

View Code? Open in Web Editor NEW
153.0 153.0 57.0 1.15 MB

Android client for iOS to Android chat application over Bluetooth LE, using Android L APIs

License: Mozilla Public License 2.0

Shell 0.53% Java 99.47%

blemeshchat's People

Contributors

onlyinamerica avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

blemeshchat's Issues

mAirShareFragment is NULL

Here is the error log:

FATAL EXCEPTION: main
Process: pro.dbro.ble, PID: 3094
java.lang.NullPointerException: Attempt to invoke virtual method 'void pro.dbro.airshare.app.ui.AirShareFragment.setShouldServiceContinueInBackground(boolean)' on a null object reference

at pro.dbro.ble.ui.activities.MainActivity$1.onItemSelected(MainActivity.java:125)

Code:

mStatusSpinner.setOnItemSelectedListener(new AdapterView.OnItemSelectedListener() {
            @Override
            public void onItemSelected(AdapterView<?> parent, View view, int position, long id) {
                switch (position) {

                    case 0: // Always online
                        mClient.makeAvailable();
                        mAirShareFragment.setShouldServiceContinueInBackground(true); // <---- Null Here
                        break;

                    case 1: // Online when using app
                        mClient.makeAvailable();
                        mAirShareFragment.setShouldServiceContinueInBackground(false);
                        break;

                    case 2: // Offline
                        mClient.makeUnavailable();
//                        mPeerAdapter.clearPeers();
                        break;
                }
                PrefsManager.setStatus(MainActivity.this, position);
            }

Work over standard Bluetooth (non-LE) piconet/scatternet

Hello,
would you consider adding support for work over standard Bluetooth (non-LE) piconet / scatternet? You don't have to pair BT devices if you use listenUsingInsecureRfcommWithServiceRecord / createInsecureRfcommSocketToServiceRecord and compatibility with older smartphones would be much better (any Android >= 4.0.3 should work). Somebody already created Bluetooth mesh network framework which can be used as lower network layer for any app: https://github.com/Rasum/beddernet

Does not work at all

i have successfully run the app on some devices but i'm stuck in the welcome screen. it does not work as said. when i press done after entering my name, just the peer count gets increased. what might be the problem?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.