{"id":19535580,"url":"https://github.com/miyako/4d-component-link-manager","last_synced_at":"2026-03-04T10:02:42.789Z","repository":{"id":147172271,"uuid":"264924695","full_name":"miyako/4d-component-link-manager","owner":"miyako","description":"UDP scan for 4D Server II payload and display in listbox","archived":false,"fork":false,"pushed_at":"2020-06-18T14:07:48.000Z","size":410,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-20T10:04:18.262Z","etag":null,"topics":["4d-component"],"latest_commit_sha":null,"homepage":null,"language":"4D","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/miyako.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-05-18T11:56:29.000Z","updated_at":"2020-06-18T14:07:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"e66dab2a-8e53-4fdb-9065-d0857d98dd44","html_url":"https://github.com/miyako/4d-component-link-manager","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/miyako/4d-component-link-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-component-link-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-component-link-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-component-link-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-component-link-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/miyako","download_url":"https://codeload.github.com/miyako/4d-component-link-manager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/miyako%2F4d-component-link-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30078307,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T08:01:56.766Z","status":"ssl_error","status_checked_at":"2026-03-04T08:00:42.919Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["4d-component"],"created_at":"2024-11-11T02:19:11.304Z","updated_at":"2026-03-04T10:02:42.769Z","avatar_url":"https://github.com/miyako.png","language":"4D","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 4d-component-link-manager\nUDP scan for 4D Server II payload and display in listbox (v18)\n\n### Usage (UI)\n\n```4d\n/* returns a shared singleton */\n$link_manager:=link_manager \n\n$params:=New object(\"ports\";New collection(19813;19814);\"wait\";1)\n$link_manager.dialog($params)\n```\n\n#### Remarks\n\nWhen running from the main process (``On Startup``, ``SET ABOUT``...) make sure to start a new process.\n\n\u003cimg width=\"767\" alt=\"\" src=\"https://user-images.githubusercontent.com/1725068/82210630-620efb00-994a-11ea-9706-2413cca826a2.png\"\u003e\n\n* For best performance, run in compiled mode!\n\n* The plugin call to UDP scan will each run in a dedicated premptive thread in compiled mode.\n\n* The dialog will run in the main process (``1``). Multiple instances are supported (``DIALOG(*)``.\n\n* Unlike the default \"connect to server\" dialog, supports multiple port numbers.\n\n* By default, the list is updated every ``10`` seconds. See [constants.xlf](https://github.com/miyako/4d-component-link-manager/blob/master/link_manager/Resources/constants.xlf).\n\n* Also, it is updated with each ``On Activate`` form event.\n\n### Usage (API)\n\n```4d\n/* returns a shared singleton */\n$link_manager:=link_manager \n\n$params:=New object(\"port\";19813;\"wait\";1)\n$formula:=Formula(on_after_scan )\n$ctx:=New object(\"window\";0;\"method\";\"\")\n\n/* atomic call */\n$status:=$link_manager.scan()\n\n/* async call */\n$status:=$link_manager.scan($params;$formula;$ctx)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiyako%2F4d-component-link-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiyako%2F4d-component-link-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiyako%2F4d-component-link-manager/lists"}