This repository is intended to be used as ports overlay directory or as custom registry of the vcpkg package manager. It provides latest versions of the CommsChampion Ecosystem repositories.
- cc-comms - Port of the COMMS Library.
- cc-commsdsl - Port of the commsdsl code generators.
- cc-mqtt311 - Port of the cc.mqtt311.generated.
- cc-mqtt5 - Port of the cc.mqtt5.generated.
- cc-mqtt5-libs - Port of the cc.mqtt5.libs.
- cc-mqttsn - Port of the cc.mqttsn.generated.
- cc-mqttsn-libs - Port of the cc.mqttsn.libs.
- cc-ublox - Port of the cc.ublox.generated.
- cc-x509 - Port of the cc.x509.generated.
To use this registry, you have to follow the instructions mentioned in Using Registries page.
{
"default-registry": {
"kind": "git",
"repository": "https://github.com/Microsoft/vcpkg",
"baseline": "<commit_sha_vcpkg>"
},
"registries": [
{
"kind": "git",
"repository": "https://github.com/commschamp/cc.vcpkg",
"baseline": "<commit_sha_cc.vcpkg>",
"packages": [
"cc-*"
]
}
]
}
- Update the versions in the "ports" directory.
- Commit the changes.
- Run
vcpkg=<path_to_vcpkg_executable>
./script/add_versions.sh - Commit the changes.