-
Notifications
You must be signed in to change notification settings - Fork 864
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
Merge abandonware changes #926
base: master
Are you sure you want to change the base?
Conversation
Node-10 to be then supported Origin: noble@e2c476e Forwarded: noble#851 Change-Id: I3c20732e71456cbe2b33509ccf2e0b72ca75442f Signed-off-by: Philippe Coval <p.coval@samsung.com>
Might be obsolete and it does not worth to keep maintaining it Relate-To: https://travis-ci.org/abandonware/noble/jobs/470026600 Change-Id: I04be1fa73626402bb81775b056cabde32ced0960 Origin: #1 Forwarded: noble#851 Signed-off-by: Philippe Coval <p.coval@samsung.com>
You can review changes individually: Once merged I will rebase on upstream and forward a 2d batch Is there anyone else I should contact? https://twitter.com/RzrFreeFr/status/1230527541938618368 Status to be updated at: |
9770cfe
to
cb5e610
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In a quickling test, I don't found issues.
Can @opencollective tell us what to do in this situation ? |
Relate-to: #923 (comment) |
Is anyone in touch with upstream authors ? Thoses changes are also in: |
Hey! Curious what it takes to get this merged as well! Just started a new project and was confused by the two repos. I prefer Abandonwares version as it works better on my Macbook (install issues on Noble/Noble), plus the async support is really nice! Would be great to see this all cleaned up and organized better for the community! Thanks. |
FWIW, looks like the failing tests are all due to older Node versions that don't support arrow functions:
|
Change-Id: I96b7572a1872691dab80af70f1ebc811a50438fb Origin: #1 Signed-off-by: Philippe Coval <p.coval@samsung.com>
Origin: #1 Change-Id: I8eb04badb5ee427dab37e314fb43114f805f8064 Signed-off-by: Philippe Coval <p.coval@samsung.com>
Origin: #1 Change-Id: Iab54f45109bb4a11e172f9d9de784a0d9d436766 Signed-off-by: Philippe Coval <p.coval@samsung.com>
if eirLength fields are corrupted. This happens on some firmwares that send out multiple advertisements but do not fix the length fields (which eventually causes kernel panics as well). Change-Id: Ia88ca5a3ae583afa06ffdd11cefc86938163a36e Relate-to: #28
(serviceDiscovered, characteristicsDiscovered) that enables caching of gatt information. The cached objects can be used to initialize a device via addServices() and addCharacteristics(), which return an array of Noble objects ready for connecting in the usual way. examples/cache-gatt-discovery.js provides an example for collecting GATT data and persisting the information, examples/cache-gatt-reconnect.js uses the data to connect to the device using the cached data. Author: Simon Vogl <simon@voxel.at> Relate-to: #29 Change-Id: I68bc5208529f872e5f60d7c0315a6346d24df2fb
Authored by: EricDobyns
cb5e610
to
cec81cc
Compare
I have updated the serie |
Please merge #851 Or provide feedback at: |
If this project is no more maintained please let it know in readme file ? The other option would be to transfer maintenance to @abandonware community best effort https://purl.org/rzr/abandonware Cc: @sandeepmistry |
Hi is there any hope to co-maintain noble ? |
Hi,
Here is a first batch of changes from @abandonware fork
Feedback welcome from @sandeepmistry @opencollective or anyone else
About @abandonware org:
https://abandonware.github.io/
Relate-to: abandonware#2
Relate-to: #923