{"id":16985844,"url":"https://github.com/as400jplpc/nim_mqueue","last_synced_at":"2025-08-01T23:08:07.428Z","repository":{"id":174038238,"uuid":"308875898","full_name":"AS400JPLPC/nim_mqueue","owner":"AS400JPLPC","description":"Message queues allow the operation of standardized asynchronous links between two servers","archived":false,"fork":false,"pushed_at":"2021-10-21T17:31:43.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T01:42:04.598Z","etag":null,"topics":["comunication","kernel","nim","queue"],"latest_commit_sha":null,"homepage":"","language":"Nim","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/AS400JPLPC.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}},"created_at":"2020-10-31T12:23:22.000Z","updated_at":"2021-10-21T17:31:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"ca287588-3be8-418c-a5aa-18d2b28e7815","html_url":"https://github.com/AS400JPLPC/nim_mqueue","commit_stats":null,"previous_names":["as400jplpc/nim_mqueue"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AS400JPLPC/nim_mqueue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AS400JPLPC%2Fnim_mqueue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AS400JPLPC%2Fnim_mqueue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AS400JPLPC%2Fnim_mqueue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AS400JPLPC%2Fnim_mqueue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AS400JPLPC","download_url":"https://codeload.github.com/AS400JPLPC/nim_mqueue/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AS400JPLPC%2Fnim_mqueue/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268310790,"owners_count":24230185,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"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":["comunication","kernel","nim","queue"],"created_at":"2024-10-14T02:44:17.315Z","updated_at":"2025-08-01T23:08:07.394Z","avatar_url":"https://github.com/AS400JPLPC.png","language":"Nim","funding_links":[],"categories":[],"sub_categories":[],"readme":"** ÉTUDE MQUEUE** \u003cbr /\u003e\nJean-Pierre Laroche \u003cbr /\u003e\n\n[man page mqueue](https://man7.org/linux/man-pages/man0/mqueue.h.0p.html)\nhttps://github.com/SgtWiggles/ume   thank you that inspired me to set up a dedicated terminal\u003cbr /\u003e\n\n\u003cbr /\u003e\ntank you github for exemple open-source for etude\u003cbr /\u003e\n\n**programme qmsend:**\u003cbr /\u003e\n    \u0026rarr;\u0026nbsp;mq_open(QUEUE_NAME,O_RDWR or O_CREAT,0o640,mqd_a.addr)\u003cbr /\u003e\n    \u0026rarr;\u0026nbsp;mq_send(mqd_t, bytes_send,runeLen($bytes_send),20)\u003cbr /\u003e\n\n**programme qmreceive:**\u003cbr /\u003e\n    \u0026rarr;\u0026nbsp;mq_open(QUEUE_NAME , O_RDONLY, 0666, mqd_a.addr)\u003cbr /\u003e\n    \u0026rarr;\u0026nbsp;mq_receive(mqd_t, tab.addr, rlen,mq_priority)\u003cbr /\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fas400jplpc%2Fnim_mqueue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fas400jplpc%2Fnim_mqueue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fas400jplpc%2Fnim_mqueue/lists"}