sandeepmistry / arduino-LoRa

An Arduino library for sending and receiving data using LoRa radios.
MIT License
1.64k stars 627 forks source link

Add library to Platform.io libraries #283

Closed trycoon closed 5 years ago

trycoon commented 5 years ago

There are quite a few LoRa libraries in Platform.io list of libraries, but this one is still one of the betters ones and should also be found there I think.

morganrallen commented 5 years ago

Thanks for the tip, I don't know much about platform.io myself but would look into it. If you or any other regular around here has experience publishing to platform.io I'd be interested in any advice.

trycoon commented 5 years ago

It quite well documented here: https://docs.platformio.org/en/latest/librarymanager/creating.html Example from Adafruit: https://github.com/adafruit/Adafruit_ADS1X15/blob/master/library.properties

Once you leave ArduinoIDE for Platform.io you will never turn back! ;-)

universam1 commented 5 years ago

I second that, platformIO is the way to go now.

dhorner commented 5 years ago

It seems this is just a bad link issue. It is platformio.org and NOT platform.io which is an entirely different thing.

On Sep 1, 2019, at 3:03 AM, Henrik Östman notifications@github.com wrote:

It quite well documented here: https://docs.platformio.org/en/latest/librarymanager/creating.html https://docs.platformio.org/en/latest/librarymanager/creating.html Example from Adafruit: https://github.com/adafruit/Adafruit_ADS1X15/blob/master/library.properties https://github.com/adafruit/Adafruit_ADS1X15/blob/master/library.properties Once you leave ArduinoIDE for Platform.io you will never turn back! ;-)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sandeepmistry/arduino-LoRa/issues/283?email_source=notifications&email_token=AABKO2UQLAIG5ZBIO5X7MR3QHOHPHA5CNFSM4ISUWSY2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5T624Q#issuecomment-526904690, or mute the thread https://github.com/notifications/unsubscribe-auth/AABKO2TM7INPJ6BB52O6R6DQHOHPHANCNFSM4ISUWSYQ.

morganrallen commented 5 years ago

OK cool, it does look fairly straight forward and I support the addition. @sandeepmistry any input? I'll see about starting this tonight.

sandeepmistry commented 5 years ago

Sounds ok, it would be ideal if only the library.properties is needed (instead of adding library.json).

From: https://docs.platformio.org/en/latest/userguide/lib/cmd_register.html#id4

Maybe someone just has to register the library.properties URL?

platformio lib register https://raw.githubusercontent.com/adafruit/DHT-sensor-library/master/library.properties
morganrallen commented 5 years ago

Great, I will look check that out and likely register this tonight

morganrallen commented 5 years ago

Welp, turns out, it's already there. Not sure who's publishing it, but there you have it.

https://platformio.org/lib/show/1167/LoRa