You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"devices" directory could have it's own github repository.
This way we could take advantage of github's archive url's that :
would prevent panStamp from having to keep http://www.panstamp.org/devices/devices.tar up to date, using something like https://github.com/panStamp/panstamp-devices/tarball/master as a "last package pointer"
would allow us to use versionning for this directory
The text was updated successfully, but these errors were encountered:
That is indeed an interesting approach. We could even do "git pull" from the Python apps instead of having to download and uncompress the tarball each time. On the other hand , this would force the user to install an additional application on their computer.
This is something worth thinking about. Thanks Cyril.
Same concern about "python" directory.
Making it a whole repository would prevent panStamp to keep up-to-date the links on this page and would allow one to git clone or just wgetfrom raspberry or whatever.
"devices" directory could have it's own github repository.
This way we could take advantage of github's archive url's that :
http://www.panstamp.org/devices/devices.tar
up to date, using something likehttps://github.com/panStamp/panstamp-devices/tarball/master
as a "last package pointer"The text was updated successfully, but these errors were encountered: