{"id":44726689,"url":"https://github.com/viordash/vi-capwap-protocol","last_synced_at":"2026-02-15T17:50:03.912Z","repository":{"id":336820823,"uuid":"1151270020","full_name":"viordash/vi-capwap-protocol","owner":"viordash","description":"C++ library for CAPWAP protocol packet definitions (RFC 5415/5416)","archived":false,"fork":false,"pushed_at":"2026-02-06T15:04:56.000Z","size":305,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-06T17:17:20.400Z","etag":null,"topics":["capwap","library","network-protocol","rfc5415","rfc5416","wireless","wlc"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/viordash.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-06T09:00:11.000Z","updated_at":"2026-02-06T15:08:23.000Z","dependencies_parsed_at":"2026-02-06T17:17:56.764Z","dependency_job_id":null,"html_url":"https://github.com/viordash/vi-capwap-protocol","commit_stats":null,"previous_names":["viordash/vi-capwap-protocol"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/viordash/vi-capwap-protocol","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viordash%2Fvi-capwap-protocol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viordash%2Fvi-capwap-protocol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viordash%2Fvi-capwap-protocol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viordash%2Fvi-capwap-protocol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/viordash","download_url":"https://codeload.github.com/viordash/vi-capwap-protocol/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/viordash%2Fvi-capwap-protocol/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29486040,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T15:33:17.885Z","status":"ssl_error","status_checked_at":"2026-02-15T15:32:53.698Z","response_time":118,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["capwap","library","network-protocol","rfc5415","rfc5416","wireless","wlc"],"created_at":"2026-02-15T17:50:03.040Z","updated_at":"2026-02-15T17:50:03.896Z","avatar_url":"https://github.com/viordash.png","language":"C++","readme":"# vi-capwap-protocol\n\nC++17 library for CAPWAP protocol (Control and Provisioning of Wireless Access Points) packet definitions according to RFC 5415 and RFC 5416.\n\nThis repository is designed to be included as a git submodule in other projects.\n\n## Structure\n\n```\nsrc/\n├── *.h, *.cpp          # CAPWAP message types (DiscoveryRequest, JoinRequest, etc.)\n└── elements/           # CAPWAP message elements (ACDescriptor, WTPDescriptor, etc.)\ntests/\n├── unit_tests/         # Unit tests\n└── benchmarks/         # Performance benchmarks\ndocs/\n├── rfc5415.txt         # CAPWAP Protocol Specification\n└── rfc5416.txt         # CAPWAP Binding for IEEE 802.11\n```\n\n## Usage as Submodule\n\n```bash\ngit submodule add \u003crepository-url\u003e path/to/vi-capwap-protocol\ngit submodule update --init --recursive\n```\n\nThen include the necessary headers in your project:\n```cpp\n#include \"vi-capwap-protocol/src/DiscoveryRequest.h\"\n#include \"vi-capwap-protocol/src/elements/ACDescriptor.h\"\n```\n\n## Building Tests\n\n```bash\n# Build and run unit tests\nmake build_tests\n./output/tests/unit_tests/vi-capwap-tests\n\n# Build and run benchmarks\nmake build_benchmarks\n./output/tests/benchmarks/vi-capwap-benchmarks\n```\n\n## Code Quality\n\n```bash\n# Check code formatting\nmake check_format\n\n# Apply code formatting\nmake apply_format\n\n# Static analysis\nmake code_check\n```\n\n## RFC Compliance\n\n- [RFC 5415](docs/rfc5415.txt) - CAPWAP Protocol Specification\n- [RFC 5416](docs/rfc5416.txt) - CAPWAP Binding for IEEE 802.11\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviordash%2Fvi-capwap-protocol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fviordash%2Fvi-capwap-protocol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fviordash%2Fvi-capwap-protocol/lists"}