{"id":43218362,"url":"https://github.com/nttcom/pola","last_synced_at":"2026-02-01T08:30:48.988Z","repository":{"id":37705438,"uuid":"476168322","full_name":"nttcom/pola","owner":"nttcom","description":"Stateful PCE Implementation and PCEP Library in Go","archived":false,"fork":false,"pushed_at":"2026-01-29T02:20:45.000Z","size":5792,"stargazers_count":83,"open_issues_count":10,"forks_count":14,"subscribers_count":13,"default_branch":"main","last_synced_at":"2026-01-29T17:11:48.062Z","etag":null,"topics":["go","golang","grpc","mpls","pce","pcep","segment-routing","sr-mpls","srv6"],"latest_commit_sha":null,"homepage":"https://nttcom.github.io/pola/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nttcom.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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":"2022-03-31T05:49:19.000Z","updated_at":"2026-01-29T09:50:21.000Z","dependencies_parsed_at":"2023-12-18T12:25:00.553Z","dependency_job_id":"46ab7817-7f85-4765-b8a4-2bcefb159069","html_url":"https://github.com/nttcom/pola","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/nttcom/pola","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nttcom%2Fpola","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nttcom%2Fpola/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nttcom%2Fpola/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nttcom%2Fpola/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nttcom","download_url":"https://codeload.github.com/nttcom/pola/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nttcom%2Fpola/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28974118,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T08:16:14.655Z","status":"ssl_error","status_checked_at":"2026-02-01T08:06:51.373Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["go","golang","grpc","mpls","pce","pcep","segment-routing","sr-mpls","srv6"],"created_at":"2026-02-01T08:30:48.862Z","updated_at":"2026-02-01T08:30:48.984Z","avatar_url":"https://github.com/nttcom.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://github.com/nttcom/pola/blob/main/docs/figures/pola-logo.png\" alt=\"Pola\" width=\"20%\"\u003e\n\u003c/p\u003e\n\n# Pola PCE\n\n[![Linter](https://github.com/nttcom/pola/actions/workflows/ci.yml/badge.svg)](https://github.com/nttcom/pola/actions)\n[![Releaser](https://github.com/nttcom/pola/actions/workflows/release.yml/badge.svg)](https://github.com/nttcom/pola/actions)\n[![Go Report Card](https://goreportcard.com/badge/nttcom/pola)](https://goreportcard.com/report/github.com/nttcom/pola)\n[![Go Reference](https://pkg.go.dev/badge/github.com/nttcom/pola.svg)](https://pkg.go.dev/github.com/nttcom/pola)\n[![Go version](https://img.shields.io/github/go-mod/go-version/nttcom/pola)](https://go.dev/)\n[![License](https://img.shields.io/badge/license-MIT-blue)](LICENSE)\n\nPola PCE is an implementation of the Path Computation Element (PCE)\nand a PCEP Library in Go.\n\n## Features\n\n* Support for SRv6(full-SID/uSID) and SR-MPLS\n* Implementation of active stateful PCE functionality (PCInitiate, PCUpdate, etc.)\n* Dynamic and explicit SR policy definition using YAML\n  * Dynamic path: Utilizes CSPF with GoBGP BGP-LS TED\n  * Explicit path: Allows users to define and provision any Segment List\n\n## Interoperability\n\n### SR-MPLS\n\n* IOS-XR\n* Junos\n* FRRouting\n\n### SRv6 (full-SID)\n\n* Junos\n\n### SRv6 (uSID)\n\n* IOS-XR\n* Junos\n* VRP\n\n## Installation \u0026 Use\n\n* [Getting Started](docs/sources/getting-started.md)\n* Examples (powered by [Containerlab](https://containerlab.dev/)/[Tinet](https://github.com/tinynetwork/tinet))\n  * [SR-MPLS Example](examples/tinet/sr-mpls_te_l3vpn)\n  * [SRv6 Example](examples/containerlab/srv6_te_l3vpn)\n\n## Contributing\n\nIf you are interested in contributing to the project, please refer to the\n[CONTRIBUTING](https://github.com/nttcom/pola/blob/main/CONTRIBUTING.md)\nguidelines.  \nFeel free to fork the repository and create a Pull Request.\nYour contributions are highly appreciated.\n\n## Licensing\n\nPola PCE is licensed under the\n[MIT license](https://en.wikipedia.org/wiki/MIT_License).  \nFor the full license text, see\n[LICENSE](https://github.com/nttcom/pola/blob/master/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnttcom%2Fpola","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnttcom%2Fpola","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnttcom%2Fpola/lists"}