{"id":49847443,"url":"https://github.com/janek1842/snmp-c-sim","last_synced_at":"2026-05-14T13:00:29.736Z","repository":{"id":115877715,"uuid":"484982208","full_name":"janek1842/snmp-c-sim","owner":"janek1842","description":"SNMP mini simulator in C ","archived":false,"fork":false,"pushed_at":"2022-05-13T15:42:27.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-14T12:59:44.996Z","etag":null,"topics":["c","simulation","snmp","socket-programming"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/janek1842.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-04-24T09:25:44.000Z","updated_at":"2025-10-23T18:12:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"fb426a83-fa5a-4eef-ae5f-c9bcd2295228","html_url":"https://github.com/janek1842/snmp-c-sim","commit_stats":null,"previous_names":["janek1842/snmp-c-sim"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/janek1842/snmp-c-sim","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janek1842%2Fsnmp-c-sim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janek1842%2Fsnmp-c-sim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janek1842%2Fsnmp-c-sim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janek1842%2Fsnmp-c-sim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/janek1842","download_url":"https://codeload.github.com/janek1842/snmp-c-sim/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/janek1842%2Fsnmp-c-sim/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33026049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"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":["c","simulation","snmp","socket-programming"],"created_at":"2026-05-14T13:00:27.159Z","updated_at":"2026-05-14T13:00:29.537Z","avatar_url":"https://github.com/janek1842.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SNMP-COM\nVery simple client-server app for observing basic SNMP operations (GET, GET NEXT, GET BULK) \n\n## How to run ? \n- Clone the repository\n  - git clone https://github.com/janek1842/SNMP-COM.git\n  - Code was tested positively on Ubuntu \n\n- Server\n```\ncd SNMP-COM\ncd server\nsudo gcc daytimeudpsrvv6.c\nsudo ./a.out\n```\n- Client\n```\ncd SNMP-COM\ncd client\nsudo gcc daytimeudpcliv6.c\nsudo ./a.out \u003cserver ipv6 address\u003e\n```\n\n## SNMP Client and Server\nPredicted implementation of the following SNMP features in client-server architecture\n- MIB Implementation on server\n- Client operations for getting server MIB informations \n- Server operations for returning informations\n\nroot-iso(1)-org(3)-dod(6)-internet(1)-mgmt(2)-mib(1):\n\n**DEFAULT OID:** .1.3.6.1.2.1.1.1\n\n| branch |variables with id / related bash commands to parse|\n| ------------- | ------------- |\n| system(1)  | osName(1), hostName(2), kernelVersion(3), osVersion(4), hardware(5)  |\n\n## IMPLEMENTED SNMP OPERATIONS\n- GET OID\n- SET OID\n- GET\n- GET NEXT\n- GET BULK\n\n## Simple DEMO :)\n### Client\n- GET OID \n\u003cimg src=\"https://user-images.githubusercontent.com/56030577/168314790-c19b7c63-9675-4b0d-93a6-511abe1361f9.png\" width=\"700\" height=\"800\" align=\"center\"\u003e \n\n\n- GET NEXT\n\u003cimg src=\"https://user-images.githubusercontent.com/56030577/168314960-1fd95aec-261d-481b-8ff9-6382ccafd232.png\" width=\"700\" height=\"800\" align=\"center\"\u003e\n\n- GET BULK\n\u003cimg src=\"https://user-images.githubusercontent.com/56030577/168315165-a4737bf5-fcf2-410e-8870-de33840e368b.png\" width=\"700\" height=\"800\" align=\"center\"\u003e\n\n### Server\n\n\u003cimg src=\"https://user-images.githubusercontent.com/56030577/168315271-ebc95f0c-c507-4f7c-b952-2ca374f4dddc.png\" width=\"700\" height=\"800\" align=\"center\"\u003e\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanek1842%2Fsnmp-c-sim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjanek1842%2Fsnmp-c-sim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanek1842%2Fsnmp-c-sim/lists"}