Skip to content

Repository files navigation

iotdata-depend

Shared third-party-ish dependencies used in multiple places across the iotdata system, aggregated here as git submodules so there is a single pinned source of truth rather than copies scattered through each consumer.

Each entry is its own independently-controlled upstream repository:

SubmoduleUpstreamUsage
wm1302github.com/matthewgream/wm1302
rak3272github.com/matthewgream/Rak3272
e22900t22github.com/matthewgream/e22900t22iotdata-library (examples), iotdata-machine (apps/gateway)
hostmongithub.com/matthewgream/hostmoniotdata-machine (image)
mqtt-deployergithub.com/matthewgream/mqtt-deployeriotdata-machine (image)

Clone

git clone --recurse-submodules https://github.com/iotdata-network/iotdata-depend
# or, after a plain clone:
git submodule update --init --recursive # == make init

Update submodules to their latest upstream

make bump # move every submodule to upstream HEAD and commit the new pins# or step by step:
make update # move the checkouts only
make status # review what changed
make commit # record the new pins

The commit pinned in this superproject is the version the rest of the system builds against; bump it deliberately. Run make with no target for the full list.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages