{"id":19839890,"url":"https://github.com/themarlboroman/listener_service","last_synced_at":"2026-05-10T22:38:51.028Z","repository":{"id":100037341,"uuid":"137923300","full_name":"TheMarlboroMan/listener_service","owner":"TheMarlboroMan","description":"A reusable listener service in C++ which can be injected with arbitrary logic.","archived":false,"fork":false,"pushed_at":"2022-10-10T06:21:03.000Z","size":97,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-11T11:26:44.273Z","etag":null,"topics":["daemon","listener","network","usable"],"latest_commit_sha":null,"homepage":"","language":"C++","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/TheMarlboroMan.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2018-06-19T17:23:41.000Z","updated_at":"2022-09-12T14:35:22.000Z","dependencies_parsed_at":"2023-03-18T10:01:08.862Z","dependency_job_id":null,"html_url":"https://github.com/TheMarlboroMan/listener_service","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/TheMarlboroMan%2Flistener_service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMarlboroMan%2Flistener_service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMarlboroMan%2Flistener_service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TheMarlboroMan%2Flistener_service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TheMarlboroMan","download_url":"https://codeload.github.com/TheMarlboroMan/listener_service/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241209574,"owners_count":19927736,"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":["daemon","listener","network","usable"],"created_at":"2024-11-12T12:24:44.934Z","updated_at":"2026-05-10T22:38:50.999Z","avatar_url":"https://github.com/TheMarlboroMan.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# listener_service\n\nA reusable listener service in C++ which can be injected with arbitrary logic.\n\n## Dependencies\n\nThis application depends on the libraries located at:\n\n\thttps://github.com/TheMarlboroMan/log\n\thttps://github.com/TheMarlboroMan/tools\n\nBe sure to build them first!. If you find yourself having problems, maybe you need earlier versions (actually, I would need to update this).\n\n## Building\n\nBuild and install these libraries:\n\n- https://github.com/TheMarlboroMan/log\n- https://github.com/TheMarlboroMan/tools\n\nDo the makefile dance.\n\n# Building with SSL\n\nIf you are bold enough, you may want to build with SSL in which case you must\nactivate the WITH_SSL flag in cmake. This will build an extra object and change the behaviour the enable_ssl and has_ssl methods on the server class.\n\nAlso, if you are using a current OpenSSL version, make sure to add the WITH_SSL_CURRENT\nflag to your cmake, so it tries to use TLS_method().\n\nFinally, if you are building with openssl and want to try the example, make sure\nto include the certificate file in the same directory as the example file\nwith the \"cert.pem\" filename.\n\nApropos the source: the open_ssl wrapper object will always exist in code, but\nwill have different definitions if compiled with or without SSL, so worry not\nabout that.\n\n# Generating the certificate and key files:\n\nopenssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -days 365\n\nIf you'd like no passphrase, add \"-nodes\"\n\nIf you are just testing, add -subj '/CN=localhost'\n\n# Implementing:\n\nTODO TODO TODO TODO\n\nAbout SSL capabilities.\n\nHandling exceptions on write...\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemarlboroman%2Flistener_service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthemarlboroman%2Flistener_service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthemarlboroman%2Flistener_service/lists"}