Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux Client For BLE Connection To Node #71

Open
pqhf5kd opened this issue May 3, 2020 · 3 comments
Open

Linux Client For BLE Connection To Node #71

pqhf5kd opened this issue May 3, 2020 · 3 comments

Comments

@pqhf5kd
Copy link

pqhf5kd commented May 3, 2020

Is anyone planning a Linux client to talk to a node over BLE like the Android app?

@paidforby
Copy link
Contributor

@pqhf5kd That's a great idea! I, personally, do not have plans for a writing a Linux BLE application, but I encourage someone to give it a shot. I'm not sure what all would be involved, but I imagine it could connect to the same client code as the Android app, i.e. BleUartClient.cpp. That was written by @beegee-tokyo, who may have some insights about what would be needed in making a Linux application work with it.

@beegee-tokyo
Copy link
Contributor

A Linux BLE app for DisasterRadio should be not to difficult. The communication is using standard BLE UART characteristic, so all needed there is to parse the messages. The protocol is similar to the one of the Web Socket interface.
More challenging might be the UI.

I personally have zero experience with writing Linux apps.

@paidforby
Copy link
Contributor

I may eventually look in to building a Linux app of some kind if I start working on supporting the LoStik, as I mentioned in #70. I feel that node.js/Electron could be a good route to pursue for a Linux app, but I don't have much experience with building Linux applications either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants