{"id":20097722,"url":"https://github.com/rcontf/srcds-logs","last_synced_at":"2026-01-19T04:03:25.570Z","repository":{"id":241193061,"uuid":"631720594","full_name":"rcontf/srcds-logs","owner":"rcontf","description":"A cross-runtime compatible TF2/SRCDS log receiver","archived":false,"fork":false,"pushed_at":"2025-12-15T02:55:36.000Z","size":68,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-17T20:17:10.853Z","etag":null,"topics":["csgo","hacktoberfest","hacktoberfest2025","log-receiver","minecraft","rcon","srcds","teamfortress2","tf2"],"latest_commit_sha":null,"homepage":"https://jsr.io/@c43721/srcds-log-receiver","language":"TypeScript","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/rcontf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2023-04-23T22:31:42.000Z","updated_at":"2025-12-15T03:00:04.000Z","dependencies_parsed_at":"2024-05-22T23:31:41.444Z","dependency_job_id":"80055f35-e502-42c1-ae17-75a94b0199d8","html_url":"https://github.com/rcontf/srcds-logs","commit_stats":null,"previous_names":["rcontf/srcds-logs"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/rcontf/srcds-logs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcontf%2Fsrcds-logs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcontf%2Fsrcds-logs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcontf%2Fsrcds-logs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcontf%2Fsrcds-logs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rcontf","download_url":"https://codeload.github.com/rcontf/srcds-logs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcontf%2Fsrcds-logs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28561683,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T03:31:16.861Z","status":"ssl_error","status_checked_at":"2026-01-19T03:31:15.069Z","response_time":67,"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":["csgo","hacktoberfest","hacktoberfest2025","log-receiver","minecraft","rcon","srcds","teamfortress2","tf2"],"created_at":"2024-11-13T17:01:31.454Z","updated_at":"2026-01-19T04:03:25.558Z","avatar_url":"https://github.com/rcontf.png","language":"TypeScript","readme":"# srcds-logs\n\nWrapper around [Source Dedicated Server](https://developer.valvesoftware.com/wiki/Source_Dedicated_Server) UDP log streams for node.\n\n## Set Up\n\nYour server must have logs enabled. To do so, run `log on` in your server console or through RCON. In order to receieve messages, you must also add a log address using `logaddress_add` command to add the URL or IP of your server's receiver.\nTo delete a destination, use `logaddress_del`.\n\nYou can always list existing addresses using `logaddress_list`.\n\n## Installation\n\nSee https://jsr.io/@c43721/srcds-log-receiver for more details.\n\n### Usage\n\nYou can define a receiver and listen to messages published to the UDP stream.\n\n```ts\nimport { LogReceiver } from \"@c43721/srcds-log-receiver\";\n\nconst receiver = new LogReceiver({\n  address: \"0.0.0.0\",\n  port: 9871,\n});\n\nconsole.log(\"Log receiver running.. \");\n\nreceiver.on(\"event\", (message) =\u003e console.log(message));\n```\n\n### Security\n\nIn order to make this as extendable as possible, there is no built in security. However, you can mitigate this by using `sv_logsecret` and checking for the password in the packet. Otherwise, you can use the Socket information to determine\nwhat IPs sent the message.\n\n### Examples\n\nFor more examples, see documentation or the examples folder.\n\n## Contributing\n\nIf there's a feature or bug, please raise a github issue first alongside your PR (if you're kind enough to make a PR.)\n\n## License\n\nDistributed under the MIT License. See [LICENSE](LICENSE) for more information.\n","funding_links":[],"categories":["Table of contents"],"sub_categories":["Hosting"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcontf%2Fsrcds-logs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frcontf%2Fsrcds-logs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcontf%2Fsrcds-logs/lists"}