{"id":13743457,"url":"https://github.com/clostra/newnode","last_synced_at":"2026-01-14T02:48:24.301Z","repository":{"id":17696399,"uuid":"82525689","full_name":"clostra/newnode","owner":"clostra","description":"NewNode decentralized Content Distribution Network","archived":false,"fork":false,"pushed_at":"2024-08-10T05:39:05.000Z","size":111281,"stargazers_count":463,"open_issues_count":14,"forks_count":39,"subscribers_count":27,"default_branch":"master","last_synced_at":"2025-05-09T01:36:43.002Z","etag":null,"topics":["bittorrent","cdn","content-delivery","decentralized","ledbat","library","network","p2p","sdk"],"latest_commit_sha":null,"homepage":"http://newnode.com","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clostra.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":"2017-02-20T06:46:00.000Z","updated_at":"2025-04-29T21:45:56.000Z","dependencies_parsed_at":"2024-01-15T00:07:02.342Z","dependency_job_id":"b49c0cea-86ac-4284-a9ad-aabb245b903b","html_url":"https://github.com/clostra/newnode","commit_stats":null,"previous_names":[],"tags_count":111,"template":false,"template_full_name":null,"purl":"pkg:github/clostra/newnode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clostra%2Fnewnode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clostra%2Fnewnode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clostra%2Fnewnode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clostra%2Fnewnode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clostra","download_url":"https://codeload.github.com/clostra/newnode/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clostra%2Fnewnode/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28408740,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"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":["bittorrent","cdn","content-delivery","decentralized","ledbat","library","network","p2p","sdk"],"created_at":"2024-08-03T05:00:47.348Z","updated_at":"2026-01-14T02:48:24.260Z","avatar_url":"https://github.com/clostra.png","language":"C","readme":"# NewNode\n\n## Integration status\n\n[![GitHub release](https://img.shields.io/github/release/clostra/newnode.svg)](https://github.com/clostra/newnode/releases/)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n\n## Android\n\nAdd to your build.gradle:\n```groovy\nimplementation 'com.clostra.newnode:newnode:+'\n```\n\nAdd to your Application or Activity:\n\n```java\nimport com.clostra.newnode.NewNode;\n\n@Override\nprotected void onCreate(Bundle savedInstanceState) {\n    super.onCreate(savedInstanceState);\n    NewNode.init();\n}\n```\n\nSee [`android/examples/WebViewSample`](https://github.com/clostra/newnode/tree/master/android/examples/WebViewSample) for an example.\n\n## iOS\n\nAdd this repo as a Swift Package.\n\nObjC:\n```objc\nNSURLSessionConfiguration *config = NSURLSessionConfiguration.defaultSessionConfiguration;\nconfig.connectionProxyDictionary = NewNode.connectionProxyDictionary;\nNSURLSession *session = [NSURLSession sessionWithConfiguration:config];\n```\n\nSwift:\n```swift\nlet config = URLSessionConfiguration.default\nconfig.connectionProxyDictionary = NewNode.connectionProxyDictionary\nlet session = URLSession(configuration: config)\n```\n\nSee [`ios/examples/CustomHTTPProtocol`](https://github.com/clostra/newnode/tree/master/ios/examples/CustomHTTPProtocol) for an example.\n\n## macOS / Linux\n\nClone this repo and build NewNode:\n```bash\ngit clone --recurse-submodules https://github.com/clostra/newnode.git\ncd newnode\n./build.sh\n```\n\nThen, run it:\n```bash\n./client\n```\n","funding_links":[],"categories":["C","Cloud Platforms"],"sub_categories":["Content Delivery Networks (CDN)"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclostra%2Fnewnode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclostra%2Fnewnode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclostra%2Fnewnode/lists"}