bluerange-io / bluerange-mesh

BlueRange Mesh (formerly FruityMesh) - The first completely connection-based open source mesh on top of Bluetooth Low Energy (4.1/5.0 or higher)
https://bluerange.io/
Other
288 stars 109 forks source link

Android App for FruityMesh #167

Closed nishinohi closed 3 years ago

nishinohi commented 3 years ago

I'm working on an Android application that connects nodes and smartphones via MeshAccessConnection (encrypted handshake is already supported). It is working for the most part, but can I make it open source? I'm not sure if I should refrain from open sourcing it, for example, if you plan to release a paid smartphone application for FruityMesh.

mariusheil commented 3 years ago

Hello,

if you could open source it, that would be awesome 🙂 We have been planning to open source an Android SDK for ages but have not yet been able to do so. We believe in open source as the best way to extend the ecosystem and are always trying to share as much as possible from our codebase 🙂

Marius

nishinohi notifications@github.com schrieb am Mo., 1. Feb. 2021, 04:41:

I'm working on an Android application that connects nodes and smartphones via MeshAccessConnection (encrypted handshake is already supported). It is working for the most part, but can I make it open source? I'm not sure if I should refrain from open sourcing it, for example, if you plan to release a paid smartphone application for FruityMesh.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mwaylabs/fruitymesh/issues/167, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABM62NCMVAVCFMBIIZAJNK3S4YPF3ANCNFSM4W4BKISQ .

nishinohi commented 3 years ago

I will publish it as OSS. However, the purpose and function of my smartphone app is only to connect to any node via MeshAccessConnection and send/receive some data. (The main purpose is to run the EnrollmentModule through the smartphone app.) I don't plan to port all the functions of FruityMesh to Android, so it may not be what you are expecting.

Thank you.

mariusheil commented 3 years ago

Hi, that is fine. I am sure it will help others if they try to implement something similar. Thanks