{"id":21967834,"url":"https://github.com/aeghost/netlogger","last_synced_at":"2025-03-22T22:15:17.487Z","repository":{"id":168178698,"uuid":"550123401","full_name":"aeghost/netlogger","owner":"aeghost","description":"A minimalistic program that logs given datas or stdin to a local socket or the network","archived":false,"fork":false,"pushed_at":"2022-10-18T12:00:15.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-28T01:46:48.831Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","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/aeghost.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2022-10-12T08:38:39.000Z","updated_at":"2022-10-18T10:51:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"a9fca294-c7a7-4cb6-85c4-bf6cd4b5def6","html_url":"https://github.com/aeghost/netlogger","commit_stats":null,"previous_names":["aeghost/netlogger"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeghost%2Fnetlogger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeghost%2Fnetlogger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeghost%2Fnetlogger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aeghost%2Fnetlogger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aeghost","download_url":"https://codeload.github.com/aeghost/netlogger/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245026041,"owners_count":20549072,"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":[],"created_at":"2024-11-29T13:35:19.212Z","updated_at":"2025-03-22T22:15:17.457Z","avatar_url":"https://github.com/aeghost.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Purpose\n\nSimple binary that takes strings and write them into a network socket\n\nTypical usecase, Apache2 use this type of binary to log.\nThen you can make a little server to parse and use Apache logs.\nMore efficiant than inotify or while loop on file.\n\n# Objective\n\nThe objective was to quickly learn Dart and its dev environment.\n\n# Makefile rules\n\n## Build\n\n- make build/netlogger.exe : build binary\n- make rebuild : rebuild binary ignoring build dir content\n- make all : build binary and run tests\n- make : build binary and run tests, same as all\n- make build : will only create \"build\" dir, conforming to Dart standards\n\n## Tests\n\n- make test/{test_name} : Run a specific test named {test_name} and save results in logs/{test_name}-{sha1}.log\n- make tests : Run all tests and save results in logs/all-{sha1}.log\n\n## Clean\n\n- make clean : remove build dir\n- make dist-clean : remove build dir and logs dir\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faeghost%2Fnetlogger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faeghost%2Fnetlogger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faeghost%2Fnetlogger/lists"}