{"id":25668460,"url":"https://github.com/borud/gwp","last_synced_at":"2025-11-17T05:04:31.512Z","repository":{"id":57626429,"uuid":"399717943","full_name":"borud/gwp","owner":"borud","description":"This is a work in progress","archived":false,"fork":false,"pushed_at":"2022-02-16T12:51:27.000Z","size":102,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-06-20T13:39:31.916Z","etag":null,"topics":["gateway","grpc","iot","protobuffer"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/borud.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}},"created_at":"2021-08-25T06:46:24.000Z","updated_at":"2022-02-07T14:45:53.000Z","dependencies_parsed_at":"2022-08-31T09:11:43.221Z","dependency_job_id":null,"html_url":"https://github.com/borud/gwp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borud%2Fgwp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borud%2Fgwp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borud%2Fgwp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/borud%2Fgwp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/borud","download_url":"https://codeload.github.com/borud/gwp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240462507,"owners_count":19805298,"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","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":["gateway","grpc","iot","protobuffer"],"created_at":"2025-02-24T10:34:02.199Z","updated_at":"2025-11-17T05:04:26.480Z","avatar_url":"https://github.com/borud.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gateway Protocol\n\nThis repository contains the Protobuffer and gRPC definitions for the\nGateway Protocol.\n\n## Prerequisites\n\n### Golang\n\nIt is assumed that you have a relatively recent version of Go installed.  Preferably 1.17 or newer.  If you don't have this, please visit\n\u003chttps://go.dev/doc/install\u003e and follow the instructions.\n\n### buf\n\nIf you run \"make dep\" and you have Go installed properly (with $GOPATH/bin in your execution path), this will take care of installing buf for you.  This will currently install the latest version at the time you run it.  We may change this later to refer to some specific version.\n\n### Make\n\nSince we use Make to build this project it is preferable if you have make installed, but in a pinch you can look at the `Makefile` and figure out how to run the commands.\n\n## Using from Go\n\nIn order to use the types defined in this module in your programs you only have to include the following import in your Go program.\n\n```go\nimport gw \"go.buf.build/borud/grpc-gateway4/borud/gwp/gwpb/v1\"\n```\n\n...and run \"go mod tidy\" in order to trigger download of dependencies.\n\nThis will use the buf.build proxy and serve you a ready-made module with the generated code.\n\n## Documentation\n\nYou can find the API documentation at \u003chttps://buf.build/borud/gwp/docs\u003e.\n\n## Modifying the protocol\n\nIf you modify the protocol **please** make sure that you are not introducing any breaking changes.  You can check for breaking changes by running:\n\n```shell\nmake breaking\n```\n\nThis will check against the last main branch and see if you have introduced any changes that break backwards compatibility.  If this command doesn't return any output or list any errors, you should be okay. If it lists any errors you\nshould discuss the change with @borud before continuing.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborud%2Fgwp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fborud%2Fgwp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fborud%2Fgwp/lists"}