{"id":20832154,"url":"https://github.com/sdnds-tw/ryu-sdn-ip","last_synced_at":"2025-05-08T00:53:20.807Z","repository":{"id":83631456,"uuid":"56084244","full_name":"sdnds-tw/Ryu-SDN-IP","owner":"sdnds-tw","description":"SDN-IP project implemented by Ryu SDN framework.","archived":false,"fork":false,"pushed_at":"2018-05-31T07:07:55.000Z","size":61,"stargazers_count":32,"open_issues_count":2,"forks_count":10,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-05-08T00:53:13.181Z","etag":null,"topics":["bgp","ryu","sdn","sdn-ip"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/sdnds-tw.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}},"created_at":"2016-04-12T17:34:05.000Z","updated_at":"2024-08-27T09:34:06.000Z","dependencies_parsed_at":"2023-03-06T00:45:16.007Z","dependency_job_id":null,"html_url":"https://github.com/sdnds-tw/Ryu-SDN-IP","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdnds-tw%2FRyu-SDN-IP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdnds-tw%2FRyu-SDN-IP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdnds-tw%2FRyu-SDN-IP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sdnds-tw%2FRyu-SDN-IP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sdnds-tw","download_url":"https://codeload.github.com/sdnds-tw/Ryu-SDN-IP/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252978729,"owners_count":21834914,"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":["bgp","ryu","sdn","sdn-ip"],"created_at":"2024-11-18T00:10:28.333Z","updated_at":"2025-05-08T00:53:20.797Z","avatar_url":"https://github.com/sdnds-tw.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Ryu SDN-IP\n====\n\nSDN-IP Ryu version\n\nOriginal SDN-IP is one of project from [ONOS](http://onosproject.org/).\n\n## Requirement\n----\n\n- Ryu v4.1\n- networkx 1.11\n\n## Install\n----\n\n1. Clone Ryu SDN-IP repo\n\n```bash\n$ git clone https://github.com/TakeshiTseng/Ryu-SDN-IP.git \u0026\u0026 cd Ryu-SDN-IP\n```\n\n2. Install dependences\n\n```bash\n$ pip install -r requirements.txt\n```\n\n3. Create config file for Ryu SDN-IP\n\n```bash\ncp config.sample.json config.json\n```\n\nConfiguration file example:\n\n```js\n{\n  \"local\": {\n    \"as_number\": 65113,  /* SDN-IP AS number */\n    \"router_id\": \"192.168.1.10\",  /* SDN-IP router id(IP address) */\n    \"listen_port\": 2000,  /* listen port */\n    \"networks\": [  /* local as network prefixes */\n      \"192.168.10.0/24\"\n    ]\n  },\n  \"speakers\": [  /* Internal BGP speakers for SDN-IP */\n    {\n      \"dpid\": \"00000000000000002\",  /* DP that speaker connected */\n      \"port\": 1,  /* Port that speaker connected */\n      \"speaker_ids\" : [  /* Speaker ID from this connection point */\n        \"192.168.1.11\"\n      ],\n      \"mac\": \"00:00:00:00:01:01\"  /* Speaker mac address */\n    },\n    {\n      \"dpid\": \"00000000000000004\",\n      \"port\": 1,\n      \"speaker_ids\" : [\n        \"192.168.1.12\"\n      ],\n      \"mac\": \"00:00:00:00:02:01\"\n    }\n  ]\n}\n```\n\n4. Start Ryu SDN-IP applications:\n\n```bash\n$ ./bin/sdnip-mgr --observe-links sdnip.arp_proxy sdnip.fwd_bgp sdnip.sdn_ip\n```\n\nReference:\n\n[SDN-IP wiki](https://wiki.onosproject.org/display/ONOS/SDN-IP)\n\nTODO:\n\n- [ ] Internal link failure handling\n- [ ] Switch failure handling\n- [x] Integrate with [DragonKnight](https://github.com/Ryu-Dragon-Knight/Dragon-Knight)\n- [ ] Reconfigurable\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdnds-tw%2Fryu-sdn-ip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsdnds-tw%2Fryu-sdn-ip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsdnds-tw%2Fryu-sdn-ip/lists"}