{"id":33167552,"url":"https://github.com/AVSystem/Anjay","last_synced_at":"2025-11-20T18:01:03.364Z","repository":{"id":48900970,"uuid":"81207253","full_name":"AVSystem/Anjay","owner":"AVSystem","description":"C implementation of the client-side OMA LwM2M protocol","archived":false,"fork":false,"pushed_at":"2025-09-26T12:23:59.000Z","size":7318,"stargazers_count":206,"open_issues_count":8,"forks_count":72,"subscribers_count":27,"default_branch":"master","last_synced_at":"2025-09-26T12:28:25.109Z","etag":null,"topics":["c","coap","device-management","embedded","iot","lwm2m","lwm2m-client","monitoring","notifications"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AVSystem.png","metadata":{"files":{"readme":"README.Windows.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-02-07T12:47:32.000Z","updated_at":"2025-09-26T11:15:53.000Z","dependencies_parsed_at":"2024-02-16T11:38:04.641Z","dependency_job_id":"5e8456ff-f160-4096-bf15-a64ef579fdb4","html_url":"https://github.com/AVSystem/Anjay","commit_stats":{"total_commits":136,"total_committers":16,"mean_commits":8.5,"dds":0.5220588235294117,"last_synced_commit":"80189c43ab83bcc31526bce6b33c6c90bbc8cba4"},"previous_names":[],"tags_count":97,"template":false,"template_full_name":null,"purl":"pkg:github/AVSystem/Anjay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AVSystem%2FAnjay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AVSystem%2FAnjay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AVSystem%2FAnjay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AVSystem%2FAnjay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AVSystem","download_url":"https://codeload.github.com/AVSystem/Anjay/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AVSystem%2FAnjay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285484486,"owners_count":27179744,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-20T02:00:05.334Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["c","coap","device-management","embedded","iot","lwm2m","lwm2m-client","monitoring","notifications"],"created_at":"2025-11-16T00:00:45.513Z","updated_at":"2025-11-20T18:01:03.359Z","avatar_url":"https://github.com/AVSystem.png","language":"C","readme":"# Anjay on Windows\n\n## Limitations\n\nAnjay is currently not supported or regularly tested (which means that builds may break between releases) on Windows. However, there is preliminary support for building and running on Windows - with some limitations:\n\n- Any degree of testing was only performed on Windows 10; the code is theoretically compatible with Windows Vista and up\n- Building using MinGW from MSYS shell is currently the only supported toolchain\n- Building as a shared library (DLL) is not currently supported\n- IP Ping object is not available in the demo application\n- Testing frameworks are not supported\n- SMS binding (available as a commercial feature) is not supported\n\n## Prerequisites\n\n### Installing dependencies\n\n1. Install [MSYS2](http://www.msys2.org/)\n2. Install [Git for Windows](https://gitforwindows.org/)\n\n   **NOTE:** You can also install these using [Chocolatey](https://chocolatey.org/): `choco install git msys2` but please make sure to still follow the instructions to update MSYS2 after installing it.\n\n3. Open the appropriate MINGW shell (e.g., `C:\\msys64\\mingw32.exe` or `C:\\msys64\\mingw64.exe`, depending on whether you want to build 32- or 64-bit binaries) and install the compile-time dependencies:\n\n   ``` sh\n   pacman -Sy make ${MINGW_PACKAGE_PREFIX}-gcc ${MINGW_PACKAGE_PREFIX}-cmake ${MINGW_PACKAGE_PREFIX}-mbedtls\n   ```\n\n## Cloning the repository\n\nRun the following command in a directory of choice **in the Git for Windows bash environment**:\n\n``` sh\ngit clone --recurse-submodules https://github.com/AVSystem/Anjay.git\n```\n\n## Compiling the project\n\nRun the following commands **in the MINGW shell**, after navigating to the directory created using Git above:\n\n``` sh\ncmake -G\"MSYS Makefiles\" -DDTLS_BACKEND=\"mbedtls\" .\nmake\n```\n\n## Running the demo application\n\nThe demo application can be run from the MINGW shell just like on any other Unix system, e.g.:\n\n```\n./output/bin/demo --endpoint-name $(hostname) --server-uri coap://eu.iot.avsystem.cloud:5683\n```\n\nIf you want to run the resulting application outside of the MINGW shell, you will likely need to copy the DLL dependencies, such as:\n\n* `libgcc_s_dw2-1.dll`\n* `libmbedcrypto.dll`\n* `libmbedtls.dll`\n* `libmbedx509.dll`\n* `libwinpthread-1.dll`\n","funding_links":[],"categories":["Protocol Library"],"sub_categories":["Others"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAVSystem%2FAnjay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FAVSystem%2FAnjay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FAVSystem%2FAnjay/lists"}